.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;
  }
}
.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;
  transition: all 0.5s ease-in-out;
}
@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;
  transition: all 0.5s ease-in-out;
}
.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: all 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: all 0.5s ease-in-out;
}
.frc {
  position: relative;
  overflow: hidden;
}
.frc__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 899px) {
  .frc__header {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.frc__title {
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  text-align: center;
  width: 90%;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .frc__title {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__title {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .frc__title {
    font-size: 12px;
  }
}
.frc__link {
  width: 5%;
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 899px) {
  .frc__link {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__link {
    letter-spacing: 1px;
    display: none;
  }
}
.frc__link:hover {
  text-decoration: underline;
}
.frc .swiper {
  height: 38rem;
  width: 50rem;
  margin: auto;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .frc .swiper {
    height: 700px;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .frc .swiper {
    height: 470px;
  }
}
.frc .swiper-slide {
  height: 27rem;
  opacity: 0.3;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide {
    height: 500px;
  }
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide .frc__collection-image {
    height: 300px;
    margin-top: 25px;
  }
}
.frc .swiper-slide .frc__collection-image .overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.frc .swiper-slide .frc__collection-image .overlay a {
  display: none;
}
.frc .swiper-slide .frc__collection-viewM {
  display: none;
}
.frc .swiper-slide-active {
  opacity: 1;
  height: 30rem;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active {
    height: 600px;
  }
}
.frc .swiper-slide-active .frc__collection-info {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-image {
    height: 350px;
    margin-top: 0;
  }
}
.frc .swiper-slide-active .frc__collection-image .overlay {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}
.frc .swiper-slide-active .frc__collection-image .overlay a {
  display: block;
}
.frc .swiper-slide-active .frc__collection-image:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  width: 100% !important;
}
.frc .swiper-slide-active .frc__collection-image:hover .overlay a {
  display: block;
}
.frc .swiper-slide-active .frc__collection-viewM {
  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;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-viewM {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-viewM {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.frc .swiper-slide-active .frc__collection-viewM:hover {
  background-color: #535F6D;
  color: #EBE6E2;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-slide-active .frc__collection-viewM {
    display: block;
  }
}
.frc .swiper-button-next {
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-left: none;
  border-radius: 0 0.5rem 0.5rem 0;
  right: -2.5rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-button-next {
    display: none;
  }
}
.frc .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.frc .swiper-button-next:hover {
  background-color: #C68945;
}
.frc .swiper-button-next:hover::after {
  color: #fff;
}
.frc .swiper-button-prev {
  left: -2.7rem;
  width: 2.2rem;
  height: 3rem;
  border: 0.095rem solid #C68945;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  top: 40%;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-button-prev {
    display: none;
  }
}
.frc .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 100;
  color: #C68945;
}
.frc .swiper-button-prev:hover {
  background-color: #C68945;
}
.frc .swiper-button-prev:hover::after {
  color: #fff;
}
.frc .swiper-pagination {
  left: 0%;
  width: 60%;
  text-align: left;
  bottom: 5.5rem;
  margin-left: 34.5rem;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-pagination {
    left: 50%;
    width: 100%;
    bottom: 315px;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .frc .swiper-pagination {
    bottom: 265px;
  }
}
.frc .swiper-pagination-bullet {
  width: 2.8rem;
  height: 0.1rem;
  border-radius: 0%;
  background-color: #C68945;
  margin-right: 1rem !important;
}
@media only screen and (max-width: 899px) {
  .frc .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
  }
}
.frc__collection-info {
  display: none;
  justify-content: space-between;
  margin-top: 1rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .frc__collection-info {
    margin-top: 60px;
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.frc__collection-link {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
  color: #25384A;
  text-decoration: none;
  width: 40%;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc__collection-link {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__collection-link {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .frc__collection-link {
    font-size: 18px;
    margin-right: 15px;
  }
}
.frc__collection-link:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc__collection-tags {
    display: none;
  }
}
.frc__collection-tags a {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #25384A;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .frc__collection-tags a {
    font-size: 17px;
    line-height: 1.1;
  }
}
.frc__collection-tags a:hover {
  color: #929BA3;
  transition: all 0.5s ease-in-out;
}
.frc__collection-excerpt {
  width: 55%;
  display: none;
}
@media only screen and (max-width: 899px) {
  .frc__collection-excerpt {
    width: 100%;
    text-align: center;
  }
}
.frc__collection-excerpt p {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  max-width: 23.5rem;
}
@media only screen and (max-width: 899px) {
  .frc__collection-excerpt p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .frc__collection-excerpt p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .frc__collection-excerpt p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.frc__collection-image {
  width: 49rem;
  margin: auto;
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .frc__collection-image {
    width: 95%;
    border-radius: 5px;
  }
}
.frc__collection-image:hover .overlay {
  display: block;
}
.frc__collection-image .overlay {
  display: none;
  position: absolute;
  inset: 0;
}
.frc__collection-image .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) {
  .frc__collection-image .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.frc__collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
