.display_grid {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .display_grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.font_graphie_book {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_graphie_regular {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_graphie_semiBold {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_graphie_bold {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_regular {
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
}
.font_calluna_bold {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_bold_italic {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
.font_calluna_semiBold {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
}
.font_calluna_semiBold_italic {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
}
.font_h1 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
.font_15 {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_15 {
    font-size: 15px;
    line-height: 1.1;
  }
}
.font_16 {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_16 {
    font-size: 16px;
    line-height: 1.1;
  }
}
.font_17 {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_17 {
    font-size: 17px;
    line-height: 1.1;
  }
}
.font_18 {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_18 {
    font-size: 18px;
    line-height: 1.1;
  }
}
.font_20 {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_20 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.font_22 {
  font-size: calc(0.97rem * var(--text-multiplier));
  line-height: calc(1.25rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_22 {
    font-size: 22px;
    line-height: 1.1;
  }
}
.font_24 {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_24 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.font_30 {
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_30 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.font_32 {
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_32 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.font_36 {
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_36 {
    font-size: 35px;
    line-height: 1.1;
  }
}
.font_64 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_64 {
    font-size: 64px;
    line-height: 1.1;
  }
}
.font_75 {
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_75 {
    font-size: 75px;
    line-height: 1.1;
  }
}
.font_80 {
  font-size: calc(4rem * var(--text-multiplier));
  line-height: calc(4.28rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_80 {
    font-size: 80px;
    line-height: 1.1;
  }
}
.blue_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.blue_btn:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.grey_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.grey_btn:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
.image-overlay .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay {
    display: none;
  }
}
.image-overlay .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.image-overlay:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay:hover .overlay {
    display: none;
  }
}
:root {
  font-size: 1.11111111vw;
  --px-size: 21.3333;
  --text-multiplier: 1;
  --variable-slider-image-height: 100%;
  --swiper-image-height: 100%;
}
body::-webkit-scrollbar {
  display: none;
}
body {
  padding: 1.4rem;
  position: relative;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  body {
    padding: 10px;
  }
}
body .container {
  background-color: white;
  margin: auto;
  z-index: -2;
  overflow-x: hidden;
  overflow-y: auto;
}
body h1,
body h2,
body h3 {
  scroll-padding-top: 120px;
  scroll-margin-top: 120px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
}
body p,
body span,
body div,
body pre {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
}
body .grid {
  background-color: transparent;
  opacity: 0.2;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  padding: 0 1.595rem;
  grid-template-rows: auto;
  margin: auto;
  z-index: 999;
  gap: 0.9rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 899px) {
  body .grid {
    grid-template-columns: repeat(10, 1fr);
    padding: 0 1.3rem;
    gap: 2rem;
  }
}
body .grid__item {
  background-color: #57B431;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 1.2rem;
}
@media only screen and (max-width: 899px) {
  body .grid__item:nth-of-type(n + 11) {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .page .entry-content {
    position: relative;
  }
}
.page #post-1012,
.page #post-3 {
  max-width: 72%;
  margin-left: 8%;
}
@media only screen and (max-width: 899px) {
  .page #post-1012,
  .page #post-3 {
    max-width: 100%;
    margin-left: 0;
  }
}
.header-button {
  width: 4.6875rem;
  height: 1.875rem;
  border-radius: 3rem;
  letter-spacing: 0.05rem;
  background-color: white;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .header-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
.header-button:hover {
  cursor: pointer;
  background-color: #C68945;
}
@media only screen and (max-width: 899px) {
  .header-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header-button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.header-button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header-button {
    width: 150px;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
.header {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  background: linear-gradient(150deg, #c68945 0%, #9a6c38 100%);
  z-index: 1;
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
  height: 4.2rem;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 899px) {
  .header {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .header {
    left: 10px;
    right: 10px;
    height: 55px;
    grid-template-rows: 10% 80%;
  }
}
.header.big {
  height: 40rem;
  transition: height 0.5s ease-in;
}
.header.sticky {
  position: fixed;
  height: 4.2rem !important;
  transition: height 0.5s ease-in;
  background-color: #fff;
  left: 1.4rem;
  right: 1.4rem;
  top: 1.4rem;
}
@media only screen and (max-width: 899px) {
  .header.sticky {
    left: 10px;
    right: 10px;
    top: 0px;
    height: 55px !important;
  }
}
.header.sticky::before {
  content: "";
  position: fixed;
  top: 0rem;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1.4rem;
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header.sticky::before {
    height: 0px;
  }
}
.header.sticky .header__content {
  display: none;
}
.header.nav {
  height: 30rem !important;
  background: linear-gradient(150deg, #25384a 0%, #121e29 100%);
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header.nav {
    height: 100vh !important;
    position: fixed;
    left: 10px;
    right: 10px;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.header.nav::-webkit-scrollbar {
  display: none;
}
.header.nav .header__bkg-brown {
  display: none;
}
.header.nav .header__bkg-blue {
  height: 100%;
}
.header.nav .header__hamburger span:first-of-type {
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0.34rem;
  background-color: #fff;
}
.header.nav .header__hamburger span:nth-of-type(2) {
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 0%;
  opacity: 0;
}
.header.nav .header__hamburger span:last-of-type {
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.312rem;
  left: 0.281rem;
  background-color: #fff;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__hamburger span:last-of-type {
    top: 23px;
    left: 0;
  }
}
@media only screen and (max-width: 899px) {
  .header.nav .header__logo {
    grid-column: 5;
    width: 40px;
    margin-left: 0;
  }
  .header.nav .header__logo .desktopLogo {
    display: none;
  }
  .header.nav .header__logo .mobileLogo {
    display: block;
    margin-left: 1px;
  }
}
.header.nav .header__right {
  display: flex;
}
.header.nav .header__right-search {
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-search {
    width: 23px;
    height: 23px;
  }
}
.header.nav .header__right-search .search-form {
  display: flex;
}
.header.nav .header__right-button {
  width: 4.6875rem;
  height: 1.875rem;
  border-radius: 3rem;
  letter-spacing: 0.05rem;
  background-color: white;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
.header.nav .header__right-button:hover {
  cursor: pointer;
  background-color: #C68945;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.header.nav .header__right-button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    width: 150px;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .header.nav .header__right-button {
    display: none;
  }
}
.header.nav .header__navigation.visible {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header.nav .header__navigation.visible {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.header.nav .header__navigation .menu-item {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__small {
  grid-column: 1 / span 18;
  height: 4.2rem;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  align-items: center;
  padding: 0.5rem 0 0.5rem;
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header__small {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .header__small {
    grid-column: 1 / span 10;
    padding: 0;
    height: 55px;
  }
}
.header__bkg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.header__bkg-brown {
  width: 100%;
  height: 100%;
}
.header__bkg-brown img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.header__bkg-blue {
  width: 100%;
  height: 0;
}
.header__bkg-blue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.header__hamburger {
  grid-column: 2;
  margin-left: 0.5rem;
  z-index: 1;
  width: 1.87rem;
  height: 1.21rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .header__hamburger {
    grid-column: 1;
    margin-left: 30px;
    width: 33px;
    height: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .header__hamburger {
    margin-left: 20px;
  }
}
.header__hamburger:hover span {
  background-color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
.header__hamburger span {
  display: block;
  position: absolute;
  height: 0.0945rem;
  background-color: #fff;
  width: 100%;
  border-radius: 0.5rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__hamburger span {
    height: 2px;
  }
}
.header__hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger span:nth-child(2) {
  top: 0.6rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
@media only screen and (max-width: 899px) {
  .header__hamburger span:nth-child(2) {
    top: 10px;
  }
}
.header__hamburger span:nth-child(3) {
  top: 1.2rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
@media only screen and (max-width: 899px) {
  .header__hamburger span:nth-child(3) {
    top: 20px;
  }
}
.header__logo {
  grid-column: 3 / span 2;
  text-decoration: none;
  z-index: 1;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .header__logo {
    grid-column: 5 / span 5;
    width: 160px;
    height: 25px;
  }
}
.header__logo .mobileLogo {
  display: none;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.5);
  transition: all 0.5s ease-in-out;
}
.header__logo:hover img {
  filter: none;
  transition: all 0.5s ease-in-out;
}
.header__right {
  grid-column: 16 / 18;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .header__right {
    grid-column: 9;
    display: none;
  }
}
.header__right-login,
.header__right-search {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.header__right-login:hover img,
.header__right-search:hover img {
  filter: none;
  transition: all 0.5s ease-in-out;
}
.header__right-login img,
.header__right-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.5);
  transition: all 0.5s ease-in-out;
}
.header__right-button {
  width: 4.6875rem;
  height: 1.875rem;
  border-radius: 3rem;
  letter-spacing: 0.05rem;
  background-color: white;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
.header__right-button:hover {
  cursor: pointer;
  background-color: #C68945;
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.header__right-button:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__right-button {
    width: 150px;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
.header__navigation {
  display: none;
  z-index: 99;
}
@media only screen and (max-width: 899px) {
  .header__navigation {
    grid-column: 1 / span 10;
    padding: 50px 20px;
  }
}
.header__navigation .menu-toggle {
  display: none;
}
.header__navigation.visible {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__navigation.visible .desktopLogo {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation.visible .mobileLogo {
    display: block;
  }
}
.header__navigation .menu-main-menu-container {
  grid-column: 3 / span 5;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-main-menu-container {
    grid-column: 1 / span 10;
  }
}
.header__navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 58%;
}
.header__navigation .menu .ss360-search-menu-item {
  display: none;
}
.header__navigation .menu-item {
  padding: 0 0 1rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item {
    padding: 0 0 20px;
  }
}
.header__navigation .menu-item a {
  color: #fff;
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item a {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item a {
    font-size: 30px;
    color: #EBE6E2;
    letter-spacing: 1px;
  }
}
.header__navigation .menu-item .sub-menu {
  position: absolute;
  top: 0;
  left: 15rem;
  width: 10rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  grid-column: 6 / span 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu {
    position: relative;
    height: 0;
    overflow: hidden;
    left: 30px;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu.visible {
    height: auto;
    margin: 10px 0;
    visibility: visible;
    opacity: 1;
  }
}
.header__navigation .menu-item .sub-menu .menu-item {
  padding: 0;
  padding-bottom: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item {
    padding-bottom: 10px;
    padding-left: 15px;
    z-index: 99;
  }
}
.header__navigation .menu-item .sub-menu .menu-item:first-of-type {
  display: none;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item:first-of-type {
    display: block;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item:nth-of-type(2) {
    display: none;
  }
}
.header__navigation .menu-item .sub-menu .menu-item::before {
  position: absolute;
  content: "-";
  font-size: 1.5rem;
  color: #fff;
  left: -1rem;
  top: -0.4rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item::before {
    font-size: 20px;
    top: -3px;
    left: 0;
  }
}
.header__navigation .menu-item .sub-menu .menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .header__navigation .menu-item .sub-menu .menu-item a {
    color: #EBE6E2;
    letter-spacing: 1px;
  }
}
.header__navigation .menu-item .sub-menu .menu-item:hover::before {
  color: #EBE6E2;
}
.header__navigation .menu-item .sub-menu .menu-item:hover a {
  color: #EBE6E2;
}
.header__navigation .menu-item:hover a {
  color: #EBE6E2;
}
.header__navigation .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right {
  grid-column: 15 / span 2;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right {
    grid-column: 1 / span 10;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.header__navigation-right .social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .social {
    align-items: flex-end;
    gap: 10px;
  }
}
.header__navigation-right .social__link {
  text-decoration: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .social__link {
    width: 32px;
    height: 32px;
  }
}
.header__navigation-right .social__link .dark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .social__link .light {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%) brightness(1.5);
}
.header__navigation-right .social__link:hover .dark {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .social__link:hover .light {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .info {
    display: none;
  }
}
.header__navigation-right .info__contact {
  margin-top: 2rem;
}
.header__navigation-right .info__contact a {
  display: block;
  color: #fff;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  line-height: 1rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .info__contact a {
    font-size: 16px;
    line-height: 1.1;
  }
}
.header__navigation-right .info__address {
  margin-top: 2rem;
  text-decoration: none;
}
.header__navigation-right .info__address p {
  display: block;
  color: #fff;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  line-height: 1rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .info__address p {
    font-size: 16px;
    line-height: 1.1;
  }
}
.header__navigation-right .info__address:hover p {
  text-decoration: underline;
}
.header__navigation-right .pma-logo {
  text-decoration: none;
  margin-top: 5rem;
  display: block;
  position: relative;
  width: 6.35rem;
}
@media only screen and (max-width: 899px) {
  .header__navigation-right .pma-logo {
    width: 26rem;
  }
}
.header__navigation-right .pma-logo .dark {
  position: absolute;
  inset: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .pma-logo .light {
  position: absolute;
  inset: 0;
  width: 100%;
  display: block;
  filter: grayscale(100%) brightness(1.5);
}
.header__navigation-right .pma-logo:hover .dark {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.header__navigation-right .pma-logo:hover .light {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%) brightness(1.5);
}
.header__full-size-search {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.header__full-size-search-active {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.header__full-size-search form {
  display: flex;
  align-items: center;
  height: 4.2rem;
  width: 100%;
  flex: 1;
  background-color: #fff;
}
@media only screen and (max-width: 899px) {
  .header__full-size-search form {
    height: 50px;
  }
}
.header__full-size-search form input {
  position: relative;
  padding: 0.4rem 0.8rem 0.4rem 1rem;
  height: 60%;
  width: 100%;
  margin-left: 2rem;
  flex: 1;
  max-width: none;
  border: none;
  outline: none;
  font-size: 24px;
  color: black;
  letter-spacing: 0.1rem;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  border-left: 0.1rem solid #BEC3C6;
}
@media only screen and (max-width: 899px) {
  .header__full-size-search form input {
    font-size: 24px;
    line-height: 1.1;
  }
}
.header__full-size-search form input:active,
.header__full-size-search form input:focus {
  border: none;
  outline: none;
}
.header__full-size-search form input::placeholder {
  font-size: 24px;
  color: #adadad;
  letter-spacing: 0.1rem;
}
.header__full-size-search form input.submit {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.header__search-x {
  position: relative;
  height: 100%;
  cursor: pointer;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__search-x .search-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 899px) {
  .header__search-x .search-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
.header__search-x .close {
  margin-right: 1rem;
}
@media only screen and (max-width: 899px) {
  .header__search-x .close {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
#unibox-suggest-box {
  display: none !important;
}
.fancybox-container .fancybox-content {
  width: 70%;
}
body.gform_display_submitted_validation {
  overflow: hidden;
}
.footer__brown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #C68945;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 899px) {
  .footer__brown {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 20px;
  }
}
.footer__brown p {
  color: #EBE6E2;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .footer__brown p {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__brown p {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}
.footer__brown a {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .footer__brown a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__brown a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.footer__brown a:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
.footer__blue {
  background-color: #25384A;
  padding: 2rem 7rem;
}
@media only screen and (max-width: 899px) {
  .footer__blue {
    padding: 50px 30px;
  }
}
.footer__row {
  display: flex;
}
.footer__row:nth-of-type(2) {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4rem;
}
@media only screen and (max-width: 899px) {
  .footer__row:nth-of-type(2) {
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 40px;
  }
}
.footer__logo {
  text-decoration: none;
  width: 30%;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .footer__logo {
    width: 180px;
    height: 30px;
  }
}
.footer__logo img {
  width: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 899px) {
  .footer__logo img {
    width: 100%;
    height: 100%;
  }
}
.footer__logo .dark {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__logo .light {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__logo:hover .dark {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__logo:hover .light {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__menu {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.footer__menu .menu .menu-item a {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  color: #929BA3;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__menu .menu .menu-item a {
    font-size: 16px;
    line-height: 1.1;
  }
}
.footer__menu .menu .menu-item a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__menu .menu .menu-item .sub-menu {
  margin: 0;
  padding: 0;
}
.footer__menu .menu .menu-item .sub-menu .menu-item a {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer__info {
  width: 41%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
@media only screen and (max-width: 899px) {
  .footer__info {
    width: 100%;
    gap: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__info {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer__info-address p {
  color: #929BA3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .footer__info-address p {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__info-address p {
    line-height: 1.4;
    text-decoration: underline;
  }
}
.footer__info-address a {
  color: #929BA3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__info-address a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__info-address a {
    line-height: 1.4;
    text-decoration: underline;
  }
}
.footer__info-address a:first-of-type {
  margin-top: 1rem;
}
.footer__info-address a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__info-contact a {
  color: #929BA3;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__info-contact a {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .footer__info-contact a {
    line-height: 1.4;
    text-decoration: underline;
  }
}
.footer__info-contact a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__social {
  width: 36%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 5rem;
}
@media only screen and (max-width: 899px) {
  .footer__social {
    width: 100%;
    gap: 50px;
    justify-content: left;
  }
}
@media only screen and (max-width: 600px) {
  .footer__social {
    flex-wrap: wrap;
    gap: 75px;
  }
}
.footer__social-links {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .footer__social-links {
    gap: 20px;
  }
}
.footer__social-links a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 899px) {
  .footer__social-links a {
    width: 32px;
    height: 32px;
  }
}
.footer__social-links a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__social-links a .dark {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__social-links a .light {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__social-links a:hover .dark {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__social-links a:hover .light {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__social-pma {
  text-decoration: none;
  position: relative;
  display: block;
  width: 6.5rem;
  height: 3rem;
}
@media only screen and (max-width: 899px) {
  .footer__social-pma {
    width: 140px;
    height: 60px;
  }
}
.footer__social-pma img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__social-pma .dark {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.footer__social-pma .light {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer__copyright p {
  color: #929BA3;
  margin: 0;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .footer__copyright p {
    font-size: 16px;
    line-height: 1.1;
  }
}
.footer__copyright p:nth-of-type(2) {
  padding-left: 0.8rem;
}
@media only screen and (max-width: 899px) {
  .footer__copyright p:nth-of-type(2) {
    padding-left: 15px;
  }
}
.footer__copyright p a {
  text-decoration: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  color: #929BA3;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__copyright p a {
    font-size: 16px;
    line-height: 1.1;
  }
}
.footer__copyright p a:hover {
  color: #EBE6E2;
  transition: all 0.3s ease-in-out;
}
.footer__copyright .terms {
  display: none;
}
@media only screen and (max-width: 899px) {
  .footer__copyright .terms {
    display: block;
    font-family: "graphie", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #929BA3;
    transition: all 0.3s ease-in-out;
    padding-left: 15px;
    margin-top: 20px;
  }
  .footer__copyright .terms:hover {
    color: #EBE6E2;
    transition: all 0.3s ease-in-out;
  }
}
.collection__hero {
  height: 38rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .collection__hero {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .collection__hero {
    height: 500px;
    display: block;
  }
  .collection__hero::before {
    content: "";
    position: relative;
    background-color: #9F9F9F;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .collection__hero {
    height: 250px;
  }
}
.collection__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.collection__hero-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 158, 158, 0.5);
  mix-blend-mode: multiply;
}
.collection__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection__hero-category {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 9rem;
  color: #EBE6E2;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__hero-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__hero-category {
    display: none;
  }
}
.collection__hero-title {
  grid-column: 3 / span 10;
  position: absolute;
  bottom: 5rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .collection__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__hero-title {
    display: none;
    font-size: 50px;
    bottom: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .collection__hero-title {
    font-size: 38px;
  }
}
.collection__info {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-top: -5.5rem;
  position: relative;
  padding-top: 10rem;
  align-items: start;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 899px) {
  .collection__info {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info {
    height: auto;
    display: block;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -110px;
    padding: 120px 20px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .collection__info {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.collection__info-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .collection__info-pattern {
    display: none;
  }
}
.collection__info-pattern img {
  width: 100%;
}
.collection__info-navigation {
  grid-column: 16;
  margin-top: 3rem;
  display: none;
}
@media only screen and (max-width: 899px) {
  .collection__info-navigation {
    display: none;
  }
}
.collection__info-navigation .nav-links {
  width: 100%;
  gap: 1rem;
}
.collection__info-navigation .nav-links .nav-previous a,
.collection__info-navigation .nav-links .nav-next a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.collection__info-navigation .nav-links .nav-previous a svg,
.collection__info-navigation .nav-links .nav-next a svg {
  width: 100%;
  height: 100%;
}
.collection__info-navigationM {
  display: none;
}
@media only screen and (max-width: 899px) {
  .collection__info-navigationM {
    display: flex;
    margin-top: 30px;
    display: none;
  }
}
.collection__info-navigationM .nav-link {
  display: block;
  width: 33px;
  height: 1px;
  background-color: #121E29;
  margin-right: 15px;
  opacity: 0.3;
}
.collection__info-navigationM .nav-link.current {
  opacity: 1;
}
.collection__info-category {
  display: none;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-category {
    display: block;
    margin-bottom: 0px;
  }
}
.collection__info-title {
  display: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-title {
    grid-column: 1 / span 10;
    color: #25384A;
    display: block;
    font-size: 50px;
    bottom: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-title {
    font-size: 38px;
  }
}
.collection__info-images {
  grid-column: 2 / span 16;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-images {
    grid-column: 1 / span 10;
    margin-top: 70px;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-images {
    margin-top: 50px;
  }
}
.collection__info-images a {
  text-decoration: none;
  color: #25384a;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-images a {
    font-size: 15px;
    line-height: 1.1;
  }
}
.collection__info-images .image {
  width: 25rem;
  height: 18rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-images .image {
    width: 48%;
    height: auto;
    border-radius: 5px;
  }
}
.collection__info-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection__info-text {
  grid-column: 3 / span 4;
}
@media only screen and (max-width: 899px) {
  .collection__info-text {
    margin-top: 50px;
  }
}
.collection__info-excerpt {
  grid-column: 3 / span 5;
}
@media only screen and (max-width: 899px) {
  .collection__info-excerpt {
    grid-column: 1 / span 10;
    margin-top: 50px;
  }
}
.collection__info-excerpt p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .collection__info-excerpt p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-excerpt p {
    font-size: 18px;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.collection__info-link {
  grid-column: 3 / span 4;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .collection__info-link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-link {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.collection__info-link:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .collection__info-link {
    display: none;
  }
}
.collection__info-description {
  grid-column: 9 / span 6;
  margin-top: 1rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-description {
    grid-column: 1 / span 10;
    margin-top: 30px;
  }
}
.collection__info-description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .collection__info-description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__info-description p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 95%;
    letter-spacing: 1px;
  }
}
.collection__info-linkM {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .collection__info-linkM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .collection__info-linkM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.collection__info-linkM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .collection__info-linkM {
    margin-top: 30px;
    display: block;
    grid-column: 1 / span 10;
  }
}
.collection__section {
  text-align: center;
  padding: 4.7rem 0;
}
@media only screen and (max-width: 899px) {
  .collection__section {
    margin: 60px 0 60px;
    padding: 0;
  }
}
.collection__section p {
  text-transform: uppercase;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15rem;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .collection__section p {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__section p {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.collection__pieces {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .collection__pieces {
    gap: 50px 20px;
  }
}
.collection__pieces .piece {
  width: 21rem;
  text-decoration: none;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece {
    width: 46.8%;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece {
    width: 100%;
  }
}
.collection__pieces .piece:hover .piece__image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.collection__pieces .piece__image {
  background-color: #F5F5F5;
  border: 0.05rem solid #DACEC5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  height: 24rem;
  width: 20.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece__image {
    border-radius: 5px;
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece__image {
    height: 250px;
  }
}
.collection__pieces .piece__image img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.collection__pieces .piece__collection {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece__collection {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece__collection {
    display: none;
  }
}
.collection__pieces .piece__name {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin: 0;
  color: #25384A;
}
@media only screen and (max-width: 899px) {
  .collection__pieces .piece__name {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 600px) {
  .collection__pieces .piece__name {
    font-size: 20px;
  }
}
.fancybox-container .fancybox-content {
  background-color: #F5F5F5;
  padding: 3rem;
  border-radius: 0.5rem;
}
.fancybox-container .fancybox-button {
  display: none;
}
.fancybox-container .piece__details-wrapper {
  display: flex !important;
  gap: 5rem;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.fancybox-container .piece__details-text {
  width: 40%;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-text {
    width: 100%;
  }
}
.fancybox-container .piece__details-header {
  border-bottom: 1px solid rgba(38, 57, 75, 0.4);
}
.fancybox-container .piece__details-header .title,
.fancybox-container .piece__details-header .name {
  margin: 0;
}
.fancybox-container .piece__details-header .title {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-header .title {
    font-size: 16px;
    line-height: 1.1;
  }
}
.fancybox-container .piece__details-header .name {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-header .name {
    font-size: 24px;
    line-height: 1.1;
  }
}
.fancybox-container .piece__details table {
  margin-top: 2rem;
}
.fancybox-container .piece__details table tr {
  display: flex;
  align-items: flex-start;
}
.fancybox-container .piece__details table td {
  width: 12rem;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details table td {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details table td {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .fancybox-container .piece__details table td {
    font-size: 14px;
  }
}
.fancybox-container .piece__details table td ul {
  margin: 0;
  padding-left: 1rem;
}
.fancybox-container .piece__details-images {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 40rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-images {
    width: 100%;
    height: 200px;
    border-radius: 5px;
  }
}
.fancybox-container .piece__details-images .swiper-wrapper {
  align-items: center;
}
.fancybox-container .piece__details-images .swiper-wrapper img {
  width: 80%;
  height: 85%;
  object-fit: contain;
}
.fancybox-container .piece__details-images .swiper-button-next::after,
.fancybox-container .piece__details-images .swiper-button-prev::after {
  color: rgba(38, 57, 75, 0.4);
  display: none;
}
.fancybox-container .piece__details-images .swiper-button-prev {
  left: 0;
}
.fancybox-container .piece__details-images .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-images .swiper-button-prev::before {
    width: 15px;
    height: 20px;
  }
}
.fancybox-container .piece__details-images .swiper-button-prev::before:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.fancybox-container .piece__details-images .swiper-button-next {
  right: 0;
}
.fancybox-container .piece__details-images .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .fancybox-container .piece__details-images .swiper-button-next::before {
    width: 15px;
    height: 20px;
  }
}
.fancybox-container .piece__details-images .swiper-button-next:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.project__hero {
  height: 38rem;
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .project__hero {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .project__hero {
    height: 500px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .project__hero {
    height: 250px;
  }
}
.project__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.project__hero-image .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(158, 158, 158, 0.5);
  mix-blend-mode: multiply;
}
.project__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.project__hero-category {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 15rem;
  color: #EBE6E2;
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-weight: 500;
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .project__hero-category {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__hero-category {
    display: none;
  }
}
.project__hero-title {
  grid-column: 3 / span 6;
  position: absolute;
  bottom: 8rem;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .project__hero-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__hero-title {
    display: none;
    font-size: 50px;
    bottom: 50px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .project__hero-title {
    font-size: 38px;
  }
}
.project__info {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
  margin-top: -5.5rem;
  padding: 10rem 0 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .project__info {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .project__info {
    height: auto;
    display: block;
    background-image: url('/wp-content/uploads/2023/11/Mask-Group-720.png');
    background-size: 200%;
    background-repeat: no-repeat;
    margin-top: -110px;
    padding: 120px 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .project__info {
    margin-top: -70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .project__info {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.project__info-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .project__info-pattern {
    display: none;
  }
}
.project__info-pattern img {
  width: 100%;
}
.project__info-navigation {
  grid-column: 16;
  margin: 5rem 0 10rem;
}
@media only screen and (max-width: 899px) {
  .project__info-navigation {
    display: none;
  }
}
.project__info-navigation .nav-links {
  width: 100%;
  gap: 2rem;
  justify-content: center;
}
.project__info-navigation .nav-links .nav-previous,
.project__info-navigation .nav-links .nav-next {
  flex: none;
  width: 8.5rem;
}
.project__info-navigation .nav-links .nav-previous a,
.project__info-navigation .nav-links .nav-next a {
  display: block;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .project__info-navigation .nav-links .nav-previous a,
  .project__info-navigation .nav-links .nav-next a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-navigation .nav-links .nav-previous a,
  .project__info-navigation .nav-links .nav-next a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.project__info-navigation .nav-links .nav-previous a:hover,
.project__info-navigation .nav-links .nav-next a:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.project__info-navigation .nav-links .nav-previous a span,
.project__info-navigation .nav-links .nav-next a span {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 899px) {
  .project__info-navigation .nav-links .nav-previous a span,
  .project__info-navigation .nav-links .nav-next a span {
    font-size: 18px;
    line-height: 1.1;
  }
}
.project__info-navigationM {
  display: none;
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM {
    display: flex;
    margin: 60px 0 90px;
    justify-content: center;
  }
}
.project__info-navigationM .nav-links {
  gap: 40px;
}
.project__info-navigationM .nav-link {
  width: 100%;
  gap: 2rem;
  justify-content: center;
}
.project__info-navigationM .nav-previous,
.project__info-navigationM .nav-next {
  flex: none;
  width: 116px;
}
.project__info-navigationM .nav-previous a,
.project__info-navigationM .nav-next a {
  display: block;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM .nav-previous a,
  .project__info-navigationM .nav-next a {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM .nav-previous a,
  .project__info-navigationM .nav-next a {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.project__info-navigationM .nav-previous a:hover,
.project__info-navigationM .nav-next a:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.project__info-navigationM .nav-previous a span,
.project__info-navigationM .nav-next a span {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 899px) {
  .project__info-navigationM .nav-previous a span,
  .project__info-navigationM .nav-next a span {
    font-size: 18px;
    line-height: 1.1;
  }
}
.project__info-title {
  display: none;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .project__info-title {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-title {
    color: #25384A;
    display: block;
    font-size: 50px;
    bottom: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-title {
    font-size: 38px;
  }
}
.project__info-excerpt {
  grid-column: 3 / span 5;
  margin-top: 2rem;
}
@media only screen and (max-width: 899px) {
  .project__info-excerpt {
    grid-column: 1 / span 10;
    margin-top: 70px;
    gap: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-excerpt {
    margin-top: 50px;
  }
}
.project__info-excerpt p {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
  margin-top: 0;
  letter-spacing: 0.09rem;
}
@media only screen and (max-width: 899px) {
  .project__info-excerpt p {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-excerpt p {
    letter-spacing: 1.5px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-excerpt p {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.project__info-description {
  grid-column: 9 / span 6;
  margin-top: 2rem;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .project__info-description {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-description {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .project__info-description {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.project__info-linkM {
  display: none;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .project__info-linkM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .project__info-linkM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.project__info-linkM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
@media only screen and (max-width: 899px) {
  .project__info-linkM {
    margin-top: 30px;
    display: block;
    grid-column: 1 / span 10;
  }
}
.project__pieces {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 899px) {
  .project__pieces {
    gap: 50px 20px;
    margin-top: 50px;
  }
}
.project__pieces .piece {
  width: 27rem;
  height: 18rem;
  text-decoration: none;
  border-radius: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .project__pieces .piece {
    width: 100%;
    height: auto;
  }
}
.project__pieces .piece:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.project__pieces .piece__image {
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .project__pieces .piece__image {
    border-radius: 5px;
    margin-bottom: 20px;
  }
}
.project__pieces .piece .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.fancybox-container .fancybox-content {
  background-color: #F5F5F5;
  padding: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.fancybox-container .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  display: block;
}
.fancybox-container .fancybox-toolbar .fancybox-button--close {
  opacity: 1;
  visibility: visible;
  display: block;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
  display: block;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--close {
  opacity: 1;
  visibility: visible;
  display: block;
}
