/* stylelint-disable no-invalid-position-declaration */
/* stylelint-enable no-invalid-position-declaration */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

.sp-page-builder {
  background-color: #df7844;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f1906;
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

a {
  color: #da621f;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:hover {
  color: #cd5411;
}

ul,
ol {
  list-style-position: inside;
  color: #3f1906;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: none;
  border-top: 1px solid rgba(63, 25, 6, 0.1);
  margin: 1.5em 0;
}

strong,
b {
  font-weight: 600;
}

.body-innerwrapper {
  overflow-x: clip !important;
}

html.lenis-smooth {
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #3f1906;
}

h1,
h2 {
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: -0.05em;
}

h3,
h4 {
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: -0.05em;
}

p {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
}

li::marker {
  font-size: 0.6em;
}

.text--highlight {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
}

.text--surtitre {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
}

.text--bold {
  font-weight: 600;
}

.text--button {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
}

.text--menu {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
}

h2.text--big,
h3.text--big {
  font-size: 35px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 75px;
    line-height: 65px;
  }
  h2 {
    font-size: 55px;
    line-height: 45px;
  }
  h2.h2--header {
    font-size: 75px;
    line-height: 65px;
  }
  h2.h2--third {
    font-size: 35px;
    line-height: 30px;
  }
  h2.h2--form {
    font-size: 28px;
    line-height: 33px;
  }
  h3,
  h4 {
    font-size: 30px;
    line-height: 25px;
  }
  h2.text--big {
    font-size: 75px;
    line-height: 65px;
  }
  h3.text--big {
    font-size: 55px;
    line-height: 45px;
  }
}
.text-cream {
  color: #edd7c3;
}

.text-cream-70 {
  color: #f7e2d0;
}

.text-cream-30 {
  color: #fff1e4;
}

.text-walnut {
  color: #3f1906;
}

.text-walnut-70 {
  color: #67290a;
}

.text-cayenne {
  color: #da621f;
}

.text-cayenne-120 {
  color: #cd5411;
}

.text-cayenne-50 {
  color: #df7844;
}

.text-peach {
  color: #f2aa7a;
}

.bg-cream {
  background-color: #edd7c3;
}

.bg-cream-70 {
  background-color: #f7e2d0;
}

.bg-cream-30 {
  background-color: #fff1e4;
}

.bg-walnut {
  background-color: #3f1906;
}

.bg-walnut-70 {
  background-color: #67290a;
}

.bg-cayenne {
  background-color: #da621f;
}

.bg-peach {
  background-color: #f2aa7a;
}

.bg-gray-10 {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: #fff;
}

.text-nowrap {
  white-space: nowrap;
}

[data-animate="fade-in"] {
  opacity: 0;
}

.line-mask {
  overflow: visible !important;
  clip-path: inset(-0.25em -5px);
}

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  filter: url("#gooey-btn");
}

.btn__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9.5px 13px;
  border-radius: 30px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-box: trim-both cap alphabetic;
  letter-spacing: -0.04em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  flex-shrink: 0;
  margin-left: -4px;
  position: relative;
}
.btn__icon::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: var(--icon-color, #edd7c3);
  -webkit-mask-image: var(--btn-icon);
  mask-image: var(--btn-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.35s ease;
}

.btn__icon[data-icon="phone"] {
  --btn-icon: url("/images/icons/phone-black.svg");
}

.btn__icon[data-icon="mail"] {
  --btn-icon: url("/images/icons/mail-black.svg");
}

.btn__icon[data-icon="calendar"] {
  --btn-icon: url("/images/icons/calendar-black.svg");
}

.btn__icon[data-icon="arrow"] {
  --btn-icon: url("/images/icons/arrow-right--black.svg");
}

.btn__icon[data-icon="arrow-top-right"] {
  --btn-icon: url("/images/icons/arrow-right--black.svg");
}
.btn__icon[data-icon="arrow-top-right"]::after {
  transform: rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .btn__label {
    transition:
      background-color 0.35s ease,
      color 0.35s ease;
  }
  .btn__icon {
    transition:
      transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1),
      background-color 0.35s ease;
  }
  .btn:hover .btn__icon {
    transform: translateX(14px);
  }
  .btn:hover .btn__icon::after {
    transition: transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
    transform: rotate(0deg);
  }
  .btn:hover .btn__icon[data-icon="phone"]::after {
    transform: rotate(45deg);
  }
  .btn .btn__icon::after {
    transition: transform 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
  }
}
.btn--main .btn__label {
  background-color: #3f1906;
  color: #edd7c3;
}

.btn--main .btn__icon {
  background-color: #3f1906;
  --icon-color: #edd7c3;
}

@media (hover: hover) and (pointer: fine) {
  .btn--main:hover .btn__label {
    background-color: #fff1e4;
    color: #3f1906;
  }
  .btn--main:hover .btn__icon {
    background-color: #fff1e4;
    --icon-color: #3f1906;
  }
}
.btn--second .btn__label {
  background-color: #da621f;
  color: #fff1e4;
}

.btn--second .btn__icon {
  background-color: #da621f;
  --icon-color: #fff1e4;
}

@media (hover: hover) and (pointer: fine) {
  .btn--second:hover .btn__label {
    background-color: #fff1e4;
    color: #3f1906;
  }
  .btn--second:hover .btn__icon {
    background-color: #fff1e4;
    --icon-color: #3f1906;
  }
}
.btn--third .btn__label {
  background-color: #f2aa7a;
  color: #3f1906;
}

.btn--third .btn__icon {
  background-color: #f2aa7a;
  --icon-color: #3f1906;
}

@media (hover: hover) and (pointer: fine) {
  .btn--third:hover .btn__label {
    background-color: #da621f;
  }
  .btn--third:hover .btn__icon {
    background-color: #da621f;
    --icon-color: #3f1906;
  }
}
.btn--menu .btn__label {
  background-color: #da621f;
  color: #fff1e4;
  padding: 17px 18px;
}

.btn--menu .btn__icon {
  background-color: #da621f;
  --icon-color: #fff1e4;
  width: 45px;
  height: 45px;
}

@media (hover: hover) and (pointer: fine) {
  .btn--menu:hover .btn__label {
    background-color: #fff1e4;
    color: #3f1906;
  }
  .btn--menu:hover .btn__icon {
    background-color: #fff1e4;
    --icon-color: #3f1906;
  }
}
.btn--discret {
  filter: none;
  gap: 7px;
}

.btn--discret .btn__label {
  padding: 0;
  border-radius: 0;
  background: none;
  color: #3f1906;
}

.btn--discret .btn__icon {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-left: 0;
  border-radius: 0;
  background: none;
  --icon-color: #3f1906;
}
.btn--discret .btn__icon::after {
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .btn--discret .btn__label {
    transition: color 0.3s ease;
  }
  .btn--discret:hover .btn__label {
    color: #fff1e4;
  }
  .btn--discret:hover .btn__icon {
    transform: translateX(4px);
    --icon-color: #fff1e4;
  }
}
.btn-big {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-big__label {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 354px;
  height: 156px;
  padding: 25px;
  border-radius: 26px 0 0 26px;
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: #3f1906;
  white-space: nowrap;
}

.btn-big__icon {
  position: relative;
  flex-shrink: 0;
  height: 156px;
  margin-left: -1px;
}

.btn-big__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-left: 24px;
}
.btn-big__icon-circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-big__edge {
  width: 59px;
  height: 156px;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-big__edge svg {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-big--peach .btn-big__label {
  background-color: #f2aa7a;
}

.btn-big--peach .btn-big__icon-circle {
  background-color: #f2aa7a;
}

.btn-big--peach .btn-big__edge {
  color: #f2aa7a;
}

.btn-big--cayenne .btn-big__label {
  background-color: #df7844;
}

.btn-big--cayenne .btn-big__icon-circle {
  background-color: #df7844;
}

.btn-big--cayenne .btn-big__edge {
  color: #df7844;
}

@media (hover: hover) and (pointer: fine) {
  .btn-big__label,
  .btn-big__icon-circle {
    transition: background-color 0.35s ease;
  }
  .btn-big__edge {
    transition: color 0.35s ease;
  }
  .btn-big:hover .btn-big__label {
    background-color: #fff1e4;
  }
  .btn-big:hover .btn-big__icon-circle {
    background-color: #fff1e4;
  }
  .btn-big:hover .btn-big__edge {
    color: #fff1e4;
  }
}
/* stylelint-disable selector-class-pattern, property-no-deprecated */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
}

#sp-header {
  display: none !important;
}

.sppb-section:has(.header) {
  transform: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 15px;
  pointer-events: none;
}

.header__desktop {
  display: none;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}

.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  height: 45px;
  padding: 5px 5px 5px 14px;
  background-color: #f7e2d0;
  border: 1px solid #edd7c3;
  border-radius: 40px;
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo img {
  display: block;
  width: 67px;
  height: auto;
}

.header__nav {
  display: none;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu-item {
  position: relative;
}
.header__menu-item--active > .header__menu-link {
  background-color: #da621f;
  color: #fff1e4;
}

.header__menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9.5px 13px;
  border-radius: 30px;
  color: #3f1906;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.header__submenu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  background-color: #f7e2d0;
  border: 1px solid #edd7c3;
  border-radius: 21px;
  list-style: none;
  margin: 0;
  z-index: 10;
}
.header__submenu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.header__menu-item:last-child .header__submenu,
.header__menu-item:nth-last-child(2) .header__submenu {
  left: auto;
  right: 0;
}

.header__submenu-link {
  display: flex;
  align-items: center;
  padding: 9.5px 13px;
  border-radius: 30px;
  color: #3f1906;
  text-decoration: none;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.header .header__submenu-link[aria-current="page"] {
  background-color: #da621f;
  color: #fff1e4;
}

.header .header__submenu-link:hover {
  background-color: #da621f;
  color: #fff1e4;
}

.header__cta {
  display: none;
  flex-shrink: 0;
}

.header__skip-nav {
  position: absolute;
  left: -9999px;
  z-index: 101;
  font-size: 14px;
  text-decoration: none;
}
.header__skip-nav:focus {
  left: 16px;
  top: 60px;
  padding: 8px 16px;
  background-color: #3f1906;
  color: #fff1e4;
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .header__desktop {
    display: flex;
  }
  .header__nav {
    display: block;
  }
  .header__bar {
    flex: 0 1 auto;
    gap: 60px;
    padding-right: 5px;
  }
  .header__cta {
    display: inline-flex;
  }
  .header .header__menu-link:hover {
    background-color: #da621f;
    color: #fff1e4;
  }
  .header__menu-item--has-submenu:hover > .header__submenu,
  .header__menu-item--has-submenu:focus-within > .header__submenu {
    display: flex;
  }
}
.header__morph {
  position: relative;
  pointer-events: auto;
  height: 45px;
  overflow: visible;
}
@media (min-width: 1200px) {
  .header__morph {
    display: none;
  }
}

.header__morph-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.header__morph-path {
  fill: #f7e2d0;
  stroke: #edd7c3;
  stroke-width: 1;
}

.header__morph-content {
  position: relative;
  height: 100%;
}

.header__morph-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 5px 5px 5px 14px;
  background-color: #f7e2d0;
  border: 1px solid #edd7c3;
  border-radius: 40px;
  margin-right: 50px;
}

.header__morph-logo {
  display: flex;
  align-items: center;
}
.header__morph-logo img {
  display: block;
  width: 67px;
  height: auto;
}

.header__morph-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9.5px 13px;
  border-radius: 30px;
  background-color: #3f1906;
  color: #fff1e4;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-box: trim-both cap alphabetic;
}

.header__morph-notch {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 2;
}

.header__morph-calendly,
.header__morph-close {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 45px;
  height: 45px;
}
.header__morph-calendly img,
.header__morph-close img {
  display: block;
  width: 45px;
  height: 45px;
}

.header__morph-close {
  transform: scale(0);
  opacity: 0;
}

.header__morph-panel {
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  padding-inline: 26px;
  padding-block-end: max(40px, env(safe-area-inset-bottom));
  overflow-y: auto;
  max-height: calc(100dvh - 70px);
  -webkit-overflow-scrolling: touch;
}

.header__morph-nav {
  margin-block-start: auto;
}

.header__morph-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(63, 25, 6, 0.3);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.header__offcanvas-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.header__offcanvas-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header__offcanvas-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  border-radius: 30px;
  background-color: #edd7c3;
  color: #3f1906;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.header__offcanvas-link[aria-current="page"] {
  background-color: #da621f;
  color: #fff1e4;
}
.header__offcanvas-link[aria-expanded="true"] {
  background-color: #fff1e4;
}
.header__offcanvas-link[aria-current="page"][aria-expanded="true"] {
  background-color: #da621f;
  color: #fff1e4;
}

.header__offcanvas-arrow {
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
[aria-current="page"] > .header__offcanvas-arrow {
  display: none;
}
[aria-expanded="true"] > .header__offcanvas-arrow {
  transform: rotate(180deg);
}

.header__offcanvas-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__offcanvas-submenu > * {
  overflow: hidden;
}
[aria-expanded="true"] + .header__offcanvas-submenu {
  grid-template-rows: 1fr;
}

.header__offcanvas-submenu-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__offcanvas-sublink {
  display: inline-flex;
  align-items: center;
  padding: 12px 13px;
  border-radius: 30px;
  color: #3f1906;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.header__offcanvas-sublink[aria-current="page"] {
  background-color: #da621f;
  color: #fff1e4;
}
.header__offcanvas-sublink:hover {
  background-color: #fff1e4;
}

.header__offcanvas-ctas {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}

.header__offcanvas-cta {
  display: inline-flex;
  align-items: center;
  padding: 14px 15px;
  border-radius: 30px;
  background-color: #3f1906;
  color: #f7e2d0;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
  white-space: nowrap;
  align-self: flex-start;
}

.hero {
  position: relative;
  padding: 5px;
}

.hero__container {
  position: relative;
  background-color: #edd7c3;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: 130px 36px 60px;
  background-image: url("/images/background/p-peach.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.hero__surtitre {
  color: #3f1906;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.hero__photos {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-inline: -36px;
}

.hero__photo {
  flex: 1;
  min-width: 0;
  height: 114px;
  overflow: hidden;
  border-radius: 5px;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-inline: auto;
}

.hero__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.hero__title {
  color: #3f1906;
}

.hero__desc p {
  color: #67290a;
}
.hero__desc strong {
  font-weight: 600;
}

.hero__ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.hero__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7e2d0;
  border-radius: 30px;
  position: absolute;
  padding: 5px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 3;
}

.hero__nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 30px;
  background-color: #edd7c3;
  cursor: pointer;
}
.hero__nav-arrow img {
  width: 18px;
  height: 18px;
}

.hero__nav-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero__nav-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1.5px solid #da621f;
  background-color: transparent;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}
.hero__nav-dot--active {
  background-color: #da621f;
  border-color: #da621f;
}

@media (min-width: 744px) {
  .hero__container {
    padding: 180px 50px 60px;
  }
  .hero__ctas {
    flex-direction: row;
    gap: 10px;
  }
  .hero__photos {
    margin-top: 70px;
    margin-bottom: 140px;
    margin-inline: -50px;
  }
  .hero__photo {
    height: 206px;
  }
}
@media (min-width: 1200px) {
  .hero__container {
    min-height: calc(100vh - 10px);
    padding: 171px 80px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: 20% 0;
  }
  .hero__slider {
    max-width: 880px;
  }
  .hero__slide {
    gap: 60px;
  }
  .hero__desc {
    padding-inline: 135px;
  }
  .hero__ctas {
    flex-direction: row;
    gap: 20px;
    margin-top: -25px;
  }
  .hero__photos {
    display: block;
    position: absolute;
    inset: 0;
    width: auto;
    margin: 0;
    pointer-events: none;
    height: auto;
  }
  @keyframes hero-float {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-12px);
    }
  }
  .hero__photo {
    position: absolute;
    width: 162px;
    height: 174px;
    flex: none;
    pointer-events: auto;
  }
  .hero__photo--1 {
    top: 25%;
    left: 10%;
    animation: hero-float 5s ease-in-out infinite;
  }
  .hero__photo--2 {
    top: 75px;
    right: 133px;
    animation: hero-float 6s ease-in-out 1s infinite;
  }
  .hero__photo--3 {
    bottom: 0;
    left: 15%;
    animation: hero-float 5.5s ease-in-out 0.5s infinite;
  }
  .hero__photo--4 {
    bottom: 100px;
    right: 63px;
    animation: hero-float 7s ease-in-out 1.5s infinite;
  }
  .hero__nav {
    justify-content: center;
    gap: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: auto;
    bottom: 25px;
  }
}
.intro {
  display: flex;
  flex-direction: column;
  gap: 90px;
  align-items: center;
  padding-block-start: 110px;
  padding-block-end: 0;
}

.intro__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .intro__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .intro__container {
    padding-inline: 80px;
  }
}
.intro__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.intro__title {
  color: #3f1906;
}

.intro__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.intro__body p {
  color: #3f1906;
}

@media (min-width: 1200px) {
  .intro {
    padding-block: 170px 0;
  }
  .intro__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 70px;
  }
  .intro__title {
    max-width: 513px;
    flex-shrink: 0;
  }
  .intro__body {
    flex: 1;
    min-width: 0;
  }
}
.courtier {
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.courtier__card {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.courtier__card[data-theme="cream"] {
  background-color: #edd7c3;
}
.courtier__card[data-theme="cream"] .courtier__title {
  color: #3f1906;
}
.courtier__card[data-theme="cream"] .courtier__text {
  color: #67290a;
}
.courtier__card[data-theme="walnut"] {
  background-color: #3f1906;
}
.courtier__card[data-theme="walnut"] .courtier__title {
  color: #edd7c3;
}
.courtier__card[data-theme="walnut"] .courtier__text {
  color: #edd7c3;
}

.courtier__image-wrap {
  padding: 10px;
  flex-shrink: 0;
}

.courtier__image-wrap picture {
  display: block;
  height: 100%;
}

.courtier__image {
  width: 100%;
  height: 343px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
  border-radius: 20px;
  display: block;
}

.courtier__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px;
  justify-content: flex-end;
  flex: 1;
}

@media (min-width: 744px) {
  .courtier {
    flex-direction: row;
  }
  .courtier__card {
    flex: 1 1 0%;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .courtier {
    max-width: 1440px;
    margin-inline: auto;
  }
  .courtier__card {
    height: 740px;
    min-width: 503px;
  }
  .courtier__image-wrap {
    height: 363px;
  }
  .courtier__image {
    height: 100%;
  }
  .courtier__content {
    padding: 80px;
    gap: 0;
  }
  .courtier__text {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .courtier__card.is-expanded .courtier__content {
    padding-inline-end: 185px;
    gap: 25px;
  }
}
.solutions {
  position: relative;
  overflow: hidden;
  padding-block: 110px;
  background-image: url("/images/background/amp-cream.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 -40px;
}

.solutions__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .solutions__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .solutions__container {
    padding-inline: 80px;
  }
}
.solutions__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .solutions__container {
    display: grid;
    grid-template-columns: 239px 342px;
    justify-content: space-between;
    gap: 30px 40px;
    align-items: start;
  }
}

.solutions__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .solutions__header {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
  }
}

.solutions__title {
  color: #3f1906;
}

.solutions__intro p {
  color: #3f1906;
}

.solutions__switcher {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .solutions__switcher {
    grid-column: 2;
    grid-row: 1/3;
    align-self: end;
  }
}

.solutions__tab {
  display: none;
}

.solutions__dropdown {
  position: relative;
}

.solutions__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-inline-end: 4px;
  width: 100%;
}

.solutions__dropdown-label {
  background-color: #3f1906;
  color: #edd7c3;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  padding: 12px 13px;
  border-radius: 30px;
  flex: 1;
  margin-inline-end: -4px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}

.solutions__dropdown-icon {
  width: 35px;
  height: 35px;
  background-color: #3f1906;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.solutions__dropdown-icon img {
  width: 18px;
  height: 18px;
}
.solutions__dropdown-toggle[aria-expanded="true"] .solutions__dropdown-icon {
  transform: rotate(180deg);
}

.solutions__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #3f1906;
  border-radius: 20px;
  padding: 5px;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}
.solutions__dropdown-menu.is-open {
  display: flex;
}

.solutions__dropdown-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #edd7c3;
  padding: 12px 13px;
  border-radius: 15px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}
.solutions__dropdown-item.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.solutions__card {
  display: grid;
  position: relative;
  background-color: #edd7c3;
  border-radius: 30px;
  padding: 35px;
  min-height: 200px;
}

.solutions__panel {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.solutions__card-title {
  color: #3f1906;
}

.solutions__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.solutions__card-body p {
  color: #67290a;
}

@media (min-width: 1200px) {
  .solutions {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-block: 0;
    background-position: 0 -100px;
    background-size: contain;
  }
  .solutions__container {
    gap: 80px;
  }
  .solutions__header {
    flex-direction: row;
    align-items: flex-end;
    gap: 80px;
  }
  .solutions__title {
    max-width: 650px;
    flex-shrink: 0;
  }
  .solutions__intro {
    flex: 1;
    min-width: 0;
    max-width: 334px;
  }
  .solutions__switcher {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 304px;
  }
  .solutions__nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 453px;
    flex-shrink: 0;
  }
  .solutions__tab {
    display: block;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    font-family: "gelica", serif;
    font-size: 75px;
    line-height: 65px;
    letter-spacing: -0.05em;
    color: #3f1906;
    transition: color 0.3s ease;
  }
  .solutions__tab.is-active {
    color: #f7e2d0;
  }
  .solutions__dropdown {
    display: none;
  }
  .solutions__card {
    width: 468px;
    flex-shrink: 0;
  }
}
.expertise-card {
  padding: 5px;
  background-color: #edd7c3;
  border-radius: 25px;
}

.expertise-card__grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.expertise-card__item {
  border-radius: 0 0 30px 30px;
  overflow: clip;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.expertise-card__front {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.expertise-card__shape {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.expertise-card__path {
  fill: #f7e2d0;
}

.expertise-card__path-target {
  fill: #f7e2d0;
  visibility: hidden;
}

.expertise-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f7e2d0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 10px;
}
.expertise-card__icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.expertise-card__body {
  background-color: #f7e2d0;
  padding: 0 35px 15px;
  margin-block-start: -5px;
  padding-block-start: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.expertise-card__heading {
  color: #3f1906;
}

.expertise-card__back {
  background-color: #f7e2d0;
  padding: 0 35px 35px;
  display: flex;
  align-items: flex-start;
}

.expertise-card__text {
  line-height: 16px;
  letter-spacing: -0.64px;
  color: #67290a;
}

@media (min-width: 1200px) {
  .expertise-card__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .expertise-card__item {
    min-height: 273px;
  }
  .expertise-card__front {
    min-height: 273px;
  }
  .expertise-card__body {
    padding: 0 35px 35px;
    justify-content: flex-end;
  }
  .expertise-card__back {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    z-index: 3;
    will-change: clip-path;
    background-color: #3f1906;
    padding: 35px;
    align-items: flex-end;
  }
  .expertise-card__text {
    color: #edd7c3;
  }
}
.expertise {
  padding: 110px 31px;
  background-color: #edd7c3;
  border-radius: 25px;
}

.expertise__grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.expertise__top,
.expertise__bottom {
  display: contents;
}

.expertise__header {
  padding: 0 0 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expertise__title {
  color: #3f1906;
  margin-block-end: 25px;
}

.expertise__card {
  min-width: 0;
}

@media (min-width: 744px) {
  .expertise {
    padding: 110px 45px;
  }
  .expertise__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 5px;
  }
  .expertise__header {
    text-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .expertise {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 5px;
  }
  .expertise__grid {
    display: grid;
    grid-template-columns: 305px 1fr 305px;
    grid-template-rows: auto auto;
    grid-template-areas: "c0 header c4" "bottom bottom bottom";
    -moz-column-gap: 65px;
    column-gap: 65px;
    row-gap: 5px;
    max-width: 1230px;
    margin-inline: auto;
    width: 100%;
  }
  .expertise__header {
    grid-area: header;
    max-width: 490px;
    margin-inline: auto;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
  }
  .expertise__top {
    display: contents;
  }
  .expertise__top .expertise__card[data-card-index="0"] {
    grid-area: c0;
    width: 305px;
  }
  .expertise__top .expertise__card[data-card-index="4"] {
    grid-area: c4;
    width: 305px;
  }
  .expertise__bottom {
    grid-area: bottom;
    display: flex;
    gap: 5px;
    justify-content: center;
  }
  .expertise__bottom .expertise__card {
    flex: 0 0 305px;
  }
}
.contact {
  position: relative;
  background-color: #3f1906;
  background-image: url("/images/background/amp-walnut-70.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .contact {
    height: 50vh;
  }
}

.contact__container {
  position: relative;
  z-index: 1;
  padding: 110px 31px 0;
}
@media (min-width: 744px) {
  .contact__container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 75px 45px;
  }
}
@media (min-width: 1200px) {
  .contact__container {
    max-width: 1430px;
    margin-inline: auto;
    padding-inline: 75px;
    padding-block: 0;
  }
}

.contact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
@media (min-width: 744px) {
  .contact__content {
    max-width: 342px;
  }
}
@media (min-width: 1200px) {
  .contact__content {
    margin-inline-start: calc((100% - 220px) / 12 + 20px);
    max-width: 527px;
  }
}

.contact__heading {
  color: #f7e2d0;
}

.contact__description {
  color: #edd7c3;
}
.contact__description strong {
  font-weight: 600;
}

.contact__picture {
  display: flex;
  justify-content: center;
}
@media (min-width: 744px) {
  .contact__picture {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    margin-top: 0;
    padding-inline: 0;
  }
}

.contact__image {
  width: auto;
  max-width: 100%;
}
@media (min-width: 744px) {
  .contact__image {
    height: 100%;
    width: auto;
    max-width: none;
  }
}

.relation {
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .relation {
    padding-block: 220px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.relation__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .relation__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .relation__container {
    padding-inline: 80px;
  }
}

.relation__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  margin-block-end: 60px;
}
@media (min-width: 1200px) {
  .relation__header {
    gap: 40px;
    margin-block-end: 80px;
    max-width: 1064px;
    padding-inline: 80px;
    margin-inline: auto;
  }
}

.relation__title {
  color: #3f1906;
}

.relation__description {
  color: #3f1906;
  letter-spacing: -0.04em;
  max-width: 630px;
}
.relation__description p + p {
  margin-block-start: 1em;
}

.relation__cards {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 744px) {
  .relation__cards {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .relation__cards {
    max-width: 1064px;
  }
}

.relation__card {
  position: relative;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  height: 845px;
}
@media (min-width: 744px) {
  .relation__card {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .relation__card {
    height: 463px;
    flex: 0 0 auto;
  }
  .relation__card[data-relation-card="0"] {
    flex-basis: 630px;
  }
  .relation__card[data-relation-card="1"] {
    flex-basis: 429px;
  }
}

.relation__card-image {
  position: absolute;
  inset: 0;
}
.relation__card-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.relation__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  [data-relation-card="0"] .relation__card-image img {
    -o-object-position: 70% center;
    object-position: 70% center;
  }
  [data-relation-card="1"] .relation__card-image img {
    -o-object-position: 80% center;
    object-position: 80% center;
  }
}

.relation__card-collapsed {
  display: none;
}
@media (min-width: 1200px) {
  .relation__card-collapsed {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
}

.relation__card-gradient {
  position: absolute;
  inset-inline: -3px;
  bottom: 0;
  height: 257px;
  background: linear-gradient(
    180deg,
    rgba(237, 215, 195, 0) 0%,
    rgba(237, 215, 195, 0.8) 42%,
    #edd7c3 100%
  );
}

.relation__card-title-wrap {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 305px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 453px;
}
.relation__card-title-wrap h3 {
  font-family: "gelica", serif;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: #3f1906;
}

.relation__card-expanded {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 35px;
  background: #edd7c3;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  height: 453px;
}
@media (min-width: 1200px) {
  .relation__card-expanded {
    width: 333px;
    right: auto;
  }
  [data-relation-card="1"] .relation__card-expanded {
    clip-path: inset(100% 0% 0% 0%);
  }
}
.relation__card-expanded h3 {
  font-family: "gelica", serif;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: #3f1906;
}

.relation__card-text {
  color: #67290a;
  letter-spacing: -0.04em;
}
.relation__card-text p {
  line-height: 16px;
}
.relation__card-text p + p {
  margin-block-start: 1em;
}

.map {
  position: relative;
  background-color: #edd7c3;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 744px) {
  .map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .map {
    display: block;
    min-height: 100vh;
    padding: 0;
  }
}

.map__container {
  padding: 35px;
}
@media (min-width: 744px) {
  .map__container {
    display: flex;
    align-items: center;
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .map__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 55%;
    margin-inline-start: auto;
    padding-block: 0;
    padding-inline: 80px;
  }
}

.map__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 744px) {
  .map__content {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .map__content {
    max-width: 724px;
    padding-inline: 120px;
  }
}

.map__heading {
  color: #3f1906;
}

.map__description p {
  color: #67290a;
}
.map__description > div + div {
  margin-block-start: 1em;
}

.map__visual {
  border-radius: 26px;
  overflow: hidden;
  padding: 0 5px 5px;
}
@media (min-width: 744px) {
  .map__visual {
    align-self: stretch;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .map__visual {
    position: absolute;
    background-color: #f7e2d0;
    top: 5px;
    left: 5px;
    bottom: 5px;
    width: 45%;
    flex: none;
  }
}

.map__svg-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .map__svg-wrapper {
    display: block;
    position: absolute;
    inset: 0;
  }
}
.map__svg-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

.map__fallback {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .map__fallback {
    display: none;
  }
}

.map__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .map--subpage .map__content {
    max-width: 504px;
    padding-inline: 0;
  }
}

.pyrenees {
  display: block;
  width: 100%;
}

.pyrenees__image {
  display: block;
  width: 100%;
  height: auto;
}

.final-cta {
  position: relative;
  background-color: #3f1906;
  background-image: url("/images/background/amp-walnut-70.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .final-cta {
    height: 100vh;
    background-size: cover;
  }
}

.final-cta__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 31px;
}
@media (min-width: 744px) {
  .final-cta__container {
    padding: 75px 45px;
  }
}
@media (min-width: 1200px) {
  .final-cta__container {
    height: 100%;
    padding: 120px 75px;
  }
}

.final-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  max-width: 342px;
  text-align: center;
}
@media (min-width: 1200px) {
  .final-cta__content {
    max-width: 630px;
  }
}

@media (min-width: 1200px) {
  .final-cta--wide .final-cta__content {
    max-width: 676px;
  }
}

.final-cta__heading {
  color: #f7e2d0;
}

.final-cta__heading-mobile {
  display: block;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .final-cta__heading-mobile {
    display: none;
  }
}

.final-cta__heading-desktop {
  display: none;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .final-cta__heading-desktop {
    display: block;
  }
}

.final-cta__description {
  color: #f7e2d0;
  padding-inline: 30px;
}
.final-cta__description strong {
  font-weight: 600;
}

.final-cta__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (min-width: 744px) {
  .final-cta__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .final-cta__buttons {
    gap: 15px;
  }
}

@media (min-width: 1200px) {
  .final-cta--subpage .final-cta__content {
    max-width: 734px;
    gap: 30px;
  }
}

@media (min-width: 1200px) {
  .final-cta--subpage .final-cta__buttons {
    margin-block-start: 15px;
  }
}

.footer {
  background-color: #edd7c3;
  border-radius: 30px;
  padding: 40px;
  color: #3f1906;
}
@media (min-width: 1200px) {
  .footer {
    padding: 85px 75px 20px;
  }
}
.footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1440px;
  margin-inline: auto;
}
@media (min-width: 744px) {
  .footer__container {
    gap: 90px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    gap: 61px;
  }
}

.footer__main {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
@media (min-width: 744px) {
  .footer__main {
    gap: 90px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .footer__main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 744px) {
  .footer__left {
    gap: 90px;
  }
}
@media (min-width: 1200px) {
  .footer__left {
    gap: 56px;
    flex: 1 1 849px;
    max-width: 849px;
  }
}

.footer__logo {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .footer__logo {
    max-width: 757px;
  }
}

.footer__nav-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 744px) {
  .footer__nav-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 50px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .footer__nav-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex: 1;
  }
}

.footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__pages-group {
  gap: 0;
}
.footer__pages-group .footer__nav-list {
  color: #cd5411;
}

.footer__nav-title {
  color: #cd5411;
  text-box: trim-both cap alphabetic;
}

.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-list li {
  text-box: trim-both cap alphabetic;
}

.footer__nav-link {
  color: #3f1906;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  text-box: trim-both cap alphabetic;
}

.footer__page-link {
  font-weight: 600;
}

.footer__right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media (min-width: 744px) {
  .footer__right {
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .footer__right {
    width: 327px;
    flex-shrink: 0;
    align-self: stretch;
    justify-content: flex-end;
  }
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #fff1e4;
  border-radius: 20px;
  color: #cd5411;
  width: 100%;
}
@media (min-width: 744px) {
  .footer__contact {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer__contact {
    align-items: flex-start;
    text-align: left;
  }
}

.footer__contact-highlight {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: inherit;
}
@media (min-width: 744px) {
  .footer__contact-highlight {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__contact-highlight {
    flex-direction: column;
  }
}

.footer__contact-address-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: inherit;
}
@media (min-width: 744px) {
  .footer__contact-address-group {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__contact-address-group {
    flex-direction: column;
  }
}

.footer__contact-address {
  color: #67290a;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  text-box: trim-both cap alphabetic;
}

.footer__cards {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media (min-width: 744px) {
  .footer__cards {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__cards {
    flex-direction: column;
  }
}

.footer__cards .btn-big {
  width: 100%;
}
@media (min-width: 744px) {
  .footer__cards .btn-big {
    flex: 1;
  }
}

.footer__cards .btn-big__label {
  width: auto;
  flex: 1;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  color: #67290a;
}
@media (min-width: 744px) {
  .footer__legal {
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .footer__legal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__legal-notice {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.04em;
  text-box: trim-both cap alphabetic;
}
@media (min-width: 744px) {
  .footer__legal-notice {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer__legal-notice {
    text-align: left;
  }
}

.footer__legal-link,
.footer__legal-text {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.04em;
  text-box: trim-both cap alphabetic;
}

.footer__legal-link {
  text-decoration: none;
}

.footer__legal-bar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 744px) {
  .footer__legal-bar {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .footer__legal-bar {
    justify-content: space-between;
    flex: 1;
  }
}

.footer__legal-links,
.footer__legal-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 744px) {
  .footer__legal-links,
  .footer__legal-meta {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 744px) {
  .footer__legal-meta {
    gap: 10px;
  }
}

.footer__partner-logo {
  width: 80px;
  height: auto;
}

.cabinet-hero {
  position: relative;
  background-color: #edd7c3;
  border-radius: 25px;
  overflow: hidden;
  margin: 5px;
}
@media (min-width: 1200px) {
  .cabinet-hero {
    height: 100vh;
    border-radius: 30px;
  }
}

.cabinet-hero__container {
  position: relative;
  z-index: 1;
  padding: 130px 31px 0;
}
@media (min-width: 744px) {
  .cabinet-hero__container {
    display: flex;
    justify-content: center;
    padding: 180px 45px 0;
  }
}
@media (min-width: 1200px) {
  .cabinet-hero__container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    max-width: 1430px;
    margin-inline: auto;
    padding: 75px;
  }
}

.cabinet-hero__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 744px) {
  .cabinet-hero__content {
    max-width: 497px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cabinet-hero__content {
    max-width: 630px;
    gap: 60px;
  }
}

.cabinet-hero__description {
  color: #67290a;
}
.cabinet-hero__description strong {
  font-weight: 600;
}
.cabinet-hero__description strong:not([class]) {
  color: #3f1906;
}

.cabinet-hero__picture {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cabinet-hero__picture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    margin-top: 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.cabinet-hero__image {
  width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .cabinet-hero__image {
    width: auto;
    height: 90%;
    max-width: 100%;
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}

.cabinet-courtier {
  padding-block-start: 110px;
  padding-block-end: 110px;
}
@media (min-width: 1200px) {
  .cabinet-courtier {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.cabinet-courtier__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .cabinet-courtier__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .cabinet-courtier__container {
    padding-inline: 80px;
  }
}
.cabinet-courtier__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.cabinet-courtier__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.cabinet-courtier__links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cabinet-courtier__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #3f1906;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.cabinet-courtier__link:hover {
  color: #edd7c3;
}

.cabinet-courtier__link-arrow {
  transition: color 0.2s ease;
}

.cabinet-courtier__grid {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
}

.cabinet-courtier__card {
  border-radius: 0 0 30px 30px;
  overflow: clip;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cabinet-courtier__card-shape {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.cabinet-courtier__card-path {
  fill: #f7e2d0;
}

.cabinet-courtier__card-path-target {
  fill: #f7e2d0;
  visibility: hidden;
}

.cabinet-courtier__card-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f7e2d0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 1;
}
.cabinet-courtier__card-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.cabinet-courtier__card-body {
  background-color: #f7e2d0;
  padding: 0 35px 35px;
  margin-block-start: -5px;
  padding-block-start: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}

.cabinet-courtier__card-title {
  text-box: trim-both cap alphabetic;
}

.cabinet-courtier__card-text {
  color: #67290a;
  line-height: 16px;
  letter-spacing: -0.64px;
  text-box: trim-both cap alphabetic;
}

@media (min-width: 744px) {
  .cabinet-courtier__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .cabinet-courtier__container {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
  }
  .cabinet-courtier__left {
    flex-shrink: 0;
    width: 413px;
    gap: 120px;
  }
  .cabinet-courtier__grid {
    flex: 1;
    min-width: 0;
    padding-inline-start: 45px;
  }
  .cabinet-courtier__card {
    min-height: 273px;
  }
}
.cabinet-history {
  padding-block-start: 110px;
  padding-block-end: 110px;
}
@media (min-width: 1200px) {
  .cabinet-history {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.cabinet-history__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .cabinet-history__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .cabinet-history__container {
    padding-inline: 80px;
  }
}
.cabinet-history__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cabinet-history__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cabinet-history__heading {
  color: #edd7c3;
}

.cabinet-history__tabs {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.cabinet-history__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #edd7c3;
  padding: 12px 13px;
  border-radius: 30px;
  text-align: left;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  text-box: trim-both cap alphabetic;
}
.cabinet-history__tab.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.cabinet-history__dropdown {
  position: relative;
}

.cabinet-history__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-inline-end: 4px;
  width: 100%;
}

.cabinet-history__dropdown-label {
  background-color: #da621f;
  color: #fff1e4;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  padding: 12px 13px;
  border-radius: 30px;
  flex: 1;
  margin-inline-end: -4px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}

.cabinet-history__dropdown-icon {
  width: 35px;
  height: 35px;
  background-color: #da621f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.cabinet-history__dropdown-icon img {
  width: 18px;
  height: 18px;
}
.cabinet-history__dropdown-toggle[aria-expanded="true"] .cabinet-history__dropdown-icon {
  transform: rotate(180deg);
}

.cabinet-history__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #da621f;
  border-radius: 20px;
  padding: 5px;
  flex-direction: column;
  gap: 2px;
}
.cabinet-history__dropdown-menu.is-open {
  display: flex;
}

.cabinet-history__dropdown-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff1e4;
  padding: 12px 13px;
  border-radius: 15px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}
.cabinet-history__dropdown-item.is-active {
  background-color: #3f1906;
  color: #edd7c3;
}

.cabinet-history__cards {
  position: relative;
  margin-block-start: -30px;
}
@media (min-width: 1200px) {
  .cabinet-history__cards {
    margin-block-start: 0;
  }
}

.cabinet-history__card {
  display: none;
  position: relative;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  max-height: 845px;
}
.cabinet-history__card.is-active {
  display: block;
}
@media (min-width: 744px) {
  .cabinet-history__card {
    max-width: 50%;
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .cabinet-history__card {
    max-width: none;
    max-height: none;
    margin-inline: 0;
  }
}

.cabinet-history__card-image picture {
  display: block;
  width: 100%;
}
.cabinet-history__card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.cabinet-history__card-panel {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: #edd7c3;
  border-radius: 26px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}

.cabinet-history__card-title {
  text-box: trim-both cap alphabetic;
}

.cabinet-history__card-text {
  color: #67290a;
}

@media (min-width: 1200px) {
  .cabinet-history__card-panel {
    left: auto;
    top: 5px;
    max-width: 333px;
  }
}
@media (min-width: 1200px) {
  .cabinet-history__container {
    max-width: 1224px;
    padding-inline: 80px;
    margin-inline: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cabinet-history__left {
    flex-shrink: 0;
    max-width: 341px;
    align-self: stretch;
    justify-content: space-between;
  }
  .cabinet-history__tabs {
    display: flex;
  }
  .cabinet-history__dropdown {
    display: none;
  }
  .cabinet-history__cards {
    flex: 1;
    min-width: 0;
    max-width: 630px;
  }
}
.cabinet-adn {
  padding-block-start: 110px;
  padding-block-end: 0;
}
@media (min-width: 1200px) {
  .cabinet-adn {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.cabinet-adn__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .cabinet-adn__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .cabinet-adn__container {
    padding-inline: 80px;
  }
}
.cabinet-adn__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .cabinet-adn__container {
    display: grid;
    grid-template-columns: 239px 342px;
    justify-content: space-between;
    gap: 30px 40px;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  .cabinet-adn__container {
    display: flex;
    flex-direction: column;
    max-width: 1224px;
    padding-inline: 80px;
    gap: 115px;
  }
}

.cabinet-adn__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .cabinet-adn__header {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .cabinet-adn__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .cabinet-adn__heading {
    max-width: 585px;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .cabinet-adn__description {
    max-width: 374px;
  }
}

.cabinet-adn__switcher {
  display: contents;
}
@media (min-width: 1200px) {
  .cabinet-adn__switcher {
    display: flex;
    align-items: flex-end;
    gap: 87px;
  }
}

.cabinet-adn__left {
  display: none;
}
@media (min-width: 1200px) {
  .cabinet-adn__left {
    display: block;
    flex-shrink: 0;
    width: 671px;
  }
}

.cabinet-adn__right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 744px) and (max-width: 1199px) {
  .cabinet-adn__right {
    grid-column: 2;
    grid-row: 1/3;
    align-self: end;
  }
}
@media (min-width: 1200px) {
  .cabinet-adn__right {
    flex: 1;
    min-width: 0;
  }
}

.cabinet-adn__keywords {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cabinet-adn__keyword {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 75px;
  line-height: 65px;
  letter-spacing: -3.75px;
  text-align: left;
  color: #3f1906;
  transition: color 0.4s ease;
}
.cabinet-adn__keyword.is-active {
  color: #f7e2d0;
}

.cabinet-adn__dropdown {
  position: relative;
}
@media (min-width: 1200px) {
  .cabinet-adn__dropdown {
    display: none;
  }
}

.cabinet-adn__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-inline-end: 4px;
  width: 100%;
}

.cabinet-adn__dropdown-label {
  background-color: #3f1906;
  color: #edd7c3;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  padding: 12px 13px;
  border-radius: 30px;
  flex: 1;
  margin-inline-end: -4px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}

.cabinet-adn__dropdown-icon {
  width: 35px;
  height: 35px;
  background-color: #3f1906;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.cabinet-adn__dropdown-icon img {
  width: 18px;
  height: 18px;
}
.cabinet-adn__dropdown-toggle[aria-expanded="true"] .cabinet-adn__dropdown-icon {
  transform: rotate(180deg);
}

.cabinet-adn__dropdown-menu {
  display: flex;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #3f1906;
  border-radius: 20px;
  padding: 5px;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}

.cabinet-adn__dropdown-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #edd7c3;
  padding: 12px 13px;
  border-radius: 15px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}
.cabinet-adn__dropdown-item.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.cabinet-adn__card-area {
  position: relative;
}

.cabinet-adn__card {
  display: none;
  background-color: #edd7c3;
  border-radius: 30px;
  padding: 35px;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  min-height: 290px;
}
.cabinet-adn__card.is-active {
  display: flex;
}

.cabinet-adn__card-title {
  text-box: trim-both cap alphabetic;
}

.cabinet-adn__card-text {
  color: #67290a;
}

.cabinet-expertise {
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .cabinet-expertise {
    padding-block: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.cabinet-expertise__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .cabinet-expertise__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .cabinet-expertise__container {
    padding-inline: 80px;
  }
}
.cabinet-expertise__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1200px) {
  .cabinet-expertise__container {
    max-width: 1395px;
    padding-inline: 80px;
    gap: 80px;
  }
}

.cabinet-expertise__heading {
  text-align: center;
}
@media (min-width: 1200px) {
  .cabinet-expertise__heading {
    padding-inline: 50px;
  }
}

.cabinet-expertise__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.cabinet-expertise__grid {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 744px) {
  .cabinet-expertise__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .cabinet-expertise__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cabinet-expertise__card {
  border-radius: 0 0 30px 30px;
  overflow: clip;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 328px;
}

.cabinet-expertise__card-shape {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.cabinet-expertise__card-path {
  fill: #f7e2d0;
}

.cabinet-expertise__card-path-target {
  fill: #f7e2d0;
  visibility: hidden;
}

.cabinet-expertise__card-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f7e2d0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 2;
}
.cabinet-expertise__card-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.cabinet-expertise__card-body {
  display: none;
  background-color: #f7e2d0;
  padding: 0 35px 35px;
  margin-block-start: -5px;
  padding-block-start: 5px;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .cabinet-expertise__card-body {
    display: flex;
  }
}

.cabinet-expertise__card-title {
  text-box: trim-both cap alphabetic;
}

.cabinet-expertise__card-back {
  background-color: #f7e2d0;
  padding: 35px;
  margin-block-start: -5px;
  padding-block-start: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .cabinet-expertise__card-back {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 30px 30px;
    clip-path: circle(0% at calc(100% - 17px) -49px);
    z-index: 1;
    margin-block-start: 0;
    padding: 0 35px 35px;
  }
}

.cabinet-expertise__card-back-title {
  text-box: trim-both cap alphabetic;
}

.cabinet-expertise__card-back-text {
  color: #67290a;
}

.cabinet-expertise__cta {
  display: flex;
  justify-content: center;
}
.cabinet-expertise__cta .btn__icon {
  --icon-color: #da621f;
}

.values {
  padding-block: 110px;
}

.values__heading {
  max-width: 884px;
  margin-inline: auto;
  padding-inline: 36px;
  margin-block-end: 40px;
}

.values__h2 {
  text-align: center;
  color: #3f1906;
}

.values__accordion {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-inline: 36px;
}

.values__panel {
  background-color: #fff1e4;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}

.values__text-area {
  background-color: #edd7c3;
  border-radius: 26px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  flex: 1;
}

.values__title {
  color: #3f1906;
}

.values__description {
  color: #67290a;
}

.values__link {
  color: #da621f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.values__link:hover {
  color: #cd5411;
}

.values__image-wrap {
  border-radius: 26px;
  overflow: hidden;
  flex-shrink: 0;
  order: -1;
}

.values__image {
  width: 100%;
  aspect-ratio: 401/453;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 26px;
}

@media (min-width: 744px) {
  .values__heading {
    padding-inline: 50px;
    margin-block-end: 60px;
    max-width: 884px;
  }
  .values__accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-inline: 50px;
  }
  .values__image {
    aspect-ratio: auto;
    height: 363px;
  }
}
@media (min-width: 1200px) {
  .values {
    padding-block: 80px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .values__heading {
    max-width: 884px;
    padding-inline: 80px;
    margin-block-end: 80px;
  }
  .values__accordion {
    display: flex;
    flex-direction: row;
    gap: 5px;
    max-width: 1224px;
    margin-inline: auto;
    padding-inline: 80px;
    width: 100%;
  }
  .values__panel {
    flex: 0 0 100px;
    height: 463px;
    padding: 0;
    gap: 0;
    position: relative;
    cursor: pointer;
    transition: none;
  }
  .values__text-area {
    position: absolute;
    inset-block-end: 5px;
    inset-inline-start: 5px;
    height: 453px;
    width: auto;
    padding: 35px;
    background-color: transparent;
  }
  .values__title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
  }
  .values__description {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  .values__image-wrap {
    opacity: 0;
    position: absolute;
    inset-block-start: 5px;
    inset-inline-start: 343px;
    inset-inline-end: 5px;
    height: 453px;
    border-radius: 26px;
    pointer-events: none;
    order: initial;
  }
  .values__image {
    aspect-ratio: auto;
    height: 100%;
    width: 100%;
  }
  .values__panel.is-open {
    flex: 1 1 0%;
    cursor: default;
  }
  .values__panel.is-open .values__text-area {
    width: 333px;
    background-color: #edd7c3;
  }
  .values__panel.is-open .values__title {
    writing-mode: horizontal-tb;
    transform: none;
    white-space: normal;
  }
  .values__panel.is-open .values__description {
    opacity: 1;
    position: static;
    pointer-events: auto;
  }
  .values__panel.is-open .values__image-wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
.equipe-hero {
  position: relative;
  background-color: #edd7c3;
  border-radius: 25px;
  overflow: hidden;
  margin: 5px;
}
@media (min-width: 1200px) {
  .equipe-hero {
    height: 100vh;
    border-radius: 30px;
  }
}

.equipe-hero__container {
  position: relative;
  z-index: 1;
  padding: 130px 31px 0;
}
@media (min-width: 744px) {
  .equipe-hero__container {
    display: flex;
    justify-content: center;
    padding: 180px 45px 0;
  }
}
@media (min-width: 1200px) {
  .equipe-hero__container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    max-width: 1430px;
    margin-inline: auto;
    padding: 75px;
  }
}

.equipe-hero__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 744px) {
  .equipe-hero__content {
    max-width: 497px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .equipe-hero__content {
    max-width: 630px;
    gap: 60px;
  }
}

.equipe-hero__description {
  color: #67290a;
}
.equipe-hero__description strong {
  font-weight: 600;
}
.equipe-hero__description strong:not([class]) {
  color: #3f1906;
}

.equipe-hero__picture {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .equipe-hero__picture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.equipe-hero__image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .equipe-hero__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}

.equipe-approche {
  padding-block-start: 110px;
  padding-block-end: 110px;
}
@media (min-width: 1200px) {
  .equipe-approche {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.equipe-approche__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .equipe-approche__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .equipe-approche__container {
    padding-inline: 80px;
  }
}
.equipe-approche__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.equipe-approche__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.equipe-approche__heading {
  color: #edd7c3;
}

.equipe-approche__tabs {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.equipe-approche__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #edd7c3;
  padding: 12px 13px;
  border-radius: 30px;
  text-align: left;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  text-box: trim-both cap alphabetic;
}
.equipe-approche__tab.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.equipe-approche__dropdown {
  position: relative;
}

.equipe-approche__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-inline-end: 4px;
  width: 100%;
}

.equipe-approche__dropdown-label {
  background-color: #da621f;
  color: #fff1e4;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  padding: 12px 13px;
  border-radius: 30px;
  flex: 1;
  margin-inline-end: -4px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}

.equipe-approche__dropdown-icon {
  width: 35px;
  height: 35px;
  background-color: #da621f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.equipe-approche__dropdown-icon img {
  width: 18px;
  height: 18px;
}
.equipe-approche__dropdown-toggle[aria-expanded="true"] .equipe-approche__dropdown-icon {
  transform: rotate(180deg);
}

.equipe-approche__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #da621f;
  border-radius: 20px;
  padding: 5px;
  flex-direction: column;
  gap: 2px;
}
.equipe-approche__dropdown-menu.is-open {
  display: flex;
}

.equipe-approche__dropdown-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff1e4;
  padding: 12px 13px;
  border-radius: 15px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}
.equipe-approche__dropdown-item.is-active {
  background-color: #3f1906;
  color: #edd7c3;
}

.equipe-approche__cards {
  position: relative;
  margin-block-start: -30px;
}
@media (min-width: 1200px) {
  .equipe-approche__cards {
    margin-block-start: 0;
  }
}

.equipe-approche__card {
  display: none;
  position: relative;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  max-height: 845px;
}
.equipe-approche__card.is-active {
  display: block;
}
@media (min-width: 744px) {
  .equipe-approche__card {
    max-width: 50%;
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .equipe-approche__card {
    max-width: none;
    max-height: none;
    margin-inline: 0;
  }
}

.equipe-approche__card-image picture {
  display: block;
  width: 100%;
}
.equipe-approche__card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.equipe-approche__card-panel {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: #edd7c3;
  border-radius: 26px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}

.equipe-approche__card-title {
  text-box: trim-both cap alphabetic;
}

.equipe-approche__card-text {
  color: #67290a;
}

@media (min-width: 1200px) {
  .equipe-approche__container {
    max-width: 1224px;
    flex-direction: row;
    align-items: flex-start;
    gap: 93px;
  }
  .equipe-approche__left {
    flex-shrink: 0;
    width: 341px;
    align-self: stretch;
    justify-content: space-between;
  }
  .equipe-approche__tabs {
    display: flex;
  }
  .equipe-approche__dropdown {
    display: none;
  }
  .equipe-approche__cards {
    flex: 1;
    min-width: 0;
  }
  .equipe-approche__card-panel {
    left: auto;
    top: 5px;
    max-width: 333px;
  }
}
.equipe-profiles {
  padding-block-start: 110px;
  padding-block-end: 110px;
}
@media (min-width: 1200px) {
  .equipe-profiles {
    padding-block-start: 170px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.equipe-profiles__header {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .equipe-profiles__header {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .equipe-profiles__header {
    padding-inline: 80px;
  }
}
.equipe-profiles__header {
  text-align: center;
  margin-block-end: 90px;
}
@media (min-width: 1200px) {
  .equipe-profiles__header {
    max-width: 666px;
  }
}

.equipe-profiles__cards {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.equipe-profiles__card {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.equipe-profiles__card[data-theme="cream"] {
  background-color: #edd7c3;
}
.equipe-profiles__card[data-theme="cream"] .equipe-profiles__name {
  color: #3f1906;
}
.equipe-profiles__card[data-theme="cream"] .equipe-profiles__subtitle {
  color: #67290a;
}
.equipe-profiles__card[data-theme="cream"] .equipe-profiles__bio {
  color: #67290a;
}
.equipe-profiles__card[data-theme="walnut"] {
  background-color: #3f1906;
}
.equipe-profiles__card[data-theme="walnut"] .equipe-profiles__name {
  color: #edd7c3;
}
.equipe-profiles__card[data-theme="walnut"] .equipe-profiles__subtitle {
  color: #edd7c3;
}
.equipe-profiles__card[data-theme="walnut"] .equipe-profiles__bio {
  color: #edd7c3;
}

.equipe-profiles__image-wrap {
  padding: 10px;
  flex-shrink: 0;
}

.equipe-profiles__image {
  width: 100%;
  height: 343px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 20px;
  display: block;
}

.equipe-profiles__content {
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: flex-end;
  flex: 1;
}

.equipe-profiles__subtitle {
  margin-block-start: 25px;
  font-family: "gelica", serif;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: -0.05em;
}

.equipe-profiles__bio {
  margin-block-start: 25px;
}

@media (min-width: 744px) {
  .equipe-profiles__cards {
    flex-direction: row;
  }
  .equipe-profiles__card {
    flex: 1 1 0%;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .equipe-profiles__cards {
    max-width: 1440px;
    margin-inline: auto;
  }
  .equipe-profiles__card {
    height: 740px;
    min-width: 503px;
  }
  .equipe-profiles__image-wrap {
    height: 477px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: inset(10px round 20px);
  }
  .equipe-profiles__image {
    flex-shrink: 0;
    width: 902px;
    max-width: none;
    height: 491px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  .equipe-profiles__content {
    padding: 50px;
  }
  .equipe-profiles__bio,
  .equipe-profiles__subtitle {
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-block-start: 0;
  }
}
.equipe-org {
  padding-block-start: 0;
  padding-block-end: 110px;
}
@media (min-width: 1200px) {
  .equipe-org {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.equipe-org__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .equipe-org__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .equipe-org__container {
    padding-inline: 80px;
  }
}
.equipe-org__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.equipe-org__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.equipe-org__grid {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
}

.equipe-org__card {
  border-radius: 0 0 30px 30px;
  overflow: clip;
  position: relative;
  display: flex;
  flex-direction: column;
}

.equipe-org__card-shape {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.equipe-org__card-path {
  fill: #f7e2d0;
}

.equipe-org__card-path-target {
  fill: #f7e2d0;
  visibility: hidden;
}

.equipe-org__card-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f7e2d0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 1;
}
.equipe-org__card-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.equipe-org__card-body {
  background-color: #f7e2d0;
  padding: 0 35px 35px;
  margin-block-start: -5px;
  padding-block-start: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}

.equipe-org__card-title {
  text-box: trim-both cap alphabetic;
}

.equipe-org__card-text {
  color: #67290a;
  line-height: 16px;
  letter-spacing: -0.64px;
  text-box: trim-both cap alphabetic;
}

@media (min-width: 744px) {
  .equipe-org__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .equipe-org {
    padding-block: 110px;
  }
  .equipe-org__container {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
  }
  .equipe-org__left {
    flex-shrink: 0;
    width: 413px;
  }
  .equipe-org__grid {
    flex: 1;
    min-width: 0;
    padding-inline-start: 45px;
  }
  .equipe-org__card {
    min-height: 273px;
  }
}
.equipe-relation {
  padding-block-start: 0;
  padding-block-end: 110px;
}

.equipe-relation__heading {
  max-width: 884px;
  margin-inline: auto;
  padding-inline: 36px;
  margin-block-end: 40px;
}

.equipe-relation__h2 {
  text-align: center;
  color: #3f1906;
}

.equipe-relation__accordion {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-inline: 36px;
}

.equipe-relation__panel {
  background-color: #fff1e4;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}

.equipe-relation__text-area {
  background-color: #edd7c3;
  border-radius: 26px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  flex: 1;
}

.equipe-relation__title {
  color: #3f1906;
}

.equipe-relation__description {
  color: #67290a;
}

.equipe-relation__image-wrap {
  border-radius: 26px;
  overflow: hidden;
  flex-shrink: 0;
  order: -1;
}

.equipe-relation__image {
  width: 100%;
  aspect-ratio: 401/453;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 26px;
}

@media (min-width: 744px) {
  .equipe-relation__heading {
    padding-inline: 50px;
    margin-block-end: 60px;
    max-width: 884px;
  }
  .equipe-relation__accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-inline: 50px;
  }
  .equipe-relation__image {
    aspect-ratio: auto;
    height: 363px;
  }
}
@media (min-width: 1200px) {
  .equipe-relation {
    padding-block: 110px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .equipe-relation__heading {
    max-width: 884px;
    padding-inline: 80px;
    margin-block-end: 80px;
  }
  .equipe-relation__accordion {
    display: flex;
    flex-direction: row;
    gap: 5px;
    max-width: 1224px;
    margin-inline: auto;
    padding-inline: 80px;
    width: 100%;
  }
  .equipe-relation__panel {
    flex: 0 0 100px;
    height: 463px;
    padding: 0;
    gap: 0;
    position: relative;
    cursor: pointer;
    transition: none;
  }
  .equipe-relation__text-area {
    position: absolute;
    inset-block-end: 5px;
    inset-inline-start: 5px;
    height: 453px;
    width: auto;
    padding: 35px;
    background-color: transparent;
  }
  .equipe-relation__title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
  }
  .equipe-relation__description {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  .equipe-relation__image-wrap {
    opacity: 0;
    position: absolute;
    inset-block-start: 5px;
    inset-inline-start: 343px;
    inset-inline-end: 5px;
    height: 453px;
    border-radius: 26px;
    pointer-events: none;
    order: initial;
  }
  .equipe-relation__image {
    aspect-ratio: auto;
    height: 100%;
    width: 100%;
  }
  .equipe-relation__panel.is-open {
    flex: 1 1 0%;
    cursor: default;
  }
  .equipe-relation__panel.is-open .equipe-relation__text-area {
    width: 333px;
    background-color: #edd7c3;
  }
  .equipe-relation__panel.is-open .equipe-relation__title {
    writing-mode: horizontal-tb;
    transform: none;
    white-space: normal;
  }
  .equipe-relation__panel.is-open .equipe-relation__description {
    opacity: 1;
    position: static;
    pointer-events: auto;
  }
  .equipe-relation__panel.is-open .equipe-relation__image-wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
.equipe-confid {
  position: relative;
  background-color: #edd7c3;
  border-radius: 30px;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
}
@media (min-width: 744px) {
  .equipe-confid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .equipe-confid {
    display: block;
    min-height: 100vh;
    padding: 0;
  }
}

.equipe-confid__container {
  padding: 35px;
}
@media (min-width: 744px) {
  .equipe-confid__container {
    display: flex;
    align-items: center;
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .equipe-confid__container {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    max-width: 1440px;
    margin-inline: auto;
    justify-content: flex-end;
    padding-block: 0;
    padding-inline: 80px;
  }
}

.equipe-confid__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .equipe-confid__content {
    max-width: 484px;
  }
}

.equipe-confid__heading {
  color: #3f1906;
}

.equipe-confid__description {
  color: #67290a;
}
.equipe-confid__description p + p {
  margin-block-start: 1em;
}

.equipe-confid__visual {
  border-radius: 26px;
  overflow: hidden;
}
@media (min-width: 744px) {
  .equipe-confid__visual {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .equipe-confid__visual {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    width: 48%;
    flex: none;
  }
}
@media (width >= 1921px) {
  .equipe-confid__visual {
    width: 38%;
  }
}

.equipe-confid__visual picture {
  display: block;
  height: 100%;
}

.equipe-confid__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.entreprise-hero {
  position: relative;
  background-color: #edd7c3;
  background-image: url("/images/background/amp-cream-30--fullscreen.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 25px;
  overflow: hidden;
  margin: 5px;
}
@media (min-width: 1200px) {
  .entreprise-hero {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.entreprise-hero__container {
  position: relative;
  z-index: 1;
  padding: 130px 31px 80px;
  text-align: center;
}
@media (min-width: 744px) {
  .entreprise-hero__container {
    padding: 180px 80px 100px;
    max-width: 884px;
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .entreprise-hero__container {
    padding: 110px 0;
    max-width: 884px;
  }
}

.entreprise-hero__heading {
  color: #3f1906;
  font-size: 40px;
  line-height: 36px;
  letter-spacing: -2px;
}
@media (min-width: 744px) {
  .entreprise-hero__heading {
    font-size: 55px;
    line-height: 45px;
    letter-spacing: -2.75px;
  }
}
@media (min-width: 1200px) {
  .entreprise-hero__heading {
    font-size: 75px;
    line-height: 65px;
    letter-spacing: -3.75px;
  }
}

.entreprise-hero__body {
  margin-block-start: 40px;
}
@media (min-width: 1200px) {
  .entreprise-hero__body {
    margin-block-start: 60px;
    max-width: 746px;
    margin-inline: auto;
  }
}
.entreprise-hero__body p {
  color: #67290a;
}
.entreprise-hero__body p + p {
  margin-block-start: 16px;
}

@media (min-width: 1200px) {
  .entreprise-hero--subpage .entreprise-hero__body {
    max-width: 630px;
    margin-inline: auto;
  }
}

.entreprise-tab {
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .entreprise-tab {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.entreprise-tab__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .entreprise-tab__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .entreprise-tab__container {
    padding-inline: 80px;
  }
}
.entreprise-tab__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .entreprise-tab__container {
    max-width: 1287px;
    gap: 65px;
  }
}

.entreprise-tab__heading {
  text-align: center;
  width: 100%;
  max-width: 846px;
}

.entreprise-tab__tabs {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #edd7c3;
  border-radius: 40px;
  padding: 5px;
  width: -moz-max-content;
  width: max-content;
}

.entreprise-tab__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #3f1906;
  padding: 12px 13px;
  border-radius: 30px;
  text-align: center;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  text-box: trim-both cap alphabetic;
  white-space: nowrap;
}
.entreprise-tab__tab.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.entreprise-tab__dropdown {
  position: relative;
  width: 100%;
}

.entreprise-tab__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-inline-end: 4px;
  width: 100%;
}

.entreprise-tab__dropdown-label {
  background-color: #3f1906;
  color: #edd7c3;
  padding: 12px 13px;
  border-radius: 30px;
  flex: 1;
  margin-inline-end: -4px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}

.entreprise-tab__dropdown-icon {
  width: 35px;
  height: 35px;
  background-color: #3f1906;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.entreprise-tab__dropdown-icon img {
  width: 18px;
  height: 18px;
}
.entreprise-tab__dropdown-toggle[aria-expanded="true"] .entreprise-tab__dropdown-icon {
  transform: rotate(180deg);
}

.entreprise-tab__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #3f1906;
  border-radius: 20px;
  padding: 5px;
  flex-direction: column;
  gap: 2px;
}
.entreprise-tab__dropdown-menu.is-open {
  display: flex;
}

.entreprise-tab__dropdown-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #edd7c3;
  padding: 12px 13px;
  border-radius: 15px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}
.entreprise-tab__dropdown-item.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.entreprise-tab__cards {
  position: relative;
  width: 100%;
  margin-block-start: -30px;
}
@media (min-width: 1200px) {
  .entreprise-tab__cards {
    margin-block-start: -55px;
  }
}

.entreprise-tab__card {
  display: none;
  background: #fff1e4;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
}
.entreprise-tab__card.is-active {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 744px) {
  .entreprise-tab__card.is-active {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .entreprise-tab__card {
    position: relative;
    padding: 0;
    background: #f5f5f5;
  }
}

.entreprise-tab__card-image {
  border-radius: 26px;
  overflow: hidden;
}
.entreprise-tab__card-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.entreprise-tab__card-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 744px) {
  .entreprise-tab__card-image {
    flex: 1;
  }
  .entreprise-tab__card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.entreprise-tab__card-panel {
  background-color: #edd7c3;
  border-radius: 26px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}
@media (min-width: 744px) {
  .entreprise-tab__card-panel {
    flex: 1;
  }
}

.entreprise-tab__card-title {
  text-box: trim-both cap alphabetic;
}

.entreprise-tab__card-text {
  color: #67290a;
}
.entreprise-tab__card-text p + p {
  margin-block-start: 16px;
}

@media (min-width: 1200px) {
  .entreprise-tab__tabs {
    display: flex;
  }
  .entreprise-tab__dropdown {
    display: none;
  }
  .entreprise-tab__card {
    min-height: 463px;
    padding: 0;
  }
  .entreprise-tab__card.is-active {
    display: block;
  }
  .entreprise-tab__card-image {
    position: absolute;
    inset: 0;
    border-radius: 0;
  }
  .entreprise-tab__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .entreprise-tab__card-panel {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    max-width: 463px;
  }
}
@media (min-width: 1200px) {
  .entreprise-tab--subpage .entreprise-tab__heading {
    text-wrap: balance;
  }
}

@media (min-width: 1200px) {
  .entreprise-tab--subpage .entreprise-tab__container {
    padding-inline: 0;
  }
}

@media (min-width: 1200px) {
  .entreprise-tab--subpage .entreprise-tab__cards {
    max-width: 900px;
    margin-inline: auto;
  }
}

@media (min-width: 1200px) {
  .entreprise-tab--tabs-wrap .entreprise-tab__tabs {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .entreprise-tab--tabs-wrap .entreprise-tab__tab {
    white-space: normal;
    text-align: left;
    text-wrap: balance;
    padding: 12px 17px;
    flex: 0 1 auto;
  }
}

.entreprise-obligations {
  background-color: #3f1906;
  border-radius: 30px;
  padding: 110px 31px;
  margin-inline: 5px;
}
@media (min-width: 1200px) {
  .entreprise-obligations {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px;
  }
}

.entreprise-obligations__layout {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.entreprise-obligations__header {
  padding: 0 0 35px;
  text-align: center;
}

.entreprise-obligations__title {
  color: #f7e2d0;
}

.entreprise-obligations__card {
  min-width: 0;
}

.entreprise-obligations .expertise-card__back {
  background-color: #f7e2d0;
}

.entreprise-obligations .expertise-card__text {
  color: #67290a;
}

@media (min-width: 744px) {
  .entreprise-obligations {
    padding: 110px 45px;
  }
  .entreprise-obligations__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .entreprise-obligations__header {
    grid-column: 1/-1;
  }
}
@media (min-width: 1200px) {
  .entreprise-obligations__layout {
    display: grid;
    grid-template-columns: 305px 305px 305px 305px;
    grid-template-rows: auto auto;
    grid-template-areas: ". heading heading ." "c1 c2 c3 c4";
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 60px;
    width: auto;
    justify-content: center;
  }
  .entreprise-obligations__header {
    grid-area: heading;
    align-self: end;
    padding: 0 30px;
  }
  .entreprise-obligations__card {
    width: 305px;
  }
  .entreprise-obligations__card[data-card-index="0"] {
    grid-area: c1;
    grid-row: 1 / span 2;
    align-self: center;
  }
  .entreprise-obligations__card[data-card-index="1"] {
    grid-area: c2;
  }
  .entreprise-obligations__card[data-card-index="2"] {
    grid-area: c3;
  }
  .entreprise-obligations__card[data-card-index="3"] {
    grid-area: c4;
    grid-row: 1 / span 2;
    align-self: center;
  }
}
.entreprise-methode {
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .entreprise-methode {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.entreprise-methode__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .entreprise-methode__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .entreprise-methode__container {
    padding-inline: 80px;
  }
}
.entreprise-methode__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .entreprise-methode__container {
    max-width: 1064px;
  }
}

.entreprise-methode__heading {
  text-align: center;
  width: 100%;
}

.entreprise-methode__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media (min-width: 1200px) {
  .entreprise-methode__items {
    max-width: 463px;
  }
}

.entreprise-methode__item {
  display: flex;
  align-items: stretch;
}

.entreprise-methode__left {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.entreprise-methode__circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #edd7c3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  position: relative;
  z-index: 1;
  margin-inline-end: 5px;
}

.entreprise-methode__number {
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.75px;
  color: #3f1906;
  text-box: trim-both cap alphabetic;
}

.entreprise-methode__notch {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  margin-block-start: -15px;
  margin-block-end: -1px;
}

.entreprise-methode__notch-path {
  fill: #edd7c3;
}

.entreprise-methode__bar {
  flex: 1;
  width: 40px;
  background-color: #edd7c3;
  border-end-start-radius: 10px;
}

.entreprise-methode__panel {
  flex: 1;
  min-width: 0;
  background-color: #edd7c3;
  border-start-start-radius: 20px;
  border-start-end-radius: 26px;
  border-end-end-radius: 26px;
  border-end-start-radius: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.entreprise-methode__title {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -1.25px;
  color: #3f1906;
  text-box: trim-both cap alphabetic;
}

.entreprise-methode__body {
  margin-block-start: 15px;
}
.entreprise-methode__body p {
  color: #67290a;
}

@media (min-width: 1200px) {
  .entreprise-methode__body {
    overflow: hidden;
  }
}
.entreprise-solutions {
  background-color: #3f1906;
  background-image: url("/images/background/amp-walnut-70--bottom.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .entreprise-solutions {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.entreprise-solutions__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .entreprise-solutions__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .entreprise-solutions__container {
    padding-inline: 80px;
  }
}
.entreprise-solutions__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.entreprise-solutions__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.entreprise-solutions__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.entreprise-solutions__heading {
  color: #edd7c3;
}

.entreprise-solutions__subtext {
  color: #edd7c3;
}

.entreprise-solutions__tabs {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

.entreprise-solutions__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #edd7c3;
  padding: 12px 13px;
  border-radius: 30px;
  text-align: left;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  text-box: trim-both cap alphabetic;
}
.entreprise-solutions__tab.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.entreprise-solutions__dropdown {
  position: relative;
}

.entreprise-solutions__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-inline-end: 4px;
  width: 100%;
}

.entreprise-solutions__dropdown-label {
  background-color: #da621f;
  color: #fff1e4;
  padding: 12px 13px;
  border-radius: 30px;
  flex: 1;
  margin-inline-end: -4px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}

.entreprise-solutions__dropdown-icon {
  width: 35px;
  height: 35px;
  background-color: #da621f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.entreprise-solutions__dropdown-icon img {
  width: 18px;
  height: 18px;
}
.entreprise-solutions__dropdown-toggle[aria-expanded="true"] .entreprise-solutions__dropdown-icon {
  transform: rotate(180deg);
}

.entreprise-solutions__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #da621f;
  border-radius: 20px;
  padding: 5px;
  flex-direction: column;
  gap: 2px;
}
.entreprise-solutions__dropdown-menu.is-open {
  display: flex;
}

.entreprise-solutions__dropdown-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff1e4;
  padding: 12px 13px;
  border-radius: 15px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}
.entreprise-solutions__dropdown-item.is-active {
  background-color: #3f1906;
  color: #edd7c3;
}

.entreprise-solutions__cards {
  position: relative;
  margin-block-start: -30px;
}
@media (min-width: 1200px) {
  .entreprise-solutions__cards {
    margin-block-start: 0;
  }
}

.entreprise-solutions__card {
  display: none;
  position: relative;
  background: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
}
.entreprise-solutions__card.is-active {
  display: block;
}
@media (min-width: 744px) {
  .entreprise-solutions__card {
    max-width: 50%;
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .entreprise-solutions__card {
    max-width: none;
    margin-inline: 0;
  }
}

.entreprise-solutions__card-image picture {
  display: block;
  width: 100%;
}
.entreprise-solutions__card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.entreprise-solutions__card-panel {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: #edd7c3;
  border-radius: 26px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}

.entreprise-solutions__card-title {
  text-box: trim-both cap alphabetic;
}

.entreprise-solutions__card-text {
  color: #67290a;
}

@media (min-width: 1200px) {
  .entreprise-solutions__container {
    max-width: 1224px;
    flex-direction: row;
    align-items: flex-start;
    gap: 93px;
  }
  .entreprise-solutions__left {
    flex-shrink: 0;
    width: 341px;
    align-self: stretch;
    justify-content: space-between;
  }
  .entreprise-solutions__tabs {
    display: flex;
  }
  .entreprise-solutions__dropdown {
    display: none;
  }
  .entreprise-solutions__cards {
    flex: 1;
    min-width: 0;
  }
  .entreprise-solutions__card-panel {
    left: auto;
    top: 5px;
    max-width: 333px;
  }
}
@media (min-width: 1200px) {
  .professionnel-hero .entreprise-hero__container {
    max-width: 1064px;
    padding-inline: 40px;
  }
}
@media (min-width: 1200px) {
  .professionnel-hero:not(.entreprise-hero--subpage) .entreprise-hero__body {
    max-width: 746px;
    margin-inline: auto;
  }
}

@media (min-width: 1200px) {
  .particulier-hero .entreprise-hero__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .particulier-hero:not(.entreprise-hero--subpage) .entreprise-hero__body {
    max-width: 746px;
    margin-inline: auto;
  }
}
.particulier-hero .entreprise-hero__body p + p {
  margin-block-start: 16px;
}

@media (min-width: 1200px) {
  .particulier-tab .entreprise-tab__heading {
    max-width: 1064px;
  }
}

.contact-hero {
  position: relative;
  background-color: #edd7c3;
  border-radius: 25px;
  overflow: hidden;
  margin: 5px;
}
@media (min-width: 1200px) {
  .contact-hero {
    height: 100vh;
    border-radius: 30px;
  }
}

.contact-hero__container {
  position: relative;
  z-index: 1;
  padding: 130px 31px 0;
}
@media (min-width: 744px) {
  .contact-hero__container {
    display: flex;
    justify-content: center;
    padding: 180px 45px 0;
  }
}
@media (min-width: 1200px) {
  .contact-hero__container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    max-width: 1430px;
    margin-inline: auto;
    padding: 75px;
  }
}

.contact-hero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 744px) {
  .contact-hero__content {
    max-width: 497px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .contact-hero__content {
    max-width: 630px;
    gap: 30px;
  }
}

.contact-hero__description {
  color: #67290a;
}
.contact-hero__description strong {
  font-weight: 600;
}
.contact-hero__description strong:not([class]) {
  color: #3f1906;
}

.contact-hero__picture {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .contact-hero__picture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.contact-hero__image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .contact-hero__image {
    width: auto;
    height: 90%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}

.contact-phone {
  position: relative;
  background-color: #3f1906;
  border-radius: 30px;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
}
@media (min-width: 744px) {
  .contact-phone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .contact-phone {
    display: block;
    min-height: 100vh;
    padding: 0;
  }
}

.contact-phone__container {
  padding: 35px;
}
@media (min-width: 744px) {
  .contact-phone__container {
    display: flex;
    align-items: center;
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .contact-phone__container {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    max-width: 1440px;
    margin-inline: auto;
    justify-content: flex-end;
    padding-block: 0;
    padding-inline: 80px;
  }
}

.contact-phone__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) {
  .contact-phone__content {
    max-width: 484px;
  }
}

.contact-phone__heading {
  color: #f7e2d0;
}

.contact-phone__description p {
  color: #edd7c3;
}

.contact-phone .btn-big__label {
  background-color: #da621f;
  color: #fff1e4;
  transition:
    background-color 0.35s ease,
    color 0.35s ease;
}

.contact-phone .btn-big__icon-circle {
  background-color: #da621f;
  transition: background-color 0.35s ease;
}

.contact-phone .btn-big__edge {
  color: #da621f;
  transition: color 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .contact-phone .btn-big:hover .btn-big__label {
    background-color: #fff1e4;
    color: #3f1906;
  }
  .contact-phone .btn-big:hover .btn-big__icon-circle {
    background-color: #fff1e4;
  }
  .contact-phone .btn-big:hover .btn-big__edge {
    color: #fff1e4;
  }
}
.contact-phone__cta-title {
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -1.25px;
  margin-bottom: 20px;
}

.contact-phone__cta-sub {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.64px;
}

.contact-phone__visual {
  border-radius: 26px;
  overflow: hidden;
}
@media (min-width: 744px) {
  .contact-phone__visual {
    align-self: stretch;
    order: -1;
  }
}
@media (min-width: 1200px) {
  .contact-phone__visual {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    width: 50%;
    flex: none;
  }
}

.contact-phone__visual picture {
  display: block;
  height: 100%;
}

.contact-phone__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 5px;
}
@media (min-width: 1200px) {
  .contact-form-section {
    flex-direction: row;
    min-height: 100vh;
    align-items: stretch;
  }
}

.contact-form-section__form-panel {
  background-color: transparent;
  border-radius: 30px;
  overflow: hidden;
  padding: 35px;
}
@media (min-width: 1200px) {
  .contact-form-section__form-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px;
  }
}

.contact-form-section__form-content {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-form-section__form-content {
    max-width: 630px;
  }
}

.contact-form-section__header {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-form-section__heading {
  color: #3f1906;
}

.contact-form-section__description {
  color: #3f1906;
}

.contact-form-section__coord-panel {
  background-color: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .contact-form-section__coord-panel {
    width: 503px;
    flex-shrink: 0;
  }
}

.contact-form-section__coord-map {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .contact-form-section__coord-map {
    flex: 1;
  }
}
.contact-form-section__coord-map iframe {
  display: block;
  width: 100%;
  border: 0;
}
@media (min-width: 1200px) {
  .contact-form-section__coord-map iframe {
    height: 100%;
  }
}

.contact-form-section__coord-card {
  background-color: #3f1906;
  border-radius: 26px;
  padding: 35px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 390px;
  justify-content: flex-end;
}

.contact-form-section__coord-heading {
  color: #edd7c3;
}

.contact-form-section__coord-address {
  display: inline-block;
  background-color: #da621f;
  color: #3f1906;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.64px;
  padding: 12px 13px;
  border-radius: 30px;
  align-self: flex-start;
}

.contact-form-section__coord-body {
  color: #edd7c3;
}
.contact-form-section__coord-body strong {
  font-weight: 600;
}
.contact-form-section__coord-body strong:not([class]) {
  color: #edd7c3;
}

.contact-map {
  position: relative;
  background-color: #edd7c3;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 744px) {
  .contact-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .contact-map {
    display: block;
    min-height: 100vh;
    padding: 0;
  }
}

.contact-map__container {
  padding: 35px;
}
@media (min-width: 744px) {
  .contact-map__container {
    display: flex;
    align-items: center;
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .contact-map__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 55%;
    padding-block: 0;
    padding-inline: 80px;
  }
}

.contact-map__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .contact-map__content {
    max-width: 304px;
  }
}

.contact-map__heading {
  color: #3f1906;
}

.contact-map__description {
  color: #67290a;
}

.contact-map__visual {
  border-radius: 26px;
  overflow: hidden;
  background-color: #f7e2d0;
}
@media (min-width: 744px) {
  .contact-map__visual {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .contact-map__visual {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 45%;
    flex: none;
  }
}

.contact-map__svg-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .contact-map__svg-wrapper {
    display: block;
    position: absolute;
    inset: 0;
  }
}
.contact-map__svg-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-map__fallback {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .contact-map__fallback {
    display: none;
  }
}

.contact-map__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-trust {
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .contact-trust {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.contact-trust__container {
  max-width: 1064px;
  margin-inline: auto;
  padding-inline: 31px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 744px) {
  .contact-trust__container {
    padding-inline: 45px;
  }
}
@media (min-width: 1200px) {
  .contact-trust__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 100px;
    gap: 60px;
  }
}

.contact-trust__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .contact-trust__text {
    max-width: 321px;
    flex-shrink: 0;
  }
}

.contact-trust__heading {
  color: #3f1906;
}

.contact-trust__description {
  color: #3f1906;
}

.contact-trust__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-trust__items {
    max-width: 463px;
  }
}

.contact-trust__item {
  display: flex;
  align-items: stretch;
}

.contact-trust__left {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.contact-trust__circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #edd7c3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  position: relative;
  z-index: 1;
  margin-inline-end: 5px;
}

.contact-trust__number {
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.75px;
  color: #3f1906;
  text-box: trim-both cap alphabetic;
}

.contact-trust__notch {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  margin-block-start: -15px;
}

.contact-trust__notch-path {
  fill: #edd7c3;
}

.contact-trust__bar {
  flex: 1;
  width: 40px;
  background-color: #edd7c3;
  border-end-start-radius: 10px;
}

.contact-trust__panel {
  flex: 1;
  min-width: 0;
  background-color: #edd7c3;
  border-start-start-radius: 20px;
  border-start-end-radius: 26px;
  border-end-end-radius: 26px;
  border-end-start-radius: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.contact-trust__title {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -1.25px;
  color: #3f1906;
  text-box: trim-both cap alphabetic;
}

.contact-trust__body {
  margin-block-start: 15px;
}
.contact-trust__body p {
  color: #67290a;
}

@media (min-width: 1200px) {
  .contact-trust__body {
    overflow: hidden;
  }
}
/* stylelint-disable selector-class-pattern -- RSForm uses camelCase classes (formBody, formError, rsformError) */
.rsform.rsform--contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rsform.rsform--contact .rsform__row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.rsform.rsform--contact .rsform__field {
  width: 100%;
}
.rsform.rsform--contact .rsform__field--half {
  width: 100%;
}
@media (min-width: 744px) {
  .rsform.rsform--contact .rsform__field--half {
    flex: 1;
    min-width: 0;
  }
}
.rsform.rsform--contact input.rsform-input-box,
.rsform.rsform--contact select.rsform-select-box,
.rsform.rsform--contact textarea.rsform-text-box {
  width: 100%;
  height: 41px;
  background-color: #edd7c3;
  border: 1px solid #fff1e4;
  border-radius: 4px;
  color: #3f1906;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 0 11px !important;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.rsform.rsform--contact input.rsform-input-box::-moz-placeholder,
.rsform.rsform--contact select.rsform-select-box::-moz-placeholder,
.rsform.rsform--contact textarea.rsform-text-box::-moz-placeholder {
  color: #3f1906;
  opacity: 1;
}
.rsform.rsform--contact input.rsform-input-box::placeholder,
.rsform.rsform--contact select.rsform-select-box::placeholder,
.rsform.rsform--contact textarea.rsform-text-box::placeholder {
  color: #3f1906;
  opacity: 1;
}
.rsform.rsform--contact input.rsform-input-box:focus,
.rsform.rsform--contact select.rsform-select-box:focus,
.rsform.rsform--contact textarea.rsform-text-box:focus {
  outline: none;
  border-color: #3f1906;
}
.rsform.rsform--contact textarea.rsform-text-box {
  height: 74px;
  min-height: 74px;
  resize: vertical;
  line-height: 1.4;
  padding: 10px 11px !important;
}
.rsform.rsform--contact select.rsform-select-box {
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.64645 15.3536C8.84171 15.5488 9.15829 15.5488 9.35355 15.3536L12.5355 12.1716C12.7308 11.9763 12.7308 11.6597 12.5355 11.4645C12.3403 11.2692 12.0237 11.2692 11.8284 11.4645L9 14.2929L6.17157 11.4645C5.97631 11.2692 5.65973 11.2692 5.46447 11.4645C5.2692 11.6597 5.2692 11.9763 5.46447 12.1716L8.64645 15.3536ZM9.5 3C9.5 2.72386 9.27614 2.5 9 2.5C8.72386 2.5 8.5 2.72386 8.5 3L9 3L9.5 3ZM9 15L9.5 15L9.5 3L9 3L8.5 3L8.5 15L9 15Z' fill='%23DA621F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 18px 18px;
  background-color: #edd7c3;
  border-color: #edd7c3;
  padding-right: 40px !important;
  cursor: pointer;
}
.rsform.rsform--contact .rsform__field--consent {
  padding-top: 5px;
}
.rsform.rsform--contact .rsform__field--consent .rsform-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #fff1e4;
  border-radius: 3px;
  accent-color: #3f1906;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}
.rsform.rsform--contact .rsform__field--consent .formBody > div {
  display: flex;
  align-items: flex-start;
}
.rsform.rsform--contact .rsform__field--consent label,
.rsform.rsform--contact .rsform__field--consent .rsform-checkbox-label {
  color: #3f1906;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  cursor: pointer;
}
.rsform.rsform--contact .rsform__validation .formNoError {
  display: none;
}
.rsform.rsform--contact .rsform__validation .formError {
  color: #ff6b6b;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  display: block;
}
.rsform.rsform--contact .rsformError input.rsform-input-box,
.rsform.rsform--contact .rsformError select.rsform-select-box,
.rsform.rsform--contact .rsformError textarea.rsform-text-box {
  border-color: #ff6b6b;
}
.rsform.rsform--contact .rsform__row--submit {
  margin-top: 10px;
}
.rsform.rsform--contact .rsform__row--submit .rsform__field {
  display: flex;
  justify-content: flex-end;
}
.rsform.rsform--contact .rsform__row--submit .hashcash {
  width: 24px;
  height: 24px;
}
.rsform.rsform--contact .rsform__row--submit .hashcash__text {
  vertical-align: bottom;
}

.rsform .rsform-thankyou {
  padding-block: 48px;
}
.rsform .rsform-thankyou__badge {
  color: #67290a;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-block-end: 15px;
}
.rsform .rsform-thankyou__heading {
  color: #3f1906;
  font-family: "gelica", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.05em;
  margin-block-end: 20px;
}
.rsform .rsform-thankyou__body {
  color: #67290a;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

/* stylelint-disable selector-class-pattern -- RSForm uses rsform__row--submit (both __ and --) */
.form-contact-panel__backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0.4s;
}
.form-contact-panel__backdrop--visible {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0s;
}

.form-contact-panel {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(100%);
  transition:
    transform 0.4s ease,
    visibility 0s linear 0.4s;
}
@media (min-width: 1200px) {
  .form-contact-panel {
    inset: 50% 0 auto auto;
    width: 650px;
    height: 550px;
    transform: translate(100%, -50%);
    border-radius: 10px 0 0 10px;
  }
  .form-contact-panel.form-contact-panel--open {
    transform: translate(0, -50%);
  }
}
.form-contact-panel--open {
  visibility: visible;
  transform: translateX(0);
  transition:
    transform 0.4s ease,
    visibility 0s linear 0s;
}

.form-contact-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  flex-shrink: 0;
  padding: 5px 9px 5px 20px;
  background-color: #da621f;
}
@media (min-width: 1200px) {
  .form-contact-panel__header {
    border-radius: 10px 0 0;
  }
}

.form-contact-panel__title {
  color: #fff1e4;
  text-box: trim-both cap alphabetic;
}

.form-contact-panel__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 3px;
  background-color: #f7e2d0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.form-contact-panel__close:focus {
  outline: none;
}
.form-contact-panel__close:focus-visible {
  outline: 2px solid #edd7c3;
  outline-offset: 2px;
}
.form-contact-panel__close:hover {
  background-color: #edd7c3;
}
.form-contact-panel__close img {
  display: block;
}

.form-contact-panel__content {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: #f2aa7a;
  padding: 40px 20px 30px;
}
@media (min-width: 744px) {
  .form-contact-panel__content {
    padding: 40px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .form-contact-panel__content {
    padding: 40px 30px 30px;
    border-radius: 0 0 0 10px;
    display: flex;
    flex-direction: column;
  }
  .form-contact-panel__content .rsform,
  .form-contact-panel__content .rsform form {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .form-contact-panel__content .rsform .rsform__row--submit {
    margin-block-start: auto;
  }
}

.form-contact-panel__heading {
  font-family: "gelica", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -1.4px;
  color: #3f1906;
  text-box: trim-both cap alphabetic;
  margin: 0 0 25px;
}

.faq {
  background-color: #3f1906;
  background-image: url("/images/background/amp-walnut-70--bottom.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
  margin: 5px;
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .faq {
    min-height: calc(100vh - 10px);
    display: flex;
    align-items: center;
  }
}

.faq__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .faq__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .faq__container {
    padding-inline: 80px;
  }
}
.faq__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .faq__container {
    max-width: 914px;
  }
}

.faq__heading {
  text-align: center;
  color: #f7e2d0;
}
@media (min-width: 1200px) {
  .faq__heading {
    max-width: 754px;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media (min-width: 1200px) {
  .faq__list {
    max-width: 754px;
  }
}

.faq__item {
  display: flex;
  align-items: stretch;
}

.faq__panel {
  flex: 1;
  min-width: 0;
  background-color: #edd7c3;
  border-start-start-radius: 26px;
  border-start-end-radius: 20px;
  border-end-start-radius: 26px;
  border-end-end-radius: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.faq__question {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.faq__q-text {
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -1.25px;
  color: #3f1906;
  text-box: trim-both cap alphabetic;
}

.faq__answer {
  margin-block-start: 15px;
  overflow: hidden;
}
.faq__answer p {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #67290a;
}

.faq__right {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.faq__toggle {
  width: 35.221px;
  height: 35.221px;
  border-radius: 50%;
  background-color: #edd7c3;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-inline-start: 5px;
}

.faq__chevron {
  width: 13px;
  height: 7px;
  display: block;
  transition: transform 0.3s ease;
}
.faq__item.is-open .faq__chevron {
  transform: rotate(180deg);
}

.faq__notch {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  margin-block-start: -15px;
}

.faq__notch-path {
  fill: #edd7c3;
}

.faq__bar {
  flex: 1;
  width: 40px;
  background-color: #edd7c3;
  border-end-end-radius: 10px;
  margin-block-start: -1px;
}

.sub-products-nav {
  padding-block: 110px;
}
@media (min-width: 1200px) {
  .sub-products-nav {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

.sub-products-nav__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .sub-products-nav__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .sub-products-nav__container {
    padding-inline: 80px;
  }
}
.sub-products-nav__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sub-products-nav__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sub-products-nav__tabs {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.sub-products-nav__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 12px 13px;
  border-radius: 30px;
  text-align: left;
  text-box: trim-both cap alphabetic;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
.sub-products-nav__tab.is-active {
  background-color: #3f1906;
  color: #fff1e4;
}

.sub-products-nav__dropdown {
  position: relative;
}

.sub-products-nav__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-inline-end: 4px;
  width: 100%;
}

.sub-products-nav__dropdown-label {
  background-color: #3f1906;
  color: #fff1e4;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  padding: 12px 13px;
  border-radius: 30px;
  flex: 1;
  margin-inline-end: -4px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}

.sub-products-nav__dropdown-icon {
  width: 35px;
  height: 35px;
  background-color: #3f1906;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.sub-products-nav__dropdown-icon img {
  width: 18px;
  height: 18px;
}
.sub-products-nav__dropdown-toggle[aria-expanded="true"] .sub-products-nav__dropdown-icon {
  transform: rotate(180deg);
}

.sub-products-nav__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #3f1906;
  border-radius: 20px;
  padding: 5px;
  flex-direction: column;
  gap: 2px;
}
.sub-products-nav__dropdown-menu.is-open {
  display: flex;
}

.sub-products-nav__dropdown-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: #fff1e4;
  padding: 12px 13px;
  border-radius: 15px;
  text-align: left;
  text-box: trim-both cap alphabetic;
}
.sub-products-nav__dropdown-item.is-active {
  background-color: #da621f;
  color: #fff1e4;
}

.sub-products-nav__cards {
  display: grid;
  margin-block-start: -30px;
}
@media (min-width: 1200px) {
  .sub-products-nav__cards {
    margin-block-start: 0;
  }
}

.sub-products-nav__card {
  grid-area: 1/1;
  background-color: #fff1e4;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.sub-products-nav__card.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .sub-products-nav__card {
    height: 463px;
  }
}

.sub-products-nav__card-panel {
  background-color: #edd7c3;
  border-radius: 26px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  height: 100%;
}

.sub-products-nav__card-title {
  font-family: "gelica", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 25px;
  letter-spacing: -1.5px;
  color: #3f1906;
  text-box: trim-both cap alphabetic;
}

.sub-products-nav__card .btn__label {
  white-space: normal;
}
@media (min-width: 1200px) {
  .sub-products-nav__card .btn__label {
    white-space: nowrap;
  }
}

.sub-products-nav__card-text {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #67290a;
}

@media (min-width: 1200px) {
  .sub-products-nav__container {
    max-width: 1224px;
    flex-direction: row;
    align-items: flex-end;
    gap: 93px;
  }
  .sub-products-nav__left {
    flex-shrink: 0;
    max-width: 341px;
    align-self: stretch;
    justify-content: space-between;
  }
  .sub-products-nav__tabs {
    display: flex;
  }
  .sub-products-nav__dropdown {
    display: none;
  }
  .sub-products-nav__cards {
    flex: 1;
    min-width: 0;
  }
}
.sub-products-nav--entreprise .sub-products-nav__heading,
.sub-products-nav--professionnel .sub-products-nav__heading,
.sub-products-nav--particulier .sub-products-nav__heading {
  color: #3f1906;
}
.sub-products-nav--entreprise .sub-products-nav__tab:not(.is-active),
.sub-products-nav--professionnel .sub-products-nav__tab:not(.is-active),
.sub-products-nav--particulier .sub-products-nav__tab:not(.is-active) {
  color: #3f1906;
}

.sppb-section:has(.legal-content) {
  margin: 5px 5px 0 !important;
  border-radius: 30px;
  overflow: hidden;
}

.legal-content {
  background-color: #fff1e4;
  padding-block: 100px 60px;
}

.legal-content__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .legal-content__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .legal-content__container {
    padding-inline: 80px;
  }
}

.legal-content__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #3f1906;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.legal-content__back:hover {
  opacity: 0.7;
}
.legal-content__back img {
  display: block;
  width: 16px;
  height: 16px;
}

.legal-content__title {
  margin-bottom: 6px;
}

.legal-content__updated {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  margin-bottom: 32px;
}

.legal-content__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.legal-content__heading {
  margin-bottom: 8px;
}

.legal-content__text {
  margin: 0;
  line-height: 22px;
}
.legal-content__text + .legal-content__text {
  margin-top: 4px;
}
.legal-content__text a {
  color: #da621f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content__text a:hover {
  color: #cd5411;
}

@media (min-width: 1200px) {
  .legal-content {
    padding-block: 140px 100px;
  }
  .legal-content__title {
    margin-bottom: 10px;
  }
  .legal-content__body {
    gap: 32px;
  }
}
