@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Bodoni Moda", serif;
  color: #736152;
  font-size: 16px;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}
body.homepage #header #service .logo {
  display: none;
}
body.homepage #header.scrolled #service .logo {
  display: block;
}
body.holiday #content .section-highlights {
  display: none;
}
body.holiday #content .section-highlights.active {
  display: block;
}
body.noPhoto #content {
  padding: 150px 0 30px 0;
  margin: 0 20px;
}
@media (min-width: 992px) {
  body.noPhoto #content {
    padding: 200px 0 60px 0;
    width: 80%;
    margin: 0 auto;
  }
}
body.noPhoto #content #SchuWeb_Sitemap ul {
  list-style: disc;
  margin: 1rem 0;
  padding-left: 2.5rem;
}
@media (min-width: 992px) {
  body.scrolled .footer-quick-request-fixed {
    bottom: 0;
    transition: bottom 0.7s ease-in-out;
  }
}
body.form .quick-request {
  display: none;
}

h1, h2, h3, h4 {
  line-height: 125%;
  font-weight: 400;
  margin-bottom: 1rem;
}

h1 {
  font-size: 30px;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 100px;
  }
}

h2 {
  font-weight: 400;
  font-size: 25px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
}
h2.gold {
  color: #BBAB8B;
}

h4 {
  font-size: 30px;
  color: #BBAB8B;
}
@media (min-width: 992px) {
  h4 {
    font-size: 40px;
  }
}

p {
  line-height: 170%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

strong {
  color: inherit;
  font-size: inherit;
}

button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
button:hover {
  cursor: pointer;
}

.link {
  width: fit-content;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-top: 28px;
  border-radius: 40px;
  border: solid 1px #BBAB8B;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-out;
}
.link a, .link button {
  color: #BBAB8B !important;
  text-decoration: none !important;
}
.link:hover {
  background-color: #BBAB8B;
  cursor: pointer;
}
.link:hover a, .link:hover button {
  color: #fff !important;
}

.visually-hidden {
  display: none !important;
}

.bg-beige {
  background-color: #F8F7F3;
}
@media (min-width: 992px) {
  .bg-beige {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

.hoverPanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
}
.hoverPanel:hover {
  cursor: pointer;
}
.hoverPanel .hoverRight, .hoverPanel .hoverLeft {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  flex: 1;
  background: url("/media/templates/site/parchoteldulac/images/arrow-dx.png") no-repeat center;
  background-size: 40px;
}
@media (min-width: 992px) {
  .hoverPanel .hoverRight, .hoverPanel .hoverLeft {
    background: none;
  }
}
.hoverPanel .hoverLeft {
  right: auto;
  left: 0;
  background: url("/media/templates/site/parchoteldulac/images/arrow-sx.png") no-repeat center;
  background-size: 40px;
}
@media (min-width: 992px) {
  .hoverPanel .hoverLeft {
    background: none;
  }
}

.header-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
body.scrolled .header-background, body.noPhoto .header-background {
  transition-delay: 0.3s;
  opacity: 1;
  background: #736152;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 12;
  padding: 0 4%;
  font-size: 16px;
  transition: padding 0.4s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
#header.scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #736152;
}
@media (min-width: 992px) {
  #header.scrolled {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
#header.scrolled #service-dx .mobile-nav {
  order: 2;
}
#header.scrolled #service-dx .mobile-nav #mobile-nav.show-menu span:first-child {
  display: none;
}
#header.scrolled #service-dx .mobile-nav #mobile-nav.show-menu span:last-child {
  display: block;
}
#header.menu-open {
  background-color: #fff !important;
}
#header #service-sx .mobile-nav #mobile-nav {
  display: flex;
  gap: 0.5rem;
}
#header #service-sx .mobile-nav #mobile-nav img:first-of-type {
  display: block;
}
#header #service-sx .mobile-nav #mobile-nav img:last-of-type {
  display: none;
}
#header #service-sx .mobile-nav #mobile-nav span {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#header #service-sx .mobile-nav #mobile-nav.show-menu span {
  color: #736152;
}
#header #service-sx .mobile-nav #mobile-nav.show-menu img:first-of-type {
  display: none;
}
#header #service-sx .mobile-nav #mobile-nav.show-menu img:last-of-type {
  display: block;
}
#header #service {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 34px;
}
#header #service .logo {
  width: 80px;
  height: 75px;
}
@media (min-width: 992px) {
  #header #service .logo {
    width: 120px;
    height: 115px;
  }
}
#header #service .logo img {
  width: 100%;
}
#header #service-dx {
  display: flex;
  align-items: center;
  gap: 22px;
}
#header #service-dx ul.menu {
  display: none;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  #header #service-dx ul.menu {
    display: flex;
  }
}
#header #service-dx ul.menu > li {
  display: flex;
  justify-content: center;
  padding: 20px 20px 10px 20px;
}
#header #service-dx ul.menu > li:hover {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#header #service-dx ul.menu > li:hover a,
#header #service-dx ul.menu > li:hover span.mod-menu__heading {
  color: #736152;
  text-decoration: none;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub {
  position: absolute;
  top: 67.5%;
  right: 3%;
  width: 87%;
  max-width: 1440px;
  display: flex;
  justify-content: end;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li.nav-item {
  position: relative;
  background-color: #fff;
  padding: 12px 6px 16px 6px;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li.nav-item .overlay {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 2;
  height: 15%;
  width: calc(100% - 12px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 12px 6px 0 6px;
  box-sizing: border-box;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li.nav-item a {
  display: block;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li.nav-item a img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li.nav-item a span.image-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 24px;
  color: #fff;
  z-index: 3;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 12px;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li:first-child .overlay {
  margin-left: 12px;
  width: calc(100% - 18px);
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-right: 12px;
}
#header #service-dx ul.menu > li:hover ul.mod-menu__sub li:last-child .overlay {
  margin-right: 12px;
  width: calc(100% - 18px);
}
#header #service-dx ul.menu > li li ul.mod-menu__sub {
  display: none;
}
#header #service-dx ul.menu > li span.mod-menu__heading {
  color: #fff;
  line-height: 100%;
  font-size: 16px;
  margin: 0;
}
#header #service-dx ul.menu li ul.mod-menu__sub {
  display: none;
}
#header #service-dx .language {
  text-transform: capitalize;
  font-size: 12px;
}
@media (min-width: 1200px) {
  #header #service-dx .language {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #BBAB8B;
    width: 160px;
    transform: translate(100px, 0);
  }
  #header #service-dx .language:hover {
    transform: translate(0, 0);
    transition: transform 0.4s ease-out;
  }
}
#header #service-dx .language .mod-languages ul.mod-languages__list {
  display: flex;
  top: 80px;
}
@media (min-width: 1200px) {
  #header #service-dx .language .mod-languages ul.mod-languages__list {
    padding: 6px 30px;
    flex-direction: row;
  }
}
#header #service-dx .language .mod-languages ul.mod-languages__list li {
  min-width: 40px;
}
#header #service-dx .language .mod-languages ul.mod-languages__list li a {
  color: #fff;
  font-size: 16px;
}
body.menu-open #header #service-dx .language .mod-languages ul.mod-languages__list li a {
  color: #736152;
}
@media (min-width: 1200px) {
  #header #service-dx .language .mod-languages ul.mod-languages__list li a {
    font-size: 18px;
  }
  body.menu-open #header #service-dx .language .mod-languages ul.mod-languages__list li a {
    color: #fff;
  }
}
#header #service-dx .language .mod-languages ul.mod-languages__list .lang-active {
  display: none;
}
@media (min-width: 1200px) {
  #header #service-dx .language .mod-languages ul.mod-languages__list .lang-active {
    opacity: 1;
    order: -1;
    background-color: transparent;
    display: block;
  }
}
#header #service-dx .language .mod-languages ul.mod-languages__list .lang-active .inline {
  color: #BBAB8B;
}
#header #service-dx .language .mod-languages ul.mod-languages__list .lang-active .inline span {
  margin: 0;
}
#header #service-dx .language .mod-languages ul.mod-languages__list .lang-active .inline svg {
  fill: currentColor;
}
#header #service-dx .header-fixer {
  display: none;
}
@media (min-width: 1200px) {
  #header #service-dx .header-fixer {
    display: block;
    visibility: hidden;
    width: 160px;
  }
}

#nav {
  background-color: #fff;
  transform: translateX(40%);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 90px);
  z-index: -1;
  overflow: hidden;
}
#nav #box-menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#nav #box-menu .inner {
  width: 100%;
  height: 100%;
  display: flex;
}
@media (min-width: 992px) {
  #nav #box-menu .inner {
    padding: 0 5rem;
  }
}
#nav #box-menu .inner .menu-images {
  position: relative;
  display: none;
  z-index: 2;
}
@media (min-width: 1200px) {
  #nav #box-menu .inner .menu-images {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#nav #box-menu .inner .menu-images img {
  position: absolute;
  right: -1rem;
  opacity: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 65%;
  object-fit: cover;
  transition: all 0.4s ease-out;
}
#nav #box-menu .inner .menu-images img.active {
  visibility: visible;
  right: 0;
  opacity: 1;
  transition: all 0.4s ease-out;
}
#nav #box-menu .inner #menu {
  position: relative;
  z-index: 5;
  overflow-y: scroll;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-self: center;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 35px;
  line-height: 65px;
}
@media (min-width: 1200px) {
  #nav #box-menu .inner #menu {
    width: 50%;
    padding: 0 0 0 10rem;
    font-size: 40px;
    line-height: 80px;
  }
}
#nav #box-menu .inner #menu .active > span, #nav #box-menu .inner #menu .active > a > span.image-title {
  color: #BBAB8B !important;
}
#nav #box-menu .inner #menu .parent {
  vertical-align: center;
}
#nav #box-menu .inner #menu .parent .nav-header {
  font-size: 30px;
}
@media (min-width: 992px) {
  #nav #box-menu .inner #menu .parent .nav-header {
    font-size: 40px;
  }
}
#nav #box-menu .inner #menu .parent .nav-header:after {
  content: " +";
  font-family: "", serif;
}
#nav #box-menu .inner #menu .parent svg {
  transition: all 0.4s ease-out;
  height: 20px;
  width: 20px;
  margin-bottom: 5px;
}
#nav #box-menu .inner #menu .parent svg path {
  fill: #fff;
}
#nav #box-menu .inner #menu .parent ul {
  transition: all 1s ease-out;
  display: none;
}
#nav #box-menu .inner #menu .parent ul .nav-item a {
  display: block;
}
#nav #box-menu .inner #menu .parent ul .nav-item a img {
  display: none;
}
#nav #box-menu .inner #menu .parent.open {
  margin-bottom: 0.5em;
  line-height: 50px;
}
#nav #box-menu .inner #menu .parent.open .nav-header:after {
  content: " -";
}
#nav #box-menu .inner #menu .parent.open svg {
  transform: rotate(135deg);
}
#nav #box-menu .inner #menu .parent.open ul {
  display: block;
  height: auto;
}
#nav #box-menu .inner #menu .parent.open ul li {
  font-size: 22px;
  margin-left: 6px;
}
@media (min-width: 992px) {
  #nav #box-menu .inner #menu .parent.open ul li {
    font-size: 28px;
  }
}
#nav #box-menu .inner #menu li, #nav #box-menu .inner #menu a, #nav #box-menu .inner #menu span {
  color: #736152;
  text-decoration: none;
}
#nav #box-menu .inner #menu li:hover, #nav #box-menu .inner #menu a:hover, #nav #box-menu .inner #menu span:hover {
  cursor: pointer;
  color: #BBAB8B;
}
#nav #box-menu .inner div.wave-container {
  display: none;
}
@media (min-width: 1200px) {
  #nav #box-menu .inner div.wave-container {
    display: block;
  }
}
#nav #box-menu .inner div.wave-container img.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

#foto {
  display: block;
  position: relative;
  height: 65vh;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 992px) {
  #foto {
    height: 100vh;
  }
}
#foto .list {
  height: 100%;
}
#foto .list:not(:first-child) {
  display: none;
}
#foto .list img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#foto #videobox-header {
  height: 100% !important;
}
#foto #videobox-header .jw-video.jw-reset {
  object-fit: cover !important;
}
@media (min-width: 992px) {
  #foto #videobox-header {
    height: auto !important;
  }
  #foto #videobox-header .jw-video.jw-reset {
    object-fit: contain !important;
  }
}
#foto #foto-after {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#foto #foto-after .slogan {
  width: 80%;
  bottom: 16%;
  box-sizing: border-box;
  display: none;
}
@media (min-width: 992px) {
  #foto #foto-after .slogan {
    font-size: 70px;
    display: block;
  }
}
#foto #foto-after .slogan p {
  font-size: 35px;
  font-family: "Bodoni Moda", serif;
  line-height: 1.1em;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  #foto #foto-after .slogan p {
    font-size: 70px;
  }
}

#content .article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#content .article a {
  color: #736152;
  text-decoration: underline;
}
#content .article .item-page {
  margin: 0 18px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  #content .article .item-page {
    padding: 45px 0 60px 0;
    width: 80%;
    margin: 0 auto;
  }
}
#content .article .item-page .icon-ct {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  #content .article .item-page .icon-ct img {
    width: 209px;
    height: 99px;
  }
}
#content .article .item-page h1 {
  font-size: 35px;
  text-align: center;
  margin: 1rem auto 2rem auto;
}
@media (min-width: 992px) {
  #content .article .item-page h1 {
    font-size: 70px;
    margin: 2rem auto 4rem auto;
  }
}
@media (min-width: 992px) {
  #content .article .item-page > p {
    width: 80%;
    margin: 1rem auto;
  }
}
@media (min-width: 992px) {
  #content .article .item-page .item-page-body {
    width: 80%;
    margin: 0 auto;
  }
}
#content .article .item-page .item-page-body h2 {
  font-size: 25px;
  font-weight: 400;
}
@media (min-width: 992px) {
  #content .article .item-page .item-page-body h2 {
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
  }
}
#content .article .item-page .item-page-body ul {
  list-style: initial;
  margin: 1rem 0;
  padding-left: 2.5rem;
}
#content .article .item-page .item-page-body p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #content .article .item-page .item-page-body .show-more {
    display: none;
  }
}
#content .article .item-page .item-page-body .show-more a {
  font-weight: 700;
  color: #736152;
  margin-top: 2em;
}
@media (min-width: 992px) {
  #content .article .item-page .item-page-body .show-me {
    display: block !important;
  }
}
#content .article .item-page .item-page-body .show-me.active {
  display: block;
}
#content .article .item-page .item-page-body .link {
  margin: 28px 0;
}
@media (min-width: 992px) {
  #content .article .item-page .item-page-body .link {
    margin: 28px auto;
  }
}
#content .article .double-box-restaurant .box-ct {
  display: flex;
  gap: 2rem;
}
#content .article .double-box-restaurant .box-ct:last-of-type .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
#content .article .double-box-restaurant .box-ct:last-of-type .box p {
  margin: 0;
}
#content .article .double-box-restaurant .box-ct:last-of-type .box .link {
  border-color: #736152;
}
#content .article .double-box-restaurant .box-ct:last-of-type .box .link a {
  display: flex;
  gap: 1rem;
  color: #736152 !important;
}
#content .article .double-box-restaurant .box-ct:last-of-type .box .link a img {
  margin-top: 2px;
}
@media (min-width: 992px) {
  #content .article.with-section-after .item-page > p {
    width: fit-content;
    margin: 1rem 0;
  }
}
#content .article.with-section-after .section-after {
  position: relative;
  width: 102vw;
  margin-top: 64px;
}
#content .article.with-section-after .section-after .content .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 64%;
  margin: auto;
}
@media (min-width: 992px) {
  #content .article.with-section-after .section-after .content .inner {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
#content .article.with-section-after .section-after .content .inner .col {
  width: 200px;
}
#content .article.with-section-after .section-after .content .inner .col .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 100%;
  height: 200px;
  padding: 1rem;
  border: 1px solid #BBAB8B;
  border-radius: 50%;
  background-color: #fff;
}
#content .article.with-section-after .section-after .content .inner .col .text span {
  color: #BBAB8B;
  text-align: center;
}
#content .article.with-section-after .section-after .content .inner .col .subtext {
  display: none;
}
@media (min-width: 992px) {
  #content .article.with-section-after .section-after .content .inner .col .subtext {
    display: block;
    margin-top: 1rem;
    width: 200px;
    text-align: center;
  }
}
#content .article.with-section-after .section-after .image {
  display: none;
}
@media (min-width: 992px) {
  #content .article.with-section-after .section-after .image {
    display: block;
    width: 100%;
  }
}
#content .article.with-section-after .section-after .image .inner {
  position: absolute;
  bottom: 85px;
  z-index: -1;
  left: 0;
  right: 0;
}
#content .article.with-section-after .section-after .image .inner img {
  width: 100%;
  transform: rotate(-10deg);
}
@media (min-width: 2240px) {
  #content .article.with-section-after .section-after .image .inner img {
    transform: rotate(-6deg);
  }
}
#content .article.with-section-after .section-after.gold-circle.last .content .inner .col:nth-of-type(4) .text {
  background-color: #BBAB8B;
}
#content .article.with-section-after .section-after.gold-circle.last .content .inner .col:nth-of-type(4) .text span {
  color: #fff;
}
#content .holiday-tab-filter,
#content .treatments-tab-filter {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#content .holiday-tab-filter:hover,
#content .treatments-tab-filter:hover {
  cursor: grab;
}
#content .holiday-tab-filter:active,
#content .treatments-tab-filter:active {
  cursor: grabbing;
}
@media (min-width: 992px) {
  #content .holiday-tab-filter .swiper-wrapper,
  #content .treatments-tab-filter .swiper-wrapper {
    justify-content: center;
  }
}
#content .holiday-tab-filter .swiper-wrapper li,
#content .treatments-tab-filter .swiper-wrapper li {
  text-transform: capitalize;
  font-size: 30px;
  color: #BBAB8B;
  padding: 10px;
  margin: 10px 1.5rem;
  border: 1px solid #BBAB8B;
  border-radius: 20px;
  opacity: 50%;
  width: fit-content !important;
}
@media (min-width: 992px) {
  #content .holiday-tab-filter .swiper-wrapper li,
  #content .treatments-tab-filter .swiper-wrapper li {
    font-size: 30px;
    padding: 20px;
    margin: 30px auto;
  }
}
#content .holiday-tab-filter .swiper-wrapper li:hover,
#content .treatments-tab-filter .swiper-wrapper li:hover {
  cursor: pointer;
}
#content .holiday-tab-filter .swiper-wrapper li.active,
#content .treatments-tab-filter .swiper-wrapper li.active {
  color: #fff;
  background-color: #BBAB8B;
  opacity: 1;
}
#content .treatments-tab-filter {
  width: 64%;
  margin: 0 auto;
  position: relative;
}
#content .treatments-tab-filter::before, #content .treatments-tab-filter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
#content .treatments-tab-filter::before {
  left: 0;
  background: linear-gradient(to right, #F8F7F3 0%, rgba(248, 247, 243, 0.6) 40%, transparent 100%);
}
#content .treatments-tab-filter::after {
  right: 0;
  background: linear-gradient(to left, #F8F7F3 0%, rgba(248, 247, 243, 0.6) 40%, transparent 100%);
}
#content:nth-child(2) {
  padding-top: 0;
}

.section-item {
  padding: 30px 0;
}
.section-item ul {
  list-style: initial;
}
.section-item ul li {
  margin-left: 2.5%;
}
.section-item a {
  color: #736152;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .section-item {
    padding: 200px 0 0 0;
  }
}
.section-item .inner .section-main .content {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .section-item .inner .section-main {
    padding: 0;
  }
}

.section-text {
  padding: 0;
}
@media (min-width: 992px) {
  .section-text {
    padding: 60px 200px 90px 200px;
  }
}
.section-text h1, .section-text h2, .section-text h3 {
  font-size: 35px;
  margin: 1rem auto 2rem auto;
  text-align: left;
}
@media (min-width: 992px) {
  .section-text h1, .section-text h2, .section-text h3 {
    font-size: 70px;
    margin: 2rem auto 4rem auto;
  }
}
.section-text h3 {
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .section-text > p {
    width: 80%;
    margin: 0 auto;
  }
}
.section-text > .inner .section-main .content .inner li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 170%;
}
.section-text > .inner .section-main .content .inner .box-ct {
  display: flex;
  flex-direction: column;
  margin: 5% 0;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .section-text > .inner .section-main .content .inner .box-ct {
    flex-direction: row;
    gap: 3rem;
  }
}
.section-text > .inner .section-main .content .inner .box-ct .box {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 20px;
  background: rgba(187, 171, 139, 0.1);
}
@media (min-width: 992px) {
  .section-text > .inner .section-main .content .inner .box-ct .box {
    width: 50%;
    padding: 20px 30px;
  }
}
.section-text > .inner .section-main .content .inner .box-ct .box p:first-child {
  text-transform: uppercase;
  color: #BBAB8B;
}
.section-text > .inner .section-main .content .inner p {
  margin-bottom: 1rem;
}
.section-text > .inner .image {
  margin: 4rem 0 0 0;
  display: flex;
  justify-content: center;
}
.section-text.price-table-beach {
  overflow: hidden;
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct {
  overflow-x: scroll;
}
@media (min-width: 992px) {
  .section-text.price-table-beach > .inner .section-main .content .inner .table-ct {
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .section-text.price-table-beach > .inner .section-main .content .inner .table-ct::-webkit-scrollbar {
    display: none;
  }
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct table {
  width: 100%;
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr td {
  width: 25%;
  text-align: center;
  padding: 14px;
  border-right: 7px solid #fff;
  border-left: 7px solid #fff;
}
@media (min-width: 992px) {
  .section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr td {
    font-size: 18px;
  }
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr td:first-of-type {
  background-color: #F8F7F3;
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr:first-of-type td {
  min-width: 200px;
  line-height: 120%;
  font-size: 25px;
  padding: 20px 10px;
  font-weight: 400;
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr:first-of-type td:first-of-type {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media (min-width: 992px) {
  .section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr:first-of-type td {
    font-size: 30px;
  }
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr:nth-of-type(even) td {
  background-color: rgba(187, 171, 139, 0.2);
}
.section-text.price-table-beach > .inner .section-main .content .inner .table-ct table tr:last-of-type td:first-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-image-mosaic {
  padding: 0 !important;
  background-color: #F8F7F3;
  overflow: hidden;
}
.section-image-mosaic .inner .section-main .image .inner {
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
@media (min-width: 992px) {
  .section-image-mosaic .inner .section-main .image .inner {
    gap: 6px;
  }
}
.section-image-mosaic .inner .section-main .image .inner img {
  display: inline-grid;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-image-mosaic .inner .section-main .image .inner img:first-child {
  aspect-ratio: 225/225;
  max-height: 225px;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}
@media (min-width: 576px) {
  .section-image-mosaic .inner .section-main .image .inner img:first-child {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .section-image-mosaic .inner .section-main .image .inner img:first-child {
    aspect-ratio: 500/500;
    grid-column-end: 3;
  }
}
.section-image-mosaic .inner .section-main .image .inner img:nth-child(2) {
  aspect-ratio: 160/160;
  max-height: 160px;
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (min-width: 576px) {
  .section-image-mosaic .inner .section-main .image .inner img:nth-child(2) {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .section-image-mosaic .inner .section-main .image .inner img:nth-child(2) {
    aspect-ratio: 500/320;
    grid-column-start: 3;
    grid-column-end: 6;
  }
}
.section-image-mosaic .inner .section-main .image .inner img:nth-child(3) {
  display: none;
}
@media (min-width: 992px) {
  .section-image-mosaic .inner .section-main .image .inner img:nth-child(3) {
    display: inline-grid;
    aspect-ratio: 400/320;
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.section-image-mosaic .inner .section-main .image .inner img:nth-child(4) {
  aspect-ratio: 500/420;
  max-height: 215px;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 7;
}
@media (min-width: 576px) {
  .section-image-mosaic .inner .section-main .image .inner img:nth-child(4) {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .section-image-mosaic .inner .section-main .image .inner img:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 7;
  }
}
.section-image-mosaic .inner .section-main .image .inner img:nth-child(5) {
  aspect-ratio: 150/150;
  max-height: 150px;
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 3;
  grid-row-end: 5;
}
@media (min-width: 576px) {
  .section-image-mosaic .inner .section-main .image .inner img:nth-child(5) {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .section-image-mosaic .inner .section-main .image .inner img:nth-child(5) {
    aspect-ratio: 500/300;
    grid-row-end: 6;
  }
}

@media (min-width: 992px) {
  .section-text-and-image {
    padding: 200px 0 100px 0;
  }
}
.section-text-and-image .inner {
  position: relative;
}
.section-text-and-image .inner .section-before {
  overflow: hidden;
}
.section-text-and-image .inner .section-before .image-bullet {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-before .image-bullet {
    margin: 0 0 -7rem 0;
  }
}
.section-text-and-image .inner .section-before .image-bullet .inner {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.section-text-and-image .inner .section-before .image-bullet .inner img {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  width: 300px;
  height: 180px;
  aspect-ratio: 550/300;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-before .image-bullet .inner img {
    width: 100%;
    height: unset;
  }
}
.section-text-and-image .inner .section-before .image-bullet .inner .hoverPanel {
  top: 8%;
  left: 4%;
  height: 40px;
  width: 40px;
}
.section-text-and-image .inner .section-before .image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-text-and-image .inner .section-main {
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .content {
    margin: 0 90px 5rem 90px;
  }
}
.section-text-and-image .inner .section-main .content .inner h2 {
  font-family: "Italianno", cursive;
  font-size: 25px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .content .inner h2 {
    font-size: 50px;
  }
}
.section-text-and-image .inner .section-main .content .inner p, .section-text-and-image .inner .section-main .content .inner .h1 {
  color: #BBAB8B;
  font-size: 25px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .content .inner p, .section-text-and-image .inner .section-main .content .inner .h1 {
    font-size: 50px;
    width: 80%;
  }
}
.section-text-and-image .inner .section-main .image .inner {
  width: 100%;
  height: 100vh;
  display: grid;
  gap: 12px;
  min-height: 300px;
  max-height: 450px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .image .inner {
    gap: 6px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    max-height: unset;
  }
}
.section-text-and-image .inner .section-main .image .inner img {
  display: inline-grid;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.section-text-and-image .inner .section-main .image .inner img:first-child {
  aspect-ratio: 4/3;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .image .inner img:first-child {
    grid-column: 1/3;
    grid-row: 3/6;
    aspect-ratio: 2/3;
  }
}
.section-text-and-image .inner .section-main .image .inner img:nth-child(2) {
  aspect-ratio: 16/10;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .image .inner img:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/4;
    aspect-ratio: 2/3;
  }
}
.section-text-and-image .inner .section-main .image .inner img:nth-child(3) {
  aspect-ratio: 16/10;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .image .inner img:nth-child(3) {
    grid-column: 5/7;
    grid-row: 2/4;
    aspect-ratio: 2/2;
  }
}
.section-text-and-image .inner .section-main .image .inner img:nth-child(4) {
  aspect-ratio: 16/10;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .image .inner img:nth-child(4) {
    grid-column: 3/6;
    grid-row: 4/6;
    aspect-ratio: 3/2;
  }
}
.section-text-and-image .inner .section-main .image .inner img:nth-child(5) {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-main .image .inner img:nth-child(5) {
    grid-column: 6/8;
    grid-row: 4/6;
    aspect-ratio: 2/2;
  }
}
.section-text-and-image .inner .section-main .image .inner img:nth-child(n+6) {
  display: none;
}
.section-text-and-image .inner .section-after .image {
  display: none;
}
@media (min-width: 992px) {
  .section-text-and-image .inner .section-after .image {
    display: block;
    position: absolute;
    bottom: -175px;
    left: 0;
    right: 0;
  }
}
.section-text-and-image .inner .section-after .image .inner {
  left: 0;
  right: 0;
}
.section-text-and-image .inner .section-after .image .inner img {
  width: 100%;
}

.section-restaurant {
  overflow: hidden;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .section-restaurant {
    padding: 100px 0 0 0 !important;
  }
}
@media (min-width: 992px) {
  .section-restaurant .inner .section-main {
    display: flex;
  }
}
.section-restaurant .inner .section-main .content {
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-restaurant .inner .section-main .content {
    width: 50%;
    padding: 0;
  }
}
.section-restaurant .inner .section-main .content .thumbnail {
  display: none;
}
@media (min-width: 992px) {
  .section-restaurant .inner .section-main .content .thumbnail {
    display: block;
  }
  .section-restaurant .inner .section-main .content .thumbnail .swiper-wrapper img {
    width: 100%;
    aspect-ratio: 720/720;
    display: block;
  }
}
@media (min-width: 992px) {
  .section-restaurant .inner .section-main .content .text-box {
    margin: 60px 120px 60px 80px;
  }
}
.section-restaurant .inner .section-main .content .text-box h2 {
  font-weight: bold;
  font-size: 35px;
}
@media (min-width: 992px) {
  .section-restaurant .inner .section-main .content .text-box h2 {
    font-size: 70px;
  }
}
.section-restaurant .inner .section-main .image {
  overflow: hidden;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .section-restaurant .inner .section-main .image {
    padding-top: unset;
    width: 50%;
    transform: translate(0, 20%);
  }
}
.section-restaurant .inner .section-main .image .inner .outer-list {
  position: relative;
}
.section-restaurant .inner .section-main .image .inner .outer-list img {
  width: 100%;
  aspect-ratio: 720/910;
  display: block;
}
.section-restaurant .inner .section-main .image .inner .outer-list .hoverRight {
  top: 8%;
  left: 4%;
  height: 40px;
  width: 40px;
}
@media (min-width: 992px) {
  .section-restaurant .inner .section-main .image .inner .outer-list .hoverRight {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.section-bottom-images {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-bottom-images {
    padding: 60px 200px 90px 200px;
  }
}
.section-bottom-images .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-bottom-images .inner .section-main .content .inner {
  width: 80%;
  margin: 0 auto;
}
.section-bottom-images .inner .section-main .content .inner > * {
  position: relative;
  z-index: 2;
}
.section-bottom-images .inner .section-main .content .inner h2 {
  font-family: "Italianno", cursive;
  font-size: 25px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-bottom-images .inner .section-main .content .inner h2 {
    font-size: 50px;
  }
}
.section-bottom-images .inner .section-main .content .inner p:first-of-type {
  color: #BBAB8B;
  font-size: 25px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .section-bottom-images .inner .section-main .content .inner p:first-of-type {
    font-size: 50px;
  }
}
.section-bottom-images .inner .section-main .content .inner p.link {
  color: #BBAB8B;
  font-size: 25px;
  line-height: normal;
}
@media (min-width: 992px) {
  .section-bottom-images .inner .section-main .content .inner p.link {
    font-size: 70px;
  }
}
.section-bottom-images .inner .section-main .content .inner p.link a {
  font-size: 16px;
}
.section-bottom-images .inner .section-main .image {
  margin: 70px 0 90px 0;
}
.section-bottom-images .inner .section-main .image .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5%;
}
.section-bottom-images .inner .section-main .image .inner img {
  aspect-ratio: 1/1;
  min-height: 400px;
  min-width: 375px;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-bottom-images .inner .section-main .image .inner img {
    width: 30% !important;
    display: block !important;
  }
}
.section-bottom-images .inner .section-main .image .inner .image-sx {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.section-bottom-images .inner .section-main .image .inner .image-cx {
  display: none;
}
.section-bottom-images .inner .section-main .image .inner .image-dx {
  display: none;
}
.section-bottom-images.internal .inner .section-main .content .inner > * {
  position: static;
}
.section-bottom-images.internal .inner .section-main .content .inner h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 35px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-bottom-images.internal .inner .section-main .content .inner h2 {
    font-size: 70px;
  }
}
.section-bottom-images.internal .inner .section-main .content .inner p {
  color: #736152;
  font-size: 16px;
  line-height: 190%;
}
@media (min-width: 992px) {
  .section-bottom-images.internal .inner .section-main .content .inner p {
    font-size: 18px;
  }
}

.section-rooms {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.section-rooms .content {
  padding: 0 !important;
}
.section-rooms .outer-list {
  position: relative;
}
.section-rooms .swiper-slide {
  display: flex;
}
.section-rooms .swiper-slide .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 100%;
  padding: 5%;
  background-color: #736152;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-rooms .swiper-slide .text-box .number {
  position: absolute;
  top: 1vw;
  right: 1vw;
  color: #BBAB8B;
  font-family: "Bodoni Moda", serif;
  font-size: 50px;
}
.section-rooms .swiper-slide .text-box .title a {
  color: #BBAB8B;
  font-family: "Bodoni Moda", serif;
  font-size: 70px;
  text-decoration: none;
  font-weight: normal;
}
.section-rooms .swiper-slide .text-box p, .section-rooms .swiper-slide .text-box a {
  color: #BBAB8B;
}
.section-rooms .swiper-slide .image-box {
  width: 65%;
  margin-left: auto;
}
.section-rooms .swiper-slide .image-box img {
  display: block;
  width: 100%;
  max-height: 85vh;
  object-fit: cover;
}
.section-rooms .navPanel {
  position: absolute;
  inset: 0 0 0 35%;
  display: flex;
}
.section-rooms .navLeft, .section-rooms .navRight {
  position: static !important;
  width: auto;
  flex: 1;
  height: 100%;
}

.section-offer-and-news {
  padding: 0;
}
.section-offer-and-news .inner .section-main .image {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-offer-and-news .inner .section-main .image {
    width: 80%;
    margin: 0 auto;
  }
}
.section-offer-and-news .inner .section-main .image .inner {
  width: 100%;
}
.section-offer-and-news .inner .section-main .image .inner .overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.section-offer-and-news .inner .section-main .image .inner img {
  width: 100%;
  height: 100%;
  display: block;
}
.section-offer-and-news .inner .section-main .image .inner .text-box {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  text-align: center;
}
.section-offer-and-news .inner .section-main .image .inner .text-box .title {
  font-family: "Italianno", cursive;
  color: #fff;
  margin-bottom: 0;
  width: fit-content;
  font-size: 30px;
}
@media (min-width: 992px) {
  .section-offer-and-news .inner .section-main .image .inner .text-box .title {
    font-size: 100px;
  }
}
.section-offer-and-news .inner .section-main .image .inner .text-box .date {
  color: #fff;
}
@media (min-width: 992px) {
  .section-offer-and-news .inner .section-main .image .inner .text-box .date {
    font-size: 25px;
  }
}
.section-offer-and-news .inner .section-main .content {
  position: relative;
  bottom: 30px;
  padding: 60px 45px 24px 45px;
  background-color: #F8F7F3;
}
@media (min-width: 992px) {
  .section-offer-and-news .inner .section-main .content {
    bottom: 100px;
    padding: 150px 150px 36px 150px;
  }
}
.section-offer-and-news .inner .section-main .content .other-info {
  margin-bottom: 1rem;
}
.section-offer-and-news .inner .section-main .content .other-info .nights, .section-offer-and-news .inner .section-main .content .other-info .price {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-offer-and-news .inner .section-main .content .other-info .nights, .section-offer-and-news .inner .section-main .content .other-info .price {
    font-size: 25px;
  }
}
.section-offer-and-news .inner .section-main .content p, .section-offer-and-news .inner .section-main .content ul {
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .section-formula > .inner .section-main .content {
    margin: 0 90px;
  }
}
.section-formula > .inner .section-main .content .tab-ct {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.section-formula > .inner .section-main .content .tab-ct .tab-btn {
  font-size: 30px;
  color: #BBAB8B;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #BBAB8B;
  border-radius: 20px;
  opacity: 50%;
}
@media (min-width: 992px) {
  .section-formula > .inner .section-main .content .tab-ct .tab-btn {
    font-size: 30px;
    padding: 20px;
    margin: 30px 0;
  }
}
.section-formula > .inner .section-main .content .tab-ct .tab-btn:hover {
  cursor: pointer;
}
.section-formula > .inner .section-main .content .tab-ct .tab-btn.active {
  color: #fff;
  background-color: #BBAB8B;
  opacity: 1;
}
.section-formula > .inner .section-main .content .tab-ct .tab-info {
  width: 100%;
  display: none;
}
.section-formula > .inner .section-main .content .tab-ct .tab-info .price-table p {
  padding: 20px;
}
.section-formula > .inner .section-main .content .tab-ct .tab-info .price-table p span {
  display: inline-block;
  width: 49%;
  margin: 0;
}
.section-formula > .inner .section-main .content .tab-ct .tab-info .price-table p span:nth-child(odd) {
  font-weight: 700;
}
.section-formula > .inner .section-main .content .tab-ct .tab-info .price-table p span:nth-child(even) {
  text-align: right;
}
@media (min-width: 992px) {
  .section-formula > .inner .section-main .content .tab-ct .tab-info .price-table {
    width: 48%;
  }
}
.section-formula > .inner .section-main .content .tab-ct .tab-info .price-table p:nth-child(odd) {
  background-color: rgba(115, 97, 82, 0.2);
}
.section-formula > .inner .section-main .content .tab-ct .tab-info .price-table p:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-formula > .inner .section-main .content .tab-ct .tab-info .info {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 992px) {
  .section-formula > .inner .section-main .content .tab-ct .tab-info .info {
    margin-top: 0;
    width: 48%;
  }
}
.section-formula > .inner .section-main .content .tab-ct .tab-info.active {
  display: block;
}
@media (min-width: 992px) {
  .section-formula > .inner .section-main .content .tab-ct .tab-info.active {
    display: flex;
    justify-content: space-between;
  }
}

.section-four-text {
  overflow: hidden;
}
.section-four-text .inner {
  position: relative;
}
.section-four-text .inner .section-main {
  position: relative;
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content {
    margin: 0 90px;
  }
}
.section-four-text .inner .section-main .content .inner {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content .inner .title {
    width: 60%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.section-four-text .inner .section-main .content .inner .title h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content .inner .title h2 {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content .inner .first {
    width: 40%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .section-four-text .inner .section-main .content .inner .first h3, .section-four-text .inner .section-main .content .inner .first p {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content .inner .second {
    width: 40%;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content .inner .third {
    width: 60%;
    margin-top: 60px;
  }
  .section-four-text .inner .section-main .content .inner .third h3, .section-four-text .inner .section-main .content .inner .third p {
    width: 100%;
  }
}
.section-four-text .inner .section-main .content .inner p {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content .inner p {
    width: 70%;
  }
}
.section-four-text .inner .section-main .content .inner h3 {
  font-weight: 400;
  font-size: 30px;
  color: #BBAB8B;
  margin-bottom: 16px;
}
.section-four-text .inner .section-main .content .inner h3:before {
  content: "+ ";
  font-family: "", serif;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .content .inner h3 {
    width: 70%;
    font-size: 40px;
  }
}
.section-four-text .inner .section-main .image {
  display: none;
}
@media (min-width: 992px) {
  .section-four-text .inner .section-main .image {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -45%);
  }
}
@media (min-width: 1770px) {
  .section-four-text .inner .section-main .image {
    transform: translate(-55%, -50%);
  }
}
@media (min-width: 2240px) {
  .section-four-text .inner .section-main .image {
    transform: translate(-55%, -45%);
  }
}
.section-four-text .inner .section-main .image .inner {
  width: 100%;
}
.section-four-text .inner .section-main .image .inner img {
  width: 100%;
  object-fit: fill;
}

.section-highlights {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .section-highlights {
    padding: 100px 0;
  }
}
.section-highlights .inner {
  position: relative;
}
.section-highlights .inner .section-main {
  position: relative;
}
@media (min-width: 992px) {
  .section-highlights .inner .section-main .content {
    margin: 0 90px;
  }
}
@media (min-width: 992px) {
  .section-highlights .inner .section-main .content .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
}
.section-highlights .inner .section-main .content .inner h2 {
  width: 100%;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-highlights .inner .section-main .content .inner h2 {
    margin-bottom: 64px;
    font-size: 70px;
  }
}
.section-highlights .inner .section-main .content .inner > div {
  margin: 0 20px;
}
@media (min-width: 992px) {
  .section-highlights .inner .section-main .content .inner > div {
    margin: 0;
    width: 49%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.section-highlights .inner .section-main .content .inner > div p {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-highlights .inner .section-main .content .inner > div p {
    width: 70%;
  }
}
.section-highlights .inner .section-main .content .inner > div h3 {
  font-weight: 400;
  font-size: 30px;
  color: #BBAB8B;
  margin-bottom: 16px;
}
.section-highlights .inner .section-main .content .inner > div h3:before {
  content: "+ ";
  font-family: "", serif;
}
@media (min-width: 992px) {
  .section-highlights .inner .section-main .content .inner > div h3 {
    font-size: 40px;
    width: 70%;
  }
}
.section-highlights .inner .section-main .image {
  display: none;
}
@media (min-width: 992px) {
  .section-highlights .inner .section-main .image {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -45%);
  }
}
@media (min-width: 1770px) {
  .section-highlights .inner .section-main .image {
    transform: translate(-55%, -50%);
  }
}
@media (min-width: 2240px) {
  .section-highlights .inner .section-main .image {
    transform: translate(-55%, -60%);
  }
}
.section-highlights .inner .section-main .image .inner {
  width: 100%;
}
.section-highlights .inner .section-main .image .inner img {
  width: 100%;
  object-fit: fill;
}

.section-relax {
  overflow: hidden;
}
.section-relax .inner .section-main {
  position: relative;
  min-height: 400px;
}
.section-relax .inner .section-main .content {
  padding: 0;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .content {
    min-height: 780px;
  }
}
.section-relax .inner .section-main .content .inner .outer-list {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.section-relax .inner .section-main .content .inner .outer-list .hoverPanel {
  width: 33%;
}
.section-relax .inner .section-main .content .inner .outer-list .hoverPanel:first-child {
  left: unset;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .image-box .image-title span, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .image-box .image-title a {
  font-size: 0;
  height: 24px;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .image-box .image-ct {
  width: 340px;
  height: 260px;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .image-box .image-ct a {
  display: block;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .image-box .image-ct a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 340/260;
  filter: grayscale(100%);
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .text-box {
  display: none;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .text-box {
    display: flex;
    width: 340px;
    justify-content: space-between;
  }
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide .text-box span {
  color: #fff;
}
@media (max-width: 1200px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translate(0, -40px);
    position: relative;
    z-index: 3;
  }
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title {
    display: block;
    position: absolute;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title {
    bottom: 30%;
  }
}
@media (max-width: 1200px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title span, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title a {
    display: block;
    position: relative;
    z-index: 3;
    color: #fff;
    width: 75%;
    max-width: 90vw;
    text-align: center;
    margin: 0 auto;
    line-height: 120%;
    text-decoration: none;
    transition: font-size 1s;
  }
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title span:first-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title a:first-child {
    font-size: 25px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title span:first-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title a:first-child {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title :last-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title a:last-child {
    font-size: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title :last-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-title a:last-child {
    margin-top: 2rem;
    font-size: 90px;
    width: 80%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-ct {
    width: 270px;
    height: 350px;
    transition: width 1s, height 1s;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-ct {
    width: 580px;
    height: 740px;
  }
}
@media (max-width: 1200px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-ct img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 580/740;
    filter: grayscale(0);
    transition: filter 1s;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .image-box .image-ct img {
    aspect-ratio: 270/350;
  }
}
@media (max-width: 1200px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.swiper-slide-active .text-box {
    display: none;
  }
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active {
  transform: translate(0, -40px);
  position: relative;
  z-index: 3;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title {
  display: block;
  position: absolute;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title {
    bottom: 30%;
  }
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title span, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title a {
  display: block;
  position: relative;
  z-index: 3;
  color: #fff;
  width: max-content;
  max-width: 90vw;
  text-align: center;
  margin: 0 auto;
  line-height: 120%;
  text-decoration: none;
  transition: font-size 1s;
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title span:first-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title a:first-child {
  font-size: 25px;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title span:first-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title a:first-child {
    font-size: 50px;
  }
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title :last-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title a:last-child {
  font-size: 60px;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title :last-child, .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-title a:last-child {
    margin-top: 2rem;
    font-size: 90px;
    width: 80%;
    text-align: center;
  }
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-ct {
  width: 270px;
  height: 350px;
  transition: width 1s, height 1s;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-ct {
    width: 580px;
    height: 740px;
  }
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-ct img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 580/740;
  filter: grayscale(0);
  transition: filter 1s;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .image-box .image-ct img {
    aspect-ratio: 270/350;
  }
}
.section-relax .inner .section-main .content .inner .outer-list .list .swiper-wrapper .swiper-slide.active .text-box {
  display: none;
}
.section-relax .inner .section-main .image {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .section-relax .inner .section-main .image {
    top: 90px;
    min-height: 1080px;
  }
}
.section-relax .inner .section-main .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/780;
}

.section-present-three-images {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
.section-present-three-images .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.section-present-three-images .inner .section-main {
  width: 100%;
}
.section-present-three-images .inner .section-main .content {
  width: 100%;
  margin-bottom: 64px;
}
.section-present-three-images .inner .section-main .content .inner {
  text-align: center;
}
@media (min-width: 992px) {
  .section-present-three-images .inner .section-main .content .inner {
    width: 80%;
    margin: 0 auto;
  }
}
.section-present-three-images .inner .section-main .content .inner .desc {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-present-three-images .inner .section-main .content .inner .desc {
    margin-bottom: 4rem;
  }
}
.section-present-three-images .inner .section-main .content .inner .desc h2 {
  font-size: 30px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-present-three-images .inner .section-main .content .inner .desc h2 {
    font-size: 100px;
  }
}
.section-present-three-images .inner .section-main .content .inner .desc p {
  line-height: normal;
}
@media (min-width: 992px) {
  .section-present-three-images .inner .section-main .content .inner .desc p {
    width: 80%;
    margin: 0 auto;
  }
}
.section-present-three-images .inner .section-main .content .inner .contacts p a {
  color: #736152;
}
.section-present-three-images .inner .section-main .content .inner .contacts p:first-child {
  display: flex;
  gap: 10px;
}
.section-present-three-images .inner .section-main .content .inner .contacts p:first-child a {
  width: 50%;
}
.section-present-three-images .inner .section-main .content .inner .contacts p:first-child a:first-child {
  border-right: 1px solid #736152;
}
.section-present-three-images .inner .section-main .image .inner .outer-list .list .swiper-wrapper {
  justify-content: center;
}
.section-present-three-images .inner .section-main .image .inner .outer-list .list .swiper-wrapper .swiper-slide {
  width: auto;
}
.section-present-three-images .inner .section-main .image .inner .outer-list .list .swiper-wrapper .swiper-slide .image-ct img {
  width: 214px;
  height: 255px;
}
@media (min-width: 992px) {
  .section-present-three-images .inner .section-main .image .inner .outer-list .list .swiper-wrapper .swiper-slide .image-ct img {
    margin: 0 16px;
  }
}
.section-present-three-images .inner .section-main .image .inner .outer-list .list .swiper-wrapper .swiper-slide .text-box p {
  max-width: 210px;
  margin: 0 auto;
  text-align: center;
}
.section-present-three-images .inner .section-after {
  position: relative;
  width: 100%;
  margin-top: 64px;
}
.section-present-three-images .inner .section-after .content .inner {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 64%;
  margin: auto;
}
@media (min-width: 992px) {
  .section-present-three-images .inner .section-after .content .inner {
    flex-direction: row;
  }
}
.section-present-three-images .inner .section-after .content .inner .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 200px;
  width: 200px;
  padding: 1rem;
  border: 1px solid #736152;
  border-radius: 50%;
  background-color: #fff;
}
.section-present-three-images .inner .section-after .content .inner .text span {
  color: #736152;
  text-align: center;
}
.section-present-three-images .inner .section-after .image {
  display: none;
}
@media (min-width: 992px) {
  .section-present-three-images .inner .section-after .image {
    display: block;
    width: 100%;
  }
}
.section-present-three-images .inner .section-after .image .inner {
  position: absolute;
  bottom: -15px;
  z-index: -1;
  left: 0;
  right: 0;
}
.section-present-three-images .inner .section-after .image .inner img {
  width: 100%;
  transform: rotate(-10deg);
}
@media (min-width: 2240px) {
  .section-present-three-images .inner .section-after .image .inner img {
    transform: rotate(-6deg);
  }
}
.section-present-three-images.less-padding {
  padding: 0 0 100px 0;
}
.section-present-three-images.less-padding .inner .section-main {
  display: none;
}
.section-present-three-images.less-padding .inner .section-after {
  margin: 0;
}

.section-tabs {
  display: none;
}
.section-tabs .inner .section-main .content .hidden {
  display: none;
}
.section-tabs.active {
  display: block;
  height: unset;
  margin: 0 18px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-tabs.active {
    padding: 45px 0 60px 0;
    width: 80%;
    margin: 0 auto;
  }
}
.section-tabs.active .inner .section-main .content h4 {
  margin-top: 3rem;
}
.section-tabs.active .inner .section-main .content p {
  margin: 1rem 0;
}
.section-tabs.active .inner .section-main .content .oax-embed-widget {
  margin: 1.5rem 0;
}

.section-accordion {
  margin: 0 18px;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .section-accordion {
    width: 64%;
    margin: 0 auto;
  }
}
.section-accordion .show-hide-outer {
  padding: 0.36em 0;
  border-bottom: 1px solid #F8F7F3;
}
.section-accordion .show-hide-outer .show-hide-btn {
  font-size: 25px;
  line-height: 1.14em;
  margin: 0.42em 0;
  font-weight: 400;
  color: #BBAB8B;
  cursor: pointer;
}
.section-accordion .show-hide-outer .show-hide-btn svg {
  font-size: 0.8em;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .section-accordion .show-hide-outer .show-hide-btn svg {
    font-size: 1.3em;
    vertical-align: top;
    margin-left: 13px;
  }
}
.section-accordion .show-hide-outer .show-hide-text {
  display: none;
}
.section-accordion .show-hide-outer .show-hide-text p {
  margin-bottom: 1rem;
}
.section-accordion .show-hide-outer .show-hide-text ul {
  list-style: initial;
}
.section-accordion .show-hide-outer .show-hide-text ul li {
  margin-left: 2.5%;
  margin-top: 0.5rem;
  line-height: 170%;
}
.section-accordion .show-hide-outer .show-hide-text ul li:first-of-type {
  margin-top: 0;
}
.section-accordion .show-hide-outer .show-hide-text > *:first-child {
  margin-top: 0;
}
.section-accordion .show-hide-outer .show-hide-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0.3em;
}
.section-accordion .show-hide-outer .show-hide-text .image-box img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.section-accordion:last-of-type {
  margin-bottom: 60px;
}

.section-gallery {
  padding: 100px 0;
}
.section-gallery .inner .section-main .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-gallery .inner .section-main .image .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5vh;
  width: 90%;
  height: 90%;
}
.section-gallery .inner .section-main .image .inner img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-gallery .inner .section-main .image .inner img {
    width: 45%;
    aspect-ratio: 1/1;
  }
}

@media (min-width: 992px) {
  .section-blog-mosaic {
    padding: 200px 0 100px 0;
  }
}
.section-blog-mosaic .inner {
  position: relative;
}
.section-blog-mosaic .inner .section-main {
  overflow: hidden;
}
.section-blog-mosaic .inner .section-main .content {
  margin: 0 0 2.5rem 0;
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .content {
    margin: 0 90px 5rem 90px;
  }
}
.section-blog-mosaic .inner .section-main .content .inner h2 {
  font-family: "Italianno", cursive;
  font-size: 25px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .content .inner h2 {
    font-size: 50px;
  }
}
.section-blog-mosaic .inner .section-main .content .inner p, .section-blog-mosaic .inner .section-main .content .inner .h1 {
  color: #BBAB8B;
  font-size: 25px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .content .inner p, .section-blog-mosaic .inner .section-main .content .inner .h1 {
    font-size: 50px;
    width: 80%;
  }
}
.section-blog-mosaic .inner .section-main .image .inner {
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .image .inner {
    width: 64%;
    margin: 0 auto;
    gap: 6px;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(10, 1fr);
    min-height: 400px;
  }
}
.section-blog-mosaic .inner .section-main .image .inner p {
  overflow: hidden;
  position: relative;
  display: inline-grid;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  max-height: 400px;
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .image .inner p {
    max-height: unset;
  }
}
.section-blog-mosaic .inner .section-main .image .inner p span {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-blog-mosaic .inner .section-main .image .inner p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0 0 0 0;
  transition: scale 0.4s ease-out;
}
.section-blog-mosaic .inner .section-main .image .inner p:hover img {
  scale: 1.2;
  transition: scale 0.4s ease-out;
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .image .inner p:first-child {
    grid-column: 1/8;
    grid-row: 2/6;
    aspect-ratio: 14/8;
  }
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .image .inner p:nth-child(2) {
    grid-column: 8/12;
    grid-row: 1/6;
    aspect-ratio: 8/10;
  }
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .image .inner p:nth-child(3) {
    grid-column: 1/5;
    grid-row: 6/11;
    aspect-ratio: 8/10;
  }
}
@media (min-width: 992px) {
  .section-blog-mosaic .inner .section-main .image .inner p:nth-child(4) {
    grid-column: 5/12;
    grid-row: 6/10;
    aspect-ratio: 14/8;
  }
}
.section-blog-mosaic .inner .section-main .image .inner p:nth-child(n+5) {
  display: none;
}

.section-treatment {
  background-color: #F8F7F3;
  padding: 1.5rem 2rem;
  width: 64%;
  margin: 2rem auto;
  border-radius: 30px;
}
.section-treatment .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-treatment .treat_name {
  flex: 1;
  font-size: 1.125rem;
}
.section-treatment .treat_time {
  flex: 1;
  text-align: center;
}
.section-treatment .treat_price {
  flex: 1;
  text-align: right;
  font-size: 0.8rem;
}
.section-treatment .treat_desc {
  width: 100%;
  margin: 1.5rem 0 0 1rem;
  padding: 0 20% 0 0;
}

.room-item {
  padding-top: 2.5rem;
}
.room-item .room-swiper, .room-item .swiper-wrapper {
  position: relative;
}
.room-item .list {
  overflow: hidden;
}
.room-item .swiper-slide {
  position: relative;
}
.room-item .swiper-slide .image-ct img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.room-item .info-ct {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 4;
  padding: 3.5rem;
  display: flex;
}
.room-item .text-ct * {
  color: #F8F7F3;
}
.room-item .text-ct .room-type {
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.room-item .text-ct .room-name {
  font-family: "Italianno", cursive;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 102px */
}
.room-item .text-ct .room-space,
.room-item .text-ct .room-price {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}
.room-item .text-ct .room-space span,
.room-item .text-ct .room-price span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.room-item .text-ct .room-infos.link {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.room-item .text-ct .room-infos.link:hover {
  opacity: 0.8;
}
.room-item .cta-ct {
  position: absolute;
  inset: auto 3.5rem 3.5rem auto;
  z-index: 4;
  display: flex;
  gap: 1.5rem;
}
.room-item .hoverPanel {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.room-item .hidden-infos {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 3.5rem;
  background-color: #BBAB8B;
}
.room-item .hidden-infos.is-open {
  padding: 10rem 3.5rem 6rem 3.5rem;
  transform: translate(25%, -7rem);
}
.room-item .hidden-infos .room-description {
  color: #F8F7F3;
  font-size: 1.125rem;
  line-height: 1.6;
  width: 50%;
}
.room-item .hidden-infos .room-description ul {
  list-style: initial;
}
.room-item .hidden-infos .room-description ul li {
  color: #736152;
  display: inline;
  margin: 0;
}
.room-item .hidden-infos .room-description ul li::after {
  content: " | ";
  margin: 0 0.25rem;
}
.room-item .hidden-infos .room-description ul li:first-of-type {
  margin-left: 0;
}
.room-item .hidden-infos .room-description ul li:last-of-type::after {
  content: "";
}
.room-item.odd .hidden-infos {
  background-color: #736152;
}
.room-item.odd .hidden-infos.is-open {
  padding: 10rem 3.5rem 6rem 3.5rem;
  transform: translate(-25%, -7rem);
}
.room-item.odd .hidden-infos .room-description {
  color: #F8F7F3;
  font-size: 1.125rem;
  line-height: 1.6;
  width: 50%;
  margin-left: auto;
}
.room-item.odd .hidden-infos .room-description ul li {
  color: #BBAB8B;
}

#footer {
  overflow: hidden;
  width: 100%;
  margin-top: 5rem;
}
#footer .inner {
  display: flex;
  flex-wrap: wrap;
}
#footer .inner > div {
  width: 100%;
  font-size: 50px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media (min-width: 992px) {
  #footer .inner > div {
    width: 50%;
    height: 700px;
    padding: 75px;
  }
}
#footer .inner .newsletter {
  background-color: #F8F7F3;
}
#footer .inner .newsletter > p {
  margin-bottom: 1rem;
}
#footer .inner .newsletter p:first-child {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
#footer .inner .newsletter p:nth-child(2) {
  line-height: 110%;
  font-size: 35px;
}
@media (min-width: 992px) {
  #footer .inner .newsletter p:nth-child(2) {
    font-size: 70px;
  }
}
#footer .inner .newsletter p:nth-child(3) {
  font-size: 16px;
}
@media (min-width: 992px) {
  #footer .inner .newsletter p:nth-child(3) {
    margin-bottom: 40px;
  }
}
#footer .inner .newsletter .quick-newsletter {
  position: relative;
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  #footer .inner .newsletter .quick-newsletter {
    width: 60%;
  }
}
#footer .inner .newsletter .quick-newsletter input {
  font-family: "Bodoni Moda", serif;
  background: transparent;
  border: 1px solid #BBAB8B;
  border-radius: 40px;
  color: #BBAB8B;
  display: block;
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: left;
}
#footer .inner .newsletter .quick-newsletter input::placeholder {
  color: #BBAB8B;
}
#footer .inner .newsletter .quick-newsletter button {
  flex-shrink: 0;
  border: 0;
  border-radius: 40px;
  background: #BBAB8B;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
}
#footer .inner .share {
  background-color: #736152;
  gap: 30px;
}
#footer .inner .share p {
  line-height: 110%;
  color: #fff;
  width: 75%;
  font-size: 35px;
}
@media (min-width: 992px) {
  #footer .inner .share p {
    width: 85%;
    font-size: 70px;
  }
}
#footer .inner .share p:last-of-type {
  font-size: 18px;
}
@media (min-width: 992px) {
  #footer .inner .share p:last-of-type {
    font-size: 35px;
  }
}
#footer .inner .share .socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#footer .inner .footer-menu {
  background-color: #F8F7F3;
}
@media (min-width: 992px) {
  #footer .inner .footer-menu {
    order: 2;
  }
}
@media (min-width: 992px) {
  #footer .inner .footer-menu #menu-footer li {
    margin-bottom: 0.75rem;
  }
}
#footer .inner .footer-menu #menu-footer li a {
  color: #736152;
  font-size: 35px;
}
@media (min-width: 992px) {
  #footer .inner .footer-menu #menu-footer li a {
    font-size: 60px;
  }
}
#footer .inner .footer-menu #menu-footer li a:hover {
  text-decoration: none;
}
#footer .inner .address {
  align-items: center;
  gap: 3rem;
}
@media (min-width: 992px) {
  #footer .inner .address {
    align-items: start;
  }
}
#footer .inner .address .info-ct {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #footer .inner .address .info-ct {
    justify-content: space-between;
    text-align: left;
  }
}
#footer .inner .address .info-ct > div {
  width: 60%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #footer .inner .address .info-ct > div {
    width: 50%;
    display: block;
  }
}
#footer .inner .address .info-ct > div .title {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 992px) {
  #footer .inner .address .info-ct > div .title {
    margin-bottom: 2rem;
  }
}
#footer .inner .address .info-ct > div .info {
  font-size: 16px;
}
@media (min-width: 992px) {
  #footer .inner .address .info-ct > div .info {
    width: 50%;
  }
}
#footer .inner .address .info-ct > div .info a {
  color: #736152;
}

.prize-ct {
  width: 100%;
  padding: 10px;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 992px) {
  .prize-ct {
    padding: 60px;
  }
}
.prize-ct p {
  margin: 0 auto 3rem auto;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 992px) {
  .prize-ct p {
    width: 64%;
    font-size: 40px;
  }
}
.prize-ct .list {
  width: 100%;
}
@media (min-width: 992px) {
  .prize-ct .list .swiper-wrapper {
    justify-content: center;
    gap: 20px;
  }
}
.prize-ct .list .swiper-wrapper .swiper-slide {
  width: max-content;
}

.sub-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 20px 80px 20px;
}
@media (min-width: 992px) {
  .sub-footer {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 30px;
    height: 150px;
  }
  .sub-footer .moduletable {
    margin-top: 0;
  }
}
.sub-footer .info-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sub-footer .info-menu ul li a {
  color: #736152;
}
.sub-footer .scroll {
  position: absolute;
  right: 50%;
  bottom: 110px;
  transform: rotate(180deg) translate(-50%);
  height: 60px;
  width: 60px;
}
@media (min-width: 576px) {
  .sub-footer .scroll {
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .sub-footer .scroll {
    bottom: 70px;
  }
}
.sub-footer .scroll:hover {
  cursor: pointer;
}
.sub-footer .moduletable {
  margin-top: 1rem;
}

#cursorTracker {
  display: none;
}
@media (min-width: 992px) {
  #cursorTracker {
    display: block;
  }
}
#cursorTracker .cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 150;
}
#cursorTracker .cursor-pointer {
  width: 28px;
  height: 28px;
  background-color: rgba(115, 97, 82, 0.3);
  border-radius: 50%;
  top: -14px;
  left: -14px;
}
#cursorTracker .cursor-text {
  color: #fff;
  background-color: rgba(115, 97, 82, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.4em;
  box-sizing: border-box;
  font: 22px "Italianno", cursive;
  top: 0;
  left: 0;
  width: 162px;
  height: 162px;
  border-radius: 50%;
}
#cursorTracker .cursor-arrow-right, #cursorTracker .cursor-arrow-left {
  left: -33px;
  top: -66px;
}
#cursorTracker .cursor-arrow-right img, #cursorTracker .cursor-arrow-left img {
  display: block;
}

.quick-menu-fixed {
  display: none;
  position: fixed;
  right: 0;
  top: 52%;
  transform: translate(0, -50%);
  z-index: 7;
}
@media (min-width: 992px) {
  .quick-menu-fixed {
    display: block;
  }
}
.quick-menu-fixed .icon-ct {
  background-color: #BBAB8B;
  margin-bottom: 11px;
  padding: 10px 10px 10px 20px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  transform: translateX(110px);
  transition: transform 0.4s ease-out;
}
.quick-menu-fixed .icon-ct a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quick-menu-fixed .icon-ct a span {
  height: fit-content;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.quick-menu-fixed .icon-ct.mobile {
  display: none;
}
.quick-menu-fixed .icon-ct.default-open {
  transform: translateX(30px);
}
.quick-menu-fixed .icon-ct.default-open a span {
  opacity: 1;
}
.quick-menu-fixed .icon-ct.default-open:hover {
  transform: translateX(0);
}
.quick-menu-fixed .icon-ct:hover {
  transform: translateX(0);
}
.quick-menu-fixed .icon-ct:hover a span {
  opacity: 1;
}
.quick-menu-fixed.mobile-links {
  visibility: visible;
  display: block;
  position: fixed;
  right: 0;
  top: auto;
  bottom: 5vh;
  transform: translate(0, -50%);
  z-index: 7;
}
@media (min-width: 992px) {
  .quick-menu-fixed.mobile-links {
    display: none;
  }
}
.quick-menu-fixed.mobile-links .icon-ct {
  transform: translateX(0);
}

.quick-request {
  position: fixed;
  z-index: 8;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
}
.quick-request form {
  display: flex;
}
.quick-request form .form-row {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .quick-request form .form-row {
    padding: 0.5rem 0;
  }
}
.quick-request form .form-row * {
  font-size: 16px;
  font-family: "Bodoni Moda", serif;
}
.quick-request form .form-row span, .quick-request form .form-row label, .quick-request form .form-row p {
  color: #736152;
}
.quick-request form .form-row a, .quick-request form .form-row button {
  color: #F8F7F3;
}
.quick-request form .form-row #express-persons {
  all: unset;
  color: #736152;
  padding: 0 1rem;
}
.quick-request form .form-row .period-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick-request form .form-row.row-request {
  background-color: #BBAB8B;
}
.quick-request form .form-row.row-book {
  background-color: #736152;
}
.quick-request form .form-row.no-mobile {
  display: none;
}
@media (min-width: 992px) {
  .quick-request form .form-row.no-mobile {
    display: flex;
  }
}

.flatpickr-calendar.rangeMode.open {
  position: fixed !important;
  bottom: 1rem !important;
  right: 50% !important;
}

.flatpickr-day.selected,
.flatpickr-day.endRange,
.flatpickr-day.startRange,
.flatpickr-months,
.flatpickr-weekdays {
  background: #BBAB8B !important;
  border-color: #BBAB8B !important;
  box-shadow: none !important;
}
.flatpickr-day.selected *,
.flatpickr-day.endRange *,
.flatpickr-day.startRange *,
.flatpickr-months *,
.flatpickr-weekdays * {
  color: #fff !important;
}

.best-price-guaranteed {
  display: none;
}
@media (min-width: 992px) {
  .best-price-guaranteed {
    display: block;
    position: absolute;
    right: 0;
    bottom: 90px;
  }
  .best-price-guaranteed .icon-ct {
    margin-bottom: 11px;
    padding: 10px 80px 10px 20px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .best-price-guaranteed .icon-ct span {
    height: fit-content;
    color: #fff;
    transition: opacity 0.5s ease-out;
    font-size: 20px;
  }
}

.popup {
  position: fixed;
  z-index: 7;
}
.popup .inner {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 40px;
}
.popup .inner .icon-ct {
  position: absolute;
  top: -18px;
  right: -18px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #bbab8a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.popup .inner .icon-ct:hover {
  cursor: pointer;
}
.popup .inner .icon-ct svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.popup.we-are-closed {
  left: 0;
  top: 52%;
  transform: translate(0, -50%);
}
.popup.we-are-closed .inner {
  max-width: 90vw;
}
@media (min-width: 992px) {
  .popup.we-are-closed .inner {
    max-width: 25vw;
  }
}

.alteaForm .btn-outline {
  background-color: transparent;
  color: #736152;
  text-transform: inherit;
  font-size: 18px;
  border: 1px solid #736152;
  border-radius: 20px;
  transition: background-color 0.4s ease-out;
}
.alteaForm .btn-outline:hover {
  background-color: #BBAB8B;
  border: 1px solid #BBAB8B;
  color: #fff;
}

.alteaForm.static-css .af-container-fluid {
  /*.cycle-ct {
    margin: 0;
    padding: 10px 20px;
    gap: 0;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid $colorHighlight;

    @include breakpointLg {
      padding: 0 60px;
      border-bottom: none;
    }

    .af-col {
      padding: 10px 0;

      @include breakpointLg {
        border-top: 1px solid $colorHighlight;
        padding: 50px 0;
      }

      &:first-child {
        padding-right: 50px;
      }
      &:last-child {
        padding-left: 50px;
      }

      .af-treatment {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        .af-form-group-row {
          .af-form-group-col-value {
            display: flex;
            justify-content: start;
            align-items: center;

            .af-form-id-adults {
              border: none;
              width: 45px;
              padding: 10px 0 10px 20px;
            }
            .de.counter {
              margin-left: 10px;
            }
            img {
              height: 20px;
              width: 20px;
              &:hover {
                cursor: pointer;
              }
            }
          }
        }
      }
    }

    .delete {
      position: absolute;
      top: 20px;
      right: 20px;

      @include breakpointLg {
        top: 50px;
        right: 50px;
      }

      &:hover {
        cursor: pointer;
      }
    }

    &:nth-child(2) {
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      .af-col {
        border-top: 0;
      }
    }
    &:nth-last-child(-n + 3) {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-bottom: none;

      .af-col {
        border-top: 0;
      }
    }
  }*/
}
.alteaForm.static-css .af-container-fluid .af-row {
  background-color: #F8F7F3;
  border-radius: 20px;
  display: flex;
  padding: 10px 20px;
  margin: 3rem 0;
  gap: 5rem;
  flex-wrap: wrap;
  /*&.add-treatment {
    margin-top: 0 !important;

    .af-col {
      padding: 30px 40px !important;

      .af-form-group-row {
        display: flex;
        justify-content: right;

        .btn-outline.positive {
          color: $colorText;
          border: 1px solid $colorText;
          background-color: transparent;

          &:before {
            font-family: '', serif;
            content: '+ ';
          }
        }
      }
    }
  }*/
}
@media (min-width: 992px) {
  .alteaForm.static-css .af-container-fluid .af-row {
    flex-wrap: nowrap;
    padding: 50px 60px;
  }
}
.alteaForm.static-css .af-container-fluid .af-row .af-col {
  width: 100%;
  /*.af-treatment {

    .af-form-group-row {
      .af-form-group-col-label{}
      .af-form-group-col-value{
        .af-form-id-notes {
          min-height: 200px;
          resize: none;
          @include breakpointLg {
            width: calc(100% - 100px);
          }
        }
      }
    }
  }*/
}
@media (min-width: 992px) {
  .alteaForm.static-css .af-container-fluid .af-row .af-col {
    width: 50%;
  }
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-personal-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes,
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-your-request {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 2rem;
}
@media (min-width: 992px) {
  .alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes,
  .alteaForm.static-css .af-container-fluid .af-row .af-col .af-your-request {
    flex-wrap: nowrap;
  }
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes .link,
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-your-request .link {
  margin: 0;
  flex-basis: unset;
  flex-grow: unset;
  padding: 10px 20px;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes .af-form-check-inline,
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-your-request .af-form-check-inline {
  padding: 0;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes .af-form-check-inline input, .alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes .af-form-check-inline label,
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-your-request .af-form-check-inline input,
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-your-request .af-form-check-inline label {
  margin: 0 !important;
  padding: 0 5px;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes .af-form-check-inline {
  width: 75%;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-checkboxes.half {
  margin: 1.5rem 0 10px 0;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-error-messages p {
  margin: 0;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row {
  width: 100%;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row .af-form-group-col-label .af-form-label {
  position: relative;
  z-index: 4;
  background-color: #F8F7F3;
  left: 20px;
  top: 10px;
  padding: 2.5px 5px;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row .af-form-group-col-label .af-form-label.required:after {
  content: " *";
  font-size: 10px;
  vertical-align: top;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row .af-form-group-col-value .af-form-control {
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #736152;
  width: 100%;
  min-height: 42px;
  padding: 10px 20px;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row .af-form-group-col-value #af-form-id-notes {
  min-height: 260px;
  resize: none;
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row .btn-outline {
  border: none;
  background-color: #736152;
  margin: 0 !important;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
}
@media (min-width: 992px) {
  .alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row .btn-outline {
    font-size: 18px;
  }
}
.alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row .btn-outline:hover {
  background-color: #BBAB8B;
}
@media (min-width: 992px) {
  .alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row.half {
    width: 48%;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .alteaForm.static-css .af-container-fluid .af-row .af-col .af-form-group-row.third {
    width: 31%;
    display: inline-block;
  }
}
.alteaForm.static-css .af-container-fluid .af-row.single-line.less-padding {
  padding: 20px 40px;
}
.alteaForm.static-css .af-container-fluid .af-row.single-line .af-col {
  width: 100%;
}
.alteaForm.static-css .af-container-fluid .af-row.error {
  background-color: rgba(223, 25, 25, 0.07);
}
.alteaForm.static-css .af-container-fluid .af-row.error .af-error-messages p {
  color: #DF1919;
}
.alteaForm.static-css .af-container-fluid .af-item-privacy {
  background-color: #F8F7F3;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 3rem 0;
  max-height: 100px;
  overflow-y: scroll;
  font-size: 14px;
}
.alteaForm.static-css .af-container-fluid .af-item-privacy a {
  font-size: 14px;
}

#alteaFormNewsletter .af-item-privacy {
  width: 100%;
  font-size: 0.8em;
  line-height: 130%;
  text-align: left;
  height: 55px;
  overflow: auto;
  padding: 10px;
  background-color: #f0f0f0;
}
#alteaFormNewsletter .af-row {
  background-color: #F8F7F3;
  border-radius: 20px;
  display: flex;
  padding: 10px 20px;
  margin: 3rem 0;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
#alteaFormNewsletter .af-col {
  background-color: #F8F7F3;
  border-radius: 20px;
  display: flex;
  margin: 1.75rem 0;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #alteaFormNewsletter .af-col {
    flex-wrap: nowrap;
    padding: 50px 60px;
    margin: 3rem 0;
    width: 49%;
  }
}
#alteaFormNewsletter .af-col fieldset {
  border: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px 30px 20px;
}
#alteaFormNewsletter .af-col fieldset label {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  #alteaFormNewsletter .af-col fieldset label.half {
    width: 49%;
  }
}
#alteaFormNewsletter .af-col fieldset input, #alteaFormNewsletter .af-col fieldset select, #alteaFormNewsletter .af-col fieldset textarea {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #736152;
  min-height: 42px;
  padding: 10px 20px;
}
#alteaFormNewsletter .af-col fieldset input .req:after, #alteaFormNewsletter .af-col fieldset select .req:after, #alteaFormNewsletter .af-col fieldset textarea .req:after {
  content: " *";
  font-size: 10px;
  vertical-align: top;
}
#alteaFormNewsletter .af-col fieldset span {
  position: relative;
  z-index: 4;
  background-color: #F8F7F3;
  left: 20px;
  top: 10px;
  padding: 2.5px 5px;
}
#alteaFormNewsletter .af-col fieldset #af-accept_privacy {
  width: initial;
  -webkit-appearance: checkbox;
  outline: initial;
}
#alteaFormNewsletter .af-col.col-privacy fieldset {
  justify-content: flex-end;
}
#alteaFormNewsletter .af-col.col-privacy fieldset .af-form-group.af-checkboxes {
  display: flex;
}
#alteaFormNewsletter .af-col.col-privacy fieldset p.link {
  bottom: 64px;
}
@media (min-width: 992px) {
  #alteaFormNewsletter .af-col.col-privacy fieldset p.link {
    position: absolute;
  }
}

form.voucher .item-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  form.voucher .item-cols {
    gap: 2rem 0;
    padding: 3rem 0;
  }
}
form.voucher .item-cols .item-privacy {
  width: 100%;
  font-size: 0.8em;
  line-height: 130%;
  text-align: left;
  height: 55px;
  overflow: auto;
  padding: 10px;
  background-color: #f0f0f0;
}
form.voucher .item-cols .item-col-2 {
  background-color: #F8F7F3;
  border-radius: 20px;
  display: flex;
  margin: 1.75rem 0;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  form.voucher .item-cols .item-col-2 {
    flex-wrap: nowrap;
    padding: 50px 60px;
    margin: 3rem 0;
    width: 49%;
  }
}
form.voucher .item-cols .item-col-2 fieldset {
  border: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px 30px 20px;
}
form.voucher .item-cols .item-col-2 fieldset label {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  form.voucher .item-cols .item-col-2 fieldset label.half {
    width: 49%;
  }
}
form.voucher .item-cols .item-col-2 fieldset label input, form.voucher .item-cols .item-col-2 fieldset label select, form.voucher .item-cols .item-col-2 fieldset label textarea {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #736152;
  min-height: 42px;
  padding: 10px 20px;
}
form.voucher .item-cols .item-col-2 fieldset label span {
  position: relative;
  z-index: 4;
  background-color: #F8F7F3;
  left: 20px;
  top: 10px;
  padding: 2.5px 5px;
}
form.voucher .item-cols .item-col-2 fieldset label .req:after {
  content: " *";
  font-size: 10px;
  vertical-align: top;
}
form.voucher .item-col-last {
  background-color: #F8F7F3;
  border-radius: 20px;
  display: flex;
  padding: 10px 20px 30px 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  form.voucher .item-col-last {
    flex-wrap: nowrap;
    padding: 20px 30px;
  }
}
form.voucher .item-col-last fieldset {
  border: none;
}
form.voucher .item-col-last fieldset label {
  display: block;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  form.voucher .item-col-last fieldset label {
    margin: 0.5rem 0;
  }
}
form.voucher .item-col-last fieldset label .req:after {
  content: " *";
  font-size: 10px;
  vertical-align: top;
}
form.voucher .item-col-last fieldset button {
  margin: 20px 0 0 auto;
}
@media (min-width: 992px) {
  form.voucher .item-col-last fieldset button {
    margin: 0 0 0 auto;
  }
}

#alteaFormCv .form-content {
  margin: 0 auto;
  max-width: 920px;
}
#alteaFormCv .form-content .row {
  margin-bottom: 2rem;
}
#alteaFormCv .form-content .row .privacy-ct {
  max-height: 70px;
  background: #f0f0f0;
  overflow-y: scroll;
  padding: 10px;
}
#alteaFormCv .form-content .row .privacy-ct .privacy-text {
  font-size: 13px;
}
#alteaFormCv .form-content .row.main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  background: #F8F7F3;
  border-radius: 20px;
}
@media (min-width: 992px) {
  #alteaFormCv .form-content .row.main-row .col {
    flex: 48%;
  }
}
#alteaFormCv .form-content .row.main-row .col fieldset {
  border: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 30px 20px;
  min-height: 50vh;
}
#alteaFormCv .form-content .row.main-row .col fieldset legend {
  position: relative;
  top: 30px;
  font-family: "Italianno", cursive;
  font-size: 30px;
}
@media (min-width: 992px) {
  #alteaFormCv .form-content .row.main-row .col fieldset legend {
    font-size: 40px;
  }
}
#alteaFormCv .form-content .row.main-row .col fieldset .col-content {
  width: 100%;
  margin-top: 1rem;
}
#alteaFormCv .form-content .row.main-row .col fieldset .col-content label {
  position: relative;
  background: #F8F7F3;
  padding: 2px 5px;
  left: 20px;
  top: 10px;
}
#alteaFormCv .form-content .row.main-row .col fieldset .col-content label.req:after {
  content: " *";
  font-size: 10px;
  vertical-align: top;
  color: #DF1919;
}
#alteaFormCv .form-content .row.main-row .col fieldset .col-content input, #alteaFormCv .form-content .row.main-row .col fieldset .col-content select, #alteaFormCv .form-content .row.main-row .col fieldset .col-content textarea {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #736152;
  min-height: 42px;
  padding: 10px 20px;
}
#alteaFormCv .form-content .row.main-row .col fieldset .col-content textarea {
  resize: none;
  height: 22vh;
}
#alteaFormCv .form-content .row.main-row .col fieldset .col-content span {
  position: relative;
  z-index: 4;
  background-color: #F8F7F3;
  left: 20px;
  top: 10px;
  padding: 2.5px 5px;
}
#alteaFormCv .form-content .row .end-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#alteaFormCv .form-content .row .end-content .link {
  margin: 2rem 0 0 auto;
}

/*.best-price-guaranteed {
  overflow: hidden;

  .icon-ct {
    background: linear-gradient(90deg, rgba(187, 171, 138, 1) 0%, rgba(187, 171, 138, 0.2) 100%);
    background-size: 200% 100%;
    animation: gradient-move 5s cubic-bezier(0.25, 0.1, 0.25, 1) infinite; !* Ease *!
  }

}

!* Animazione per il gradiente in movimento *!
@keyframes gradient-move {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}*/
.best-price-guaranteed {
  overflow: hidden;
}
.best-price-guaranteed .icon-ct {
  background: linear-gradient(90deg, rgb(187, 171, 138) 0%, rgba(187, 171, 138, 0.6) 25%, rgba(187, 171, 138, 0.3) 50%, rgba(187, 171, 138, 0.6) 75%, rgb(187, 171, 138) 100%);
  background-size: 200% 100%;
  animation: gradient-move 5s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

/* Animazione per il gradiente in movimento */
@keyframes gradient-move {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#jmap_sitemap a {
  color: #736152;
}
#jmap_sitemap a:hover {
  color: #BBAB8B;
}
#jmap_sitemap .selected {
  background-color: transparent;
  text-decoration: none;
  font-size: 18px;
}
#jmap_sitemap .folder {
  visibility: hidden;
}

.review-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-family: "Georgia", serif;
  color: #4c3f3f;
  margin: 2rem auto 0 auto;
}
@media (min-width: 992px) {
  .review-block {
    margin: 8rem auto 0 auto;
  }
}
.review-block .review-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.review-block .review-item .review-score {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
.review-block .review-item .review-score span.score {
  font-weight: bold;
  font-size: 1.3rem;
  color: #333;
}
.review-block .review-item .review-score span.icon-like {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: bold;
  background-color: #444;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.95rem;
}
.review-block .review-item .review-score span.review-count {
  color: #555;
}
.review-block .review-item .review-score span.score-box {
  display: inline-block;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  border-radius: 3px;
}
.review-block .review-item .review-score .stars {
  display: inline-block;
  position: relative;
  height: 1.5rem;
}
.review-block .review-item .review-score .stars.tripadvisor::before {
  content: "★★★★★";
  color: #ccc;
}
.review-block .review-item .review-score .stars.tripadvisor::after {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  color: #00af87;
  overflow: hidden;
}
.review-block .review-item .review-score .stars.holidaycheck {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
}
.review-block .review-item .review-score .stars.holidaycheck::before {
  content: "★★★★★★";
  color: #ccc;
}
.review-block .review-item .review-score .stars.holidaycheck::after {
  content: "★★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  color: #d4af37;
}
.review-block .review-item .review-score img.logo {
  display: inline-block;
  max-height: 2rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .review-block {
    flex-direction: column;
  }
  .review-block .review-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .review-block .review-score {
    font-size: 1rem;
  }
  .review-block .review-score span.score {
    font-size: 1.2rem;
  }
}

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