@import 'https://fonts.googleapis.com/css2?family=Abel&display=swap';
.table-section .container table,
.article .container .article-header,
.article .container .article-header .header-box .header-bar,
.article .container .article-images,
.article .container .article-list,
.article .container .article-list .article-item,
.article .container .article-list .article-item .article-box,
.article .container .article-list .article-item:has(.article-item-inner) .article-item-inner,
.article .container .article-list .article-item:has(.article-item-inner) .article-item-inner .article-inner-item,
.gallery-section .container .gallery,
.contact .container .contact-panel,
.contact .container .contact-data,
.contact .container .contact-data .contact-form-wrapper form,
.news .container .news-list,
.news .container .news-list .news-item,
.news .container .news-list .news-item .news-content .item-footer,
.list-container,
.list-container .list-figure img,
.list-container .content-list .list-item,
.reviews .container .reviews-header,
.reviews .container .reviews-header .header-box,
.information .information-panel .information-box,
.bedrooms .container .bedrooms-panel,
.bedrooms .container .bedrooms-panel .panel-slider-wrapper .embla .embla__container .embla__slide .slide-image,
.wed .container .wed-figure img,
.diary .container .diary-content .diary-list,
.diary .container .diary-content .diary-list .diary-item,
.diary .container .diary-content .diary-list .diary-item .item-content .item-box,
.intro .container .intro-list,
.intro .container .intro-content,
.content .list-panel .list-item,
.full .container img,
.include .container .include-list,
.navbar,
.hamb-menu .hamb-menu-inner,
.footer .container .footer-header,
.footer .container .footer-content,
.footer .container .footer-content .footer-box form,
.footer .container .footer-content .footer-box form .form-group,
.footer .container .footer-bottom,
.accordions,
.accordions .accordion,
.accordions .accordion .accordion-trigger,
.accordions .accordion .accordion-content .accordion-content-inner .accordion-video,
.accordions .accordion .accordion-content .accordion-content-inner .accordion-image,
.list-section .container .content-list,
.list-section .container .content-list .list-item,
select,
textarea,
input:not([type='submit'], [type='checkbox'], [type='radio']),
.orch .embla .embla__container .embla__slide img,
.orch .orch-content,
.data .container .embla .embla__container .embla__slide .slide-footer,
.related .container .related-slider,
.page-wrapper,
.container,
.header,
.header .header-box,
.header .header-box:first-child .header-bar,
figure,
figure .image-wrapper,
figure img,
.filters .custom-select .select-selected,
.filters .custom-select .select-items .option,
.embla__dots {
    width: 100%;
    height: auto;
}
.drop-down {
    width: auto;
    height: auto;
}
.banner .embla,
.banner .embla .embla__container .embla__slide .bg video,
.banner .embla .embla__container .embla__slide .bg img,
.dual .container .dual-box img,
.hamb-menu,
.footer .container .embla .embla__container .embla__slide img,
.gallery-modal,
.gallery-modal .gallery-modal-box,
.data .container .progress-wrapper .progress-bar,
section .bg,
section .bg video,
section .bg img,
section.overlay-20 .bg:before,
section.overlay-21 .bg:before,
section.overlay-22 .bg:before,
section.overlay-23 .bg:before,
section.overlay-24 .bg:before,
section.overlay-25 .bg:before,
section.overlay-26 .bg:before,
section.overlay-27 .bg:before,
section.overlay-28 .bg:before,
section.overlay-29 .bg:before,
section.overlay-30 .bg:before,
section.overlay-31 .bg:before,
section.overlay-32 .bg:before,
section.overlay-33 .bg:before,
section.overlay-34 .bg:before,
section.overlay-35 .bg:before,
section.overlay-36 .bg:before,
section.overlay-37 .bg:before,
section.overlay-38 .bg:before,
section.overlay-39 .bg:before,
section.overlay-40 .bg:before,
section.overlay-41 .bg:before,
section.overlay-42 .bg:before,
section.overlay-43 .bg:before,
section.overlay-44 .bg:before,
section.overlay-45 .bg:before,
section.overlay-46 .bg:before,
section.overlay-47 .bg:before,
section.overlay-48 .bg:before,
section.overlay-49 .bg:before,
section.overlay-50 .bg:before,
section.overlay-51 .bg:before,
section.overlay-52 .bg:before,
section.overlay-53 .bg:before,
section.overlay-54 .bg:before,
section.overlay-55 .bg:before,
section.overlay-56 .bg:before,
section.overlay-57 .bg:before,
section.overlay-58 .bg:before,
section.overlay-59 .bg:before,
section.overlay-60 .bg:before,
section.overlay-61 .bg:before,
section.overlay-62 .bg:before,
section.overlay-63 .bg:before,
section.overlay-64 .bg:before,
section.overlay-65 .bg:before,
section.overlay-66 .bg:before,
section.overlay-67 .bg:before,
section.overlay-68 .bg:before,
section.overlay-69 .bg:before,
section.overlay-70 .bg:before,
section.overlay-71 .bg:before,
section.overlay-72 .bg:before,
section.overlay-73 .bg:before,
section.overlay-74 .bg:before,
section.overlay-75 .bg:before,
section.overlay-76 .bg:before,
section.overlay-77 .bg:before,
section.overlay-78 .bg:before,
section.overlay-79 .bg:before,
section.overlay-80 .bg:before {
    width: 100%;
    height: 100%;
}
:root {
    --padding: 12.5rem 0;
}
@media only screen and (max-width: 1024px) {
    :root {
        --padding: 10rem 0;
    }
}
.embla {
    width: 100%;
    overflow: hidden;
}
.embla__container {
    display: flex;
}
.embla__slide {
    min-width: 0;
}
.embla__dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
.embla__dots .embla__dot {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.2;
}
.embla__dots .embla__dot.embla__dot--selected {
    opacity: 1;
}
html.lenis,
html.lenis body {
    height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: clip;
}
.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
    overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
.lenis.lenis-autoToggle {
    transition-property: overflow;
    transition-duration: 1ms;
    transition-behavior: allow-discrete;
}
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    outline: none;
    -webkit-touch-callout: none;
    font-family: Abel, sans-serif;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
a {
    color: inherit;
    outline: none;
    pointer-events: auto;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    border-radius: none;
    color: inherit;
    outline: none;
    cursor: pointer;
}
video,
img {
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    pointer-events: auto;
}
:root {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
}
html {
    box-sizing: border-box;
    overscroll-behavior: none;
    font-size: 0.5208333333vw !important;
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 0.9765625vw !important;
    }
}
@media only screen and (max-width: 482px) {
    html {
        font-size: 2.0746887967vw !important;
    }
}
body {
    overscroll-behavior: none;
    font-weight: 400;
    width: 100%;
    min-height: 100vh;
    background: #fafafa;
    color: #585a42;
}
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a span,
button span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: Mollieglaston, serif;
    text-transform: uppercase;
}
[data-animation='line'] {
    position: relative;
}
[data-animation='line']:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #999e7e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s cubic-bezier(0.3, 1, 0.3, 1);
}
[data-animation='line'].reveal:before {
    transform: scaleX(1);
}
[data-animation='line'][data-animation-position='top']:before {
    top: 0;
    bottom: auto;
}
[data-animation='reveal'] {
    opacity: 0;
    transform: translateY(40%);
    filter: blur(50px);
    transition:
        opacity 0.7s cubic-bezier(0.3, 1, 0.3, 1),
        filter 0.7s cubic-bezier(0.3, 1, 0.3, 1),
        transform 0.7s cubic-bezier(0.3, 1, 0.3, 1);
}
[data-animation='reveal'].reveal {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}
[data-animation='image'] {
    position: relative;
}
[data-animation='image'] .image-wrapper {
    overflow: hidden;
    transform: translateY(-100%);
    transition: transform 1s cubic-bezier(0.3, 1, 0.3, 1);
}
[data-animation='image'] .image-wrapper img {
    transform: translateY(100%);
    transition: transform 1s cubic-bezier(0.3, 1, 0.3, 1);
}
[data-animation='image'].reveal .image-wrapper,
[data-animation='image'].reveal .image-wrapper img {
    transform: translateY(0);
}
@font-face {
    font-family: Mollieglaston;
    src: url(../fonts/Mollieglaston.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Suisse;
    src: url(../fonts/Suisse-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Suisse;
    src: url(../fonts/Suisse-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
::-webkit-scrollbar {
    display: none;
}
.page-wrapper {
    overflow: hidden;
}
.page-wrapper:has(.list-container) {
    overflow: visible;
}
.container {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    z-index: 3;
}
@media only screen and (max-width: 482px) {
    .container {
        max-width: 90%;
    }
}
section {
    position: relative;
    overflow: hidden;
}
section .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section .bg video.mobile-version,
section .bg img.mobile-version {
    display: none;
}
@media only screen and (max-width: 482px) {
    section:not(.banner) .bg:has(.mobile-version) img,
    section:not(.banner) .bg:has(.mobile-version) video {
        display: none;
    }
    section:not(.banner) .bg:has(.mobile-version) .mobile-version {
        display: block !important;
    }
}
section.overlay-20 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0003;
    z-index: 1;
}
section.overlay-21 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000036;
    z-index: 1;
}
section.overlay-22 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000038;
    z-index: 1;
}
section.overlay-23 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000003b;
    z-index: 1;
}
section.overlay-24 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000003d;
    z-index: 1;
}
section.overlay-25 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000040;
    z-index: 1;
}
section.overlay-26 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000042;
    z-index: 1;
}
section.overlay-27 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000045;
    z-index: 1;
}
section.overlay-28 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000047;
    z-index: 1;
}
section.overlay-29 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000004a;
    z-index: 1;
}
section.overlay-30 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000004d;
    z-index: 1;
}
section.overlay-31 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000004f;
    z-index: 1;
}
section.overlay-32 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000052;
    z-index: 1;
}
section.overlay-33 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000054;
    z-index: 1;
}
section.overlay-34 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000057;
    z-index: 1;
}
section.overlay-35 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000059;
    z-index: 1;
}
section.overlay-36 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000005c;
    z-index: 1;
}
section.overlay-37 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000005e;
    z-index: 1;
}
section.overlay-38 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000061;
    z-index: 1;
}
section.overlay-39 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000063;
    z-index: 1;
}
section.overlay-40 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0006;
    z-index: 1;
}
section.overlay-41 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000069;
    z-index: 1;
}
section.overlay-42 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006b;
    z-index: 1;
}
section.overlay-43 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    z-index: 1;
}
section.overlay-44 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000070;
    z-index: 1;
}
section.overlay-45 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000073;
    z-index: 1;
}
section.overlay-46 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000075;
    z-index: 1;
}
section.overlay-47 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000078;
    z-index: 1;
}
section.overlay-48 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007a;
    z-index: 1;
}
section.overlay-49 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007d;
    z-index: 1;
}
section.overlay-50 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000080;
    z-index: 1;
}
section.overlay-51 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000082;
    z-index: 1;
}
section.overlay-52 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000085;
    z-index: 1;
}
section.overlay-53 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000087;
    z-index: 1;
}
section.overlay-54 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008a;
    z-index: 1;
}
section.overlay-55 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008c;
    z-index: 1;
}
section.overlay-56 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008f;
    z-index: 1;
}
section.overlay-57 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000091;
    z-index: 1;
}
section.overlay-58 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000094;
    z-index: 1;
}
section.overlay-59 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000096;
    z-index: 1;
}
section.overlay-60 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0009;
    z-index: 1;
}
section.overlay-61 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000009c;
    z-index: 1;
}
section.overlay-62 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000009e;
    z-index: 1;
}
section.overlay-63 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000a1;
    z-index: 1;
}
section.overlay-64 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000a3;
    z-index: 1;
}
section.overlay-65 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000a6;
    z-index: 1;
}
section.overlay-66 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000a8;
    z-index: 1;
}
section.overlay-67 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000ab;
    z-index: 1;
}
section.overlay-68 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000ad;
    z-index: 1;
}
section.overlay-69 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b0;
    z-index: 1;
}
section.overlay-70 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b3;
    z-index: 1;
}
section.overlay-71 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b5;
    z-index: 1;
}
section.overlay-72 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b8;
    z-index: 1;
}
section.overlay-73 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000ba;
    z-index: 1;
}
section.overlay-74 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000bd;
    z-index: 1;
}
section.overlay-75 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000bf;
    z-index: 1;
}
section.overlay-76 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c2;
    z-index: 1;
}
section.overlay-77 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c4;
    z-index: 1;
}
section.overlay-78 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c7;
    z-index: 1;
}
section.overlay-79 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c9;
    z-index: 1;
}
section.overlay-80 .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000c;
    z-index: 1;
}
section.light {
    background: #eae9e1;
}
section.light h1,
section.light h2,
section.light h3,
section.light h4,
section.light h5,
section.light h6 {
    color: #999e7e;
}
section.light a,
section.light p {
    color: #585a42;
}
section.theme {
    background: #585a42;
    color: #fff;
}
section.theme-light {
    background: #999e7e;
    color: #fff;
}
section.theme-dark {
    background: #222721;
    color: #fff;
}
.header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.header .header-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}
.header .header-box:first-child {
    grid-column: 1/3 !important;
}
.header .header-box:first-child .header-bar {
    max-width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.header .header-box:first-child .header-bar button {
    align-items: flex-start;
}
.header .header-box:first-child .header-bar button.prev svg {
    transform: rotate(180deg);
}
.header .header-box:last-child {
    grid-column: 3/4;
}
.header .header-box:last-child a {
    margin-top: 2rem;
}
.header .header-box .header-figure {
    max-width: 70%;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
.mt-10 {
    margin-top: 10rem;
}
.mt-5 {
    margin-top: 5rem;
}
figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    overflow: hidden;
}
figure .image-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
.filters .custom-select {
    position: relative;
    width: max-content;
}
.filters .custom-select .select-selected {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    cursor: pointer;
    padding: 1.5rem 3rem 1rem;
    border-radius: 0.5rem;
    outline: 1px solid currentColor;
    font-size: 1.6rem;
}
.filters .custom-select .select-selected span {
    font-family: Mollieglaston, serif;
}
.filters .custom-select .select-selected span svg {
    width: 1.5rem;
}
.filters .custom-select .select-selected img {
    width: 1.25rem;
    padding-top: 0.5rem;
}
.filters .custom-select .select-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.25rem;
    min-width: 20rem;
    width: auto;
    height: auto;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    z-index: 10;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 1rem #0000001a;
    padding: 1rem;
}
.filters .custom-select .select-items .option {
    cursor: pointer;
    font-family: Mollieglaston, serif;
    font-size: 1.8rem;
    padding: 1rem;
    border-radius: 0.5rem;
}
.filters .custom-select .select-items .option:hover {
    color: #fff;
    background: #585a42;
}
.filters .custom-select .select-items.select-hide,
.filters select {
    display: none;
}
@media only screen and (max-width: 482px) {
    .header .header-box:first-child,
    .header .header-box:last-child {
        grid-column: 1/4 !important;
        gap: 1.5rem;
    }
    .header .header-box:first-child .header-bar {
        max-width: 81%;
    }
    .header .header-box .header-figure {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .mt-10 {
        margin-top: 5rem;
    }
    .mt-5 {
        margin-top: 2.5rem;
    }
}
.link-outline,
.link-bg,
.link-xs,
.link-sm,
.link-lg,
.link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition:
        color 0.5s cubic-bezier(0.3, 1, 0.3, 1),
        background 0.5s cubic-bezier(0.3, 1, 0.3, 1),
        border 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.link-outline .arrow,
.link-bg .arrow,
.link-xs .arrow,
.link-sm .arrow,
.link-lg .arrow,
.link .arrow {
    width: 4rem;
    padding-bottom: 0.2rem;
    transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media only screen and (max-width: 1024px) {
    .link-outline,
    .link-bg,
    .link-xs,
    .link-sm,
    .link-lg,
    .link {
        font-size: 1.5rem;
    }
}
.link-outline:hover .arrow,
.link-bg:hover .arrow,
.link-xs:hover .arrow,
.link-sm:hover .arrow,
.link-lg:hover .arrow,
.link:hover .arrow {
    transform: translate(0.65rem);
}
.link-lg {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
}
.link-sm {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 300;
}
.link-xs {
    font-size: 1.35rem;
    line-height: 2rem;
    font-weight: 300;
    font-family: Abel, sans-serif;
    text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
    .link-xs {
        font-size: 1.2rem;
    }
}
.link-bg {
    background: #ced4b5;
    color: #181818;
    padding: 1.5rem 3rem 1rem;
    border-radius: 0.5rem;
    font-family: Mollieglaston, serif;
    border: 1px solid transparent;
}
@media only screen and (max-width: 1441px) {
    .link-bg {
        padding: 1.25rem 2.75rem;
    }
}
.link-bg:hover {
    background: #181818;
    border: 1px solid #181818;
    color: #fff !important;
}
.link-bg.light {
    background: #fef9e3;
    color: #181818 !important;
}
.link-bg.light:hover {
    background: transparent;
    border: 1px solid #fef9e3;
    color: #fef9e3 !important;
}
@media only screen and (max-width: 1024px) {
    .link-bg {
        padding: 1.25rem 2rem 0.75rem;
    }
}
.link-outline {
    outline: 1px solid currentColor;
    padding: 1.5rem 3rem 1rem;
    border-radius: 0.5rem;
}
.link-icon img {
    width: 3.5rem;
}
.links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.prev-rounded,
.next-rounded {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    color: #999e7e;
    border: 1px solid currentColor;
}
.prev-rounded svg,
.next-rounded svg {
    width: 6rem;
}
@media only screen and (max-width: 482px) {
    .prev-rounded,
    .next-rounded {
        width: 6rem;
        height: 6rem;
    }
    .prev-rounded svg,
    .next-rounded svg {
        width: 3rem;
    }
}
.prev-rounded {
    transform: rotate(180deg);
}
.btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
h1 {
    font-size: 14rem;
    font-weight: 400;
    line-height: 1;
}
h2 {
    font-size: 10rem;
    font-weight: 400;
    line-height: 1;
}
h3 {
    font-size: 7rem;
    font-weight: 400;
    line-height: 1;
}
h4 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 3.6rem;
}
h5 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
}
h6 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
}
td,
li,
label,
input,
select,
textarea,
p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}
td a,
li a,
label a,
input a,
select a,
textarea a,
p a {
    position: relative;
    font-family: Abel, sans-serif;
    text-transform: none;
}
td a:after,
li a:after,
label a:after,
input a:after,
select a:after,
textarea a:after,
p a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
    transform: scaleX(1);
    transform-origin: left;
    opacity: 0.8;
}
td a:hover:after,
li a:hover:after,
label a:hover:after,
input a:hover:after,
select a:hover:after,
textarea a:hover:after,
p a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
}
ul {
    list-style: disc;
    margin-left: 1.8rem;
}
ol {
    list-style: decimal;
    margin-left: 1.8rem;
}
ol li {
    padding-left: 0.5rem;
}
.text-sm {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.text-xs {
    font-size: 1.2rem;
    line-height: 2rem;
}
.tag {
    background: #ced4b5;
    border-radius: 0.5rem;
    padding: 1rem 2rem 0.7rem;
}
.tag-sm {
    padding: 0.6rem 0.8rem;
    line-height: 1;
    background: #ced4b5;
    border-radius: 0.5rem;
}
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 10rem;
    }
    h2 {
        font-size: 7.5rem;
    }
    h3 {
        font-size: 5.5rem;
    }
    h4 {
        font-size: 3rem;
    }
    h5 {
        font-size: 2.5rem;
    }
    h6 {
        font-size: 1.8rem;
    }
    h1 br,
    h2 br,
    h3 br {
        display: none;
    }
    td,
    label,
    li,
    input,
    select,
    textarea,
    p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .text-sm {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .text-xs {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}
@media only screen and (max-width: 482px) {
    h1 {
        font-size: 8rem;
    }
    h2 {
        font-size: 5.5rem;
    }
    h3 {
        font-size: 4rem;
    }
}
.drop-down {
    position: relative;
}
.drop-down .drop-down-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
    color: currentColor;
    transition: opacity 0.2s ease;
    opacity: 0;
    visibility: hidden;
    padding-top: 3rem;
}
.drop-down .drop-down-content .dd-btn {
    font-size: 1.4rem;
    text-transform: none;
    color: currentColor !important;
}
.drop-down:hover .drop-down-content {
    opacity: 1;
    visibility: visible;
}
.controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.controls .next,
.controls .prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 2rem 0;
}
.controls .next svg,
.controls .prev svg {
    width: 4rem;
}
.controls .prev {
    transform: rotate(180deg);
}
.orch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12.5rem;
    padding: 5rem 0 10rem;
}
.orch .embla .embla__container {
    align-items: flex-start;
}
.orch .embla .embla__container .embla__slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    min-width: 40rem;
    max-width: 40rem;
    height: auto;
    margin: 0 1rem;
}
.orch .orch-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    max-width: 75%;
    text-align: center;
}
.orch .orch-content p {
    width: 70%;
}
.data .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: var(--padding);
}
.data .container .embla {
    max-width: 40%;
    color: #fff;
    border-radius: 0.75rem;
}
.data .container .embla .embla__container {
    align-items: flex-start;
    background: #999e7e;
}
.data .container .embla .embla__container .embla__slide {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 7.5rem 5rem;
}
.data .container .embla .embla__container .embla__slide .slide-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 4rem;
}
.data .container .embla .embla__container .embla__slide .slide-footer .footer-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}
.data .container .embla .embla__container .embla__slide .slide-footer .footer-box p {
    font-weight: 300;
    text-transform: uppercase;
}
.data .container .progress-wrapper {
    width: 40rem;
    height: 0.4rem;
    background: #ffffff4d;
    border-radius: 0.5rem;
    position: absolute;
    left: 0;
    bottom: 25%;
    overflow: hidden;
}
.data .container .progress-wrapper .progress-bar {
    transform: scaleX(0);
    background: #fff;
    transform-origin: left center;
}
.related .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 15rem 0;
    text-align: center;
}
.related .container .related-slider .embla__container .embla__slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    flex: 0 0 auto;
    margin-left: 2rem;
    width: 45rem;
}
.related .container .related-slider .embla__container .embla__slide figure {
    position: relative;
    border-radius: 0.5rem;
    color: #585a42;
}
.related .container .related-slider .embla__container .embla__slide figure .tag {
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 1rem 2rem 0.6rem;
}
.related .container .related-slider .embla__container .embla__slide figure img {
    height: 30rem;
}
@media only screen and (max-width: 1024px) {
    .orch {
        gap: 8rem;
    }
    .orch .embla .embla__container .embla__slide {
        min-width: 25rem;
        max-width: 25rem;
        margin: 0 0.5rem;
    }
    .data .container .embla {
        max-width: 60%;
    }
    .data .container .progress-wrapper {
        width: 30rem;
    }
}
@media only screen and (max-width: 482px) {
    .orch {
        padding: 2.5rem 0 7.5rem;
        gap: 6rem;
    }
    .orch .orch-content {
        max-width: 90%;
    }
    .orch .orch-content p {
        width: 100%;
    }
    .data .container .embla {
        max-width: 100%;
    }
    .data .container .progress-wrapper {
        width: 100%;
        position: relative;
        left: unset;
        bottom: unset;
        margin-top: 4rem;
    }
    .related .container {
        padding: 8rem 0;
        gap: 6rem;
    }
}
select,
textarea,
input:not([type='submit'], [type='checkbox'], [type='radio']) {
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid currentColor;
    background: transparent;
    font-weight: 300;
    resize: none;
}
select::placeholder,
textarea::placeholder,
input:not([type='submit'], [type='checkbox'], [type='radio'])::placeholder {
    color: currentColor;
}
select {
    padding: 1rem 0;
}
input[type='submit'] {
    cursor: pointer;
}
input[type='radio'],
input[type='checkbox'] {
    width: auto;
    accent-color: #999e7e;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.5rem;
}
label input[type='checkbox'] {
    margin: 0.25rem;
}
select.link-outline {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: max-content;
    height: 100%;
    border: 1px solid currentColor;
    outline: none;
    border-radius: 0.5rem;
    padding: 1rem 5rem 0.75rem 2.5rem;
    font-family: Mollieglaston, serif;
    background-image: url("data:image/svg+xml;utf8,<svg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.2576 0.628662L5.62891 5.25732L1.00024 0.628662' stroke='black' stroke-width='0.75'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: 50%;
}
select.link-outline option {
    font-family: Mollieglaston, serif !important;
}
.list-section .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12.5rem;
    padding: 15rem 0;
}
.list-section .container .header h1,
.list-section .container .header h2,
.list-section .container .header h3 {
    color: #999e7e;
}
.list-section .container .header .header-box:last-child {
    padding-top: 2rem;
}
.list-section .container .content-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem;
}
.list-section .container .content-list.no-clickable .list-item {
    cursor: default;
}
.list-section .container .content-list.no-clickable .list-item:hover:before {
    background: #999e7e !important;
}
.list-section .container .content-list.no-clickable .list-item:hover .item-box h4,
.list-section .container .content-list.no-clickable .list-item:hover .item-box h5,
.list-section .container .content-list.no-clickable .list-item:hover .item-box h6 {
    color: #999e7e;
}
.list-section .container .content-list .list-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    padding-bottom: 5rem;
    cursor: pointer;
    min-height: 12.5rem;
}
.list-section .container .content-list .list-item .item-box h4,
.list-section .container .content-list .list-item .item-box h5,
.list-section .container .content-list .list-item .item-box h6 {
    color: #999e7e;
}
.list-section .container .content-list .list-item .item-box:first-child {
    grid-column: 1/2;
}
.list-section .container .content-list .list-item .item-box:last-child {
    grid-column: 3/4;
}
.list-section .container .content-list .list-item:hover:before {
    background: #585a42;
}
.list-section .container .content-list .list-item:hover .item-box h4,
.list-section .container .content-list .list-item:hover .item-box h5,
.list-section .container .content-list .list-item:hover .item-box h6 {
    color: #585a42;
}
.calendar .container {
    padding: 10rem 0;
}
@media only screen and (max-width: 1024px) {
    .list-section .container {
        padding: 10rem 0;
        gap: 8rem;
    }
}
@media only screen and (max-width: 482px) {
    .list-section .container {
        padding: 8rem 0;
        gap: 7rem;
    }
    .list-section .container .header .header-box {
        padding: 0 !important;
    }
    .list-section .container .content-list .list-item {
        gap: 3rem;
    }
    .list-section .container .content-list .list-item .item-box {
        grid-column: 1/4 !important;
    }
    .calendar .container {
        padding: 5rem 0;
    }
}
.mf-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    direction: ltr;
    contain: layout style size;
    pointer-events: none;
    transition:
        opacity 0.3s,
        color 0.4s;
}
.mf-cursor:before {
    content: '';
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0.2);
    background: transparent;
    transition:
        transform 0.25s ease-in-out,
        opacity 0.1s;
}
.mf-cursor.-inverse {
    color: #fff;
}
@supports (mix-blend-mode: exclusion) {
    .mf-cursor.-exclusion {
        mix-blend-mode: exclusion;
    }
    .mf-cursor.-exclusion:before {
        background: #fff;
    }
}
.mf-cursor.-pointer:before {
    transform: scale(0.15);
}
.mf-cursor.-text:before {
    opacity: 0.85;
    transform: scale(1.7);
}
.mf-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}
.mf-cursor.-icon:before {
    transform: scale(1.5);
}
.mf-cursor.-icon.-active:before {
    transform: scale(1.4);
}
.mf-cursor.-hidden:before {
    transform: scale(0);
}
.mf-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition:
        opacity 0.4s,
        transform 0.3s;
}
.mf-cursor.-text .mf-cursor-text,
.mf-cursor.-icon .mf-cursor-text {
    opacity: 1;
    transform: scale(1);
}
.mf-cursor-media {
    position: absolute;
    width: 30rem;
    height: 30rem;
    margin: -15rem 0 0 -15rem;
}
.mf-cursor-media img,
.mf-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
    .mf-cursor-media img,
    .mf-cursor-media video {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateZ(0);
    }
}
.mf-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    transition:
        transform 0.35s,
        opacity 0.2s 0.2s;
}
.mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(0.696);
    transition-duration: 0.4s, 0.4s;
    transition-delay: 0s, 0s;
}
.mf-cursor.-arrow .mf-cursor-media-box {
    transform: scale(0.45) !important;
}
.accordions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}
.accordions .accordion .accordion-trigger {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
    cursor: pointer;
}
.accordions .accordion .accordion-trigger .trigger-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 6rem;
    max-width: 80%;
}
.accordions .accordion .accordion-trigger .trigger-content h6 {
    padding-top: 0.75rem;
}
.accordions .accordion .accordion-trigger .icon-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    width: 4.5rem;
    height: 4rem;
    border-radius: 0.5rem;
    color: currentColor;
}
.accordions .accordion .accordion-trigger .icon-box svg {
    width: 2rem;
    transition: transform 0.6s cubic-bezier(0.3, 1, 0.3, 1);
}
.accordions .accordion .accordion-trigger .icon-box svg path {
    stroke: currentColor;
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(0.3, 1, 0.3, 1);
}
.accordions .accordion .accordion-trigger:hover .icon-box svg {
    transform: rotate(180deg) scale(1.2);
}
.accordions .accordion .accordion-content {
    height: 0;
    overflow: hidden;
}
.accordions .accordion .accordion-content .accordion-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 4rem;
}
.accordions .accordion .accordion-content .accordion-content-inner .accordion-video,
.accordions .accordion .accordion-content .accordion-content-inner .accordion-image {
    border-radius: 2rem;
}
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested .accordion-trigger {
    padding: 1rem 0;
}
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested .accordion-trigger .trigger-content h4,
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested .accordion-trigger .trigger-content h3,
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested .accordion-trigger .trigger-content h2,
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested .accordion-trigger .trigger-content h1 {
    font-weight: 600;
}
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested .accordion-trigger .icon-box svg path:first-child {
    transform: rotate(0);
}
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested .accordion-content .accordion-content-inner {
    padding: 2rem 0 0 2rem;
}
.accordions .accordion .accordion-content .accordion-content-inner .accordion-nested.active .accordion-trigger .icon-box svg path:first-child {
    transform: rotate(90deg);
}
.accordions .accordion.active .accordion-trigger .icon-box svg path:first-child {
    transform: rotate(90deg);
}
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fafafa;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.gallery-modal .gallery-modal-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
}
.gallery-modal .gallery-modal-box .modal-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    width: 50%;
    position: relative;
    text-align: center;
    color: #999e7e;
}
.gallery-modal .gallery-modal-box .modal-box figure {
    border-radius: 1rem;
}
.gallery-modal .gallery-modal-box .modal-box .close-btn {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 3;
}
.gallery-modal .gallery-modal-box .modal-box .close-btn img {
    width: 5rem;
}
.gallery-modal.open {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 1024px) {
    .gallery-modal .gallery-modal-box {
        gap: 4rem;
    }
    .gallery-modal .gallery-modal-box .modal-box {
        width: 70%;
    }
}
@media only screen and (max-width: 482px) {
    .gallery-modal .gallery-modal-box {
        padding: 2rem 2rem 5rem;
        gap: 3rem;
        align-items: flex-end;
        position: relative;
    }
    .gallery-modal .gallery-modal-box .modal-box {
        width: calc(100% - 4rem);
        order: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translate(-50%);
    }
    .gallery-modal .gallery-modal-box button {
        order: 2;
    }
}
.footer {
    background: #222721;
    color: #fff;
    overflow: hidden;
}
.footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    padding: 10rem 0 0;
}
.footer .container a {
    font-family: Abel, sans-serif !important;
}
.footer .container .footer-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    color: #999e7e;
}
.footer .container .embla {
    overflow: visible;
}
.footer .container .embla .embla__container .embla__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 40rem;
    min-width: 40rem;
    margin: 0 1rem;
    overflow: hidden;
    border-radius: 1rem;
}
.footer .container .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 5rem;
}
.footer .container .footer-content .footer-bar {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 1rem;
}
.footer .container .footer-content .footer-bar .logo-link img {
    width: 20rem;
}
.footer .container .footer-content .footer-main {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
}
.footer .container .footer-content .footer-main .footer-links {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.footer .container .footer-content .footer-main .footer-links h6 {
    margin-bottom: 2rem;
}
.footer .container .footer-content .footer-main .footer-links a:hover {
    font-weight: 400;
}
.footer .container .footer-content .footer-box {
    flex: 0 0 24%;
    max-width: 24%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-left: auto;
}
.footer .container .footer-content .footer-box p {
    font-weight: 300;
}
.footer .container .footer-content .footer-box form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 2rem;
}
.footer .container .footer-content .footer-box form input {
    color: #fff;
}
.footer .container .footer-content .footer-box form .form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.footer .container .footer-content .footer-box form label span {
    opacity: 0.5;
}
.footer .container .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    border-top: 1px solid currentColor;
    padding: 2.5rem 0;
    margin-top: 10rem;
}
@media only screen and (max-width: 1024px) {
    .footer .container .embla .embla__container .embla__slide {
        min-width: 25rem;
        max-width: 25rem;
        margin: 0 0.5rem;
    }
    .footer .container .footer-content .footer-bar .logo-link img {
        width: 15rem;
    }
}
@media only screen and (max-width: 482px) {
    .footer .container .footer-content {
        gap: 5rem;
    }
    .footer .container .footer-content .footer-bar {
        align-items: center;
    }
    .footer .container .footer-content .footer-bar .logo-link img {
        width: 25rem;
    }
    .footer .container .footer-content .footer-bar,
    .footer .container .footer-content .footer-main,
    .footer .container .footer-content .footer-box {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .footer .container .footer-content .footer-main {
        row-gap: 5rem;
        align-items: stretch;
    }
    .footer .container .footer-content .footer-main .footer-links {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding-bottom: 4rem;
        gap: 1.5rem;
    }
    .footer .container .footer-content .footer-main .footer-links h6 {
        margin-bottom: 1rem;
    }
    .footer .container .footer-content .footer-box form .form-group {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    .footer .container .footer-content label span {
        font-size: 1.6rem !important;
    }
    .footer .container .footer-content h6 {
        font-size: 2.2rem !important;
    }
    .footer .container .footer-content input,
    .footer .container .footer-content p,
    .footer .container .footer-content a {
        font-size: 1.8rem;
        line-height: 1.2 !important;
    }
    .footer .container .footer-bottom {
        margin-top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
}
.hamb-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #585a42;
    color: #fff;
    overflow-y: scroll;
    transition: all 0.6s cubic-bezier(0.3, 1, 0.3, 1);
    transform: translate(100%);
}
.hamb-menu .hamb-menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    padding: 15rem 5%;
    gap: 2.5rem;
}
.hamb-menu .hamb-menu-inner .accordions .accordion {
    border-bottom: 1px solid currentColor;
    padding-bottom: 2rem;
}
.hamb-menu .hamb-menu-inner .hamb-link {
    width: 100%;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2rem;
    font-size: 3rem;
    line-height: 1;
}
.hamb-menu .hamb-menu-inner .link-bg {
    font-size: 2.5rem;
    width: 100%;
    justify-content: center;
    padding: 1.5rem 2rem;
}
.hamb-menu.active {
    transform: translate(0);
    opacity: 1 !important;
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.navbar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 2rem 0;
}
.navbar .container .logo img {
    width: 12rem;
}
.navbar .container .navbar-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.navbar .container .navbar-links:has(a:not(.dd-btn):hover) a {
    color: #ffffff80;
}
.navbar .container .navbar-links a:hover {
    color: #fff !important;
}
.navbar .container .navbar-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.navbar .container .hamb-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    display: none;
    width: 4rem;
    height: 4rem;
    pointer-events: all;
    position: relative;
    z-index: 5;
    cursor: pointer;
}
.navbar .container .hamb-btn div {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    pointer-events: none;
    transition: all 0.7s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .container .hamb-btn.active div {
    background: #fff;
    transform: rotate(45deg) translate(0.75rem, 0.85rem);
}
.navbar .container .hamb-btn.active div:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.navbar .container .hamb-btn.active div:nth-child(3) {
    transform: rotate(-45deg) translate(0.75rem, -0.85rem);
}
.navbar.dark .navbar-links {
    color: #585a42;
}
.navbar.dark .navbar-links:has(a:hover) a {
    color: #585a4280;
}
.navbar.dark .navbar-links a:hover {
    color: #585a42 !important;
}
.navbar.dark .link-bg.light:hover {
    border: 1px solid #585a42;
    color: #585a42 !important;
}
.navbar.dark .hamb-btn div {
    background: #000;
}
body:has(.navbar.dark) section:first-child {
    padding-top: 10rem;
}
@media only screen and (max-width: 482px) {
    .navbar .container .navbar-btns,
    .navbar .container .navbar-links {
        display: none;
    }
    .navbar .container .hamb-btn {
        display: flex;
    }
}
.banner .embla {
    min-height: calc(var(--vh, 1vh) * 100);
}
.banner .embla .embla__container {
    height: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    align-items: stretch;
}
.banner .embla .embla__container .embla__slide {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 10rem 2.5%;
    color: #fff;
}
.banner .embla .embla__container .embla__slide .header {
    z-index: 2;
}
.banner .embla .embla__container .embla__slide .bg video.mobile-version,
.banner .embla .embla__container .embla__slide .bg img.mobile-version {
    display: none;
}
.banner .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 10rem 0;
    min-height: calc(var(--vh, 1vh) * 100);
    color: #fff;
}
.info .container {
    padding: 20rem 0 10rem;
}
.info .container .header {
    align-items: flex-end;
}
.info .container .header .header-box:last-child {
    padding-bottom: 1.8rem;
}
.wed .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    padding: 20rem 0;
}
.wed .container .wed-content:first-child {
    flex: 0 0 42.5%;
    max-width: 42.5%;
    width: 100%;
    height: auto;
    align-self: flex-end;
}
.wed .container .wed-content:last-child {
    flex: 0 0 24%;
    max-width: 24%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7rem;
}
.wed .container .wed-content:last-child .content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}
.wed .container .wed-figure {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    height: auto;
    padding-right: 10rem;
}
.diary .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    padding: 15rem 0 20rem;
}
.diary .container h1,
.diary .container h2,
.diary .container h3,
.diary .container h4,
.diary .container h5,
.diary .container h6 {
    color: #999e7e;
}
.diary .container .diary-bar {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: -8rem;
}
.diary .container .diary-bar figure {
    border-radius: 1rem;
}
.diary .container .diary-content {
    flex: 0 0 55%;
    max-width: 55%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
}
.diary .container .diary-content .diary-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}
.diary .container .diary-content .diary-list .diary-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4rem;
}
.diary .container .diary-content .diary-list .diary-item figure {
    width: 15rem;
    border-radius: 0.5rem;
}
.diary .container .diary-content .diary-list .diary-item .item-content {
    width: calc(100% - 19rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    color: #999e7e;
}
.diary .container .diary-content .diary-list .diary-item .item-content h4,
.diary .container .diary-content .diary-list .diary-item .item-content h5,
.diary .container .diary-content .diary-list .diary-item .item-content h6 {
    width: 60%;
}
.diary .container .diary-content .diary-list .diary-item .item-content p {
    color: #585a42;
}
.diary .container .diary-content .diary-list .diary-item .item-content .item-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.intro .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 7.5rem 0 12.5rem;
}
.intro .container .intro-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
}
.intro .container .intro-list figure {
    flex: 0 0 24%;
    max-width: 24%;
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.intro .container .intro-list figure div {
    border-radius: 1rem;
}
.intro .container .intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    text-align: center;
    max-width: 75%;
}
.intro .container .intro-content p {
    width: 50%;
}
.hov .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    padding: var(--padding);
    text-align: center;
}
.hov .container h3 span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
}
.hov .container h3 span span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
    transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
    cursor: pointer;
}
.hov .container h3 span span img {
    width: 0;
    height: 100%;
}
.hov .container h3 span span:hover {
    color: #585a42 !important;
}
.hov .container h5,
.hov .container a {
    color: #585a42;
}
.dual .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 5rem 0;
}
.dual .container .dual-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    overflow: hidden;
    min-height: 60rem;
    border-radius: 1rem;
}
.dual .container .dual-box .dual-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: cenrelativeter;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
}
.dual .container .dual-box .dual-content * {
    color: #fef9e3;
}
.dual .container .dual-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.content .container:not(.list-panel) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: var(--padding);
}
.content .container:not(.list-panel) .content-box:first-child {
    grid-column: 1/4;
}
.content .container:not(.list-panel) .content-box:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    grid-column: 3/4;
    margin-top: -2rem;
}
.content .container:not(.list-panel) .content-box:last-child .btns {
    width: 100%;
    justify-content: space-between;
}
.content .list-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    padding: 10rem 0 15rem;
}
.content .list-panel .list-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    padding-top: 5rem;
}
.content .list-panel .list-item:not(:last-child) {
    padding-bottom: 5rem;
}
.content .list-panel .list-item .item-box:first-child {
    grid-column: 1/3;
}
.content .list-panel .list-item .item-box:last-child {
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}
.full .container {
    padding: 2.5rem 0;
}
.full .container img {
    min-height: 40rem;
    border-radius: 1rem;
}
.include .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12.5rem;
    padding: 15rem 0;
    text-align: center;
}
.include .container .include-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
}
.include .container .include-list:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #585a42;
    pointer-events: none;
}
.include .container .include-list .include-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    padding: 10rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.include .container .include-list .include-item img {
    height: 6.5rem;
}
@media only screen and (max-width: 1024px) {
    .banner .embla .embla__container .embla__slide {
        padding: 7.5rem 2.5%;
    }
    .banner .container {
        padding: 7.5rem 0;
    }
    .info .container {
        padding: 10rem 0;
    }
    .info .container .header .header-box {
        grid-column: 1/4 !important;
    }
    .wed .container {
        padding: 10rem 0;
        gap: 5rem;
    }
    .wed .container .wed-content:first-child,
    .wed .container .wed-content:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .wed .container .wed-figure {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        padding-right: 0;
        max-width: 40rem;
    }
    .wed .container .wed-content:last-child {
        gap: 4rem;
    }
    .diary .container {
        padding: 15rem 0 10rem;
    }
    .diary .container .diary-content {
        flex: 0 0 60%;
        max-width: 60%;
        width: 100%;
        height: auto;
        gap: 5rem;
    }
    .diary .container .diary-content .diary-list .diary-item .item-content h4,
    .diary .container .diary-content .diary-list .diary-item .item-content h5,
    .diary .container .diary-content .diary-list .diary-item .item-content h6 {
        width: 100%;
    }
    .intro .container {
        padding: 2.5rem 0 10rem;
    }
    .hov .container h3 span {
        flex-wrap: wrap;
        text-align: center;
    }
    .hov .container h3 span span {
        width: auto;
        justify-content: center;
    }
    .dual .container .dual-box {
        min-height: 40rem;
    }
    .content .container:not(.list-panel) {
        gap: 2rem;
    }
    .content .container:not(.list-panel) .content-box:last-child {
        margin-top: 0;
    }
    .include .container {
        padding: 10rem 0;
        gap: 7.5rem;
    }
    .include .container .include-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
}
@media only screen and (max-width: 482px) {
    .info .container {
        padding: 7.5rem 0;
    }
    .wed .container .wed-figure {
        max-width: 100%;
    }
    .diary .container {
        padding: 8rem 0;
        flex-direction: column;
        gap: 6rem;
    }
    .diary .container .diary-bar {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-top: 0;
        gap: 2rem;
    }
    .diary .container .diary-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .diary .container .diary-content .diary-list {
        gap: 8rem;
    }
    .diary .container .diary-content .diary-list .diary-item {
        gap: 2rem;
    }
    .diary .container .diary-content .diary-list .diary-item figure {
        width: 100%;
    }
    .diary .container .diary-content .diary-list .diary-item .item-content {
        width: 100%;
        padding-bottom: 2rem;
    }
    .intro .container {
        gap: 6rem;
    }
    .intro .container .intro-list {
        row-gap: 2rem;
    }
    .intro .container .intro-list figure {
        flex: 0 0 48%;
        max-width: 48%;
        width: 100%;
        height: auto;
    }
    .intro .container .intro-list figure img {
        height: 20rem;
    }
    .intro .container .intro-content {
        max-width: 100%;
        gap: 3rem;
    }
    .intro .container .intro-content p {
        width: 90%;
    }
    .hov .container h3 span span {
        width: 100%;
        align-items: center;
    }
    .hov .container h3 span span img {
        height: 4rem;
    }
    .dual .container .dual-box {
        grid-column: 1/3;
    }
    .content .container {
        padding: 0 0 8rem;
    }
    .content .container:not(.list-panel) {
        padding: 8rem 0 5rem;
    }
    .content .container .content-box {
        grid-column: 1/4 !important;
    }
    .content .list-panel .list-item {
        gap: 3rem;
    }
    .content .list-panel .list-item .item-box {
        grid-column: 1/4 !important;
    }
    .full .container {
        padding: 0 0 2.5rem;
    }
    .full .container img {
        min-height: 25rem;
    }
    .include .container .include-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .include .container .include-list:after {
        display: none;
    }
    .include .container .include-list .include-item {
        padding: 7.5rem;
    }
    .banner .embla .embla__container .embla__slide .bg:has(.mobile-version) img:not(.mobile-version),
    .banner .embla .embla__container .embla__slide .bg:has(.mobile-version) video:not(.mobile-version) {
        display: none;
    }
    .banner .embla .embla__container .embla__slide .bg:has(.mobile-version) .mobile-version {
        display: block;
    }
}
.bedrooms .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20rem;
    padding: 20rem 12.5rem;
}
.bedrooms .container .bedrooms-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
}
.bedrooms .container .bedrooms-panel .panel-content {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem;
    padding-right: 10rem;
}
.bedrooms .container .bedrooms-panel .panel-content p {
    width: 85%;
}
.bedrooms .container .bedrooms-panel .panel-slider-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
}
.bedrooms .container .bedrooms-panel .panel-slider-wrapper .embla {
    width: 60%;
}
.bedrooms .container .bedrooms-panel .panel-slider-wrapper .embla .embla__container .embla__slide {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.bedrooms .container .bedrooms-panel .panel-slider-wrapper .embla .embla__container .embla__slide .slide-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    overflow: hidden;
    border-radius: 1rem;
}
.bedrooms .container .bedrooms-panel .panel-slider-wrapper .embla .embla__container .embla__slide .slide-image img {
    width: 100%;
    height: 60rem;
}
.bedrooms .container .bedrooms-panel:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.bedrooms .container .bedrooms-panel:nth-of-type(2n) .panel-content {
    padding-right: 0;
    padding-left: 16rem;
}
@media only screen and (max-width: 1024px) {
    .bedrooms .container {
        padding: 10rem 0;
    }
    .bedrooms .container .bedrooms-panel {
        gap: 6rem;
    }
    .bedrooms .container .bedrooms-panel .panel-content,
    .bedrooms .container .bedrooms-panel .panel-slider-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .bedrooms .container .bedrooms-panel .panel-content {
        padding: 0 !important;
        gap: 3rem;
    }
}
@media only screen and (max-width: 482px) {
    .bedrooms .container {
        padding: 8rem 0;
        gap: 7.5rem;
    }
    .bedrooms .container .bedrooms-panel {
        gap: 5rem;
    }
    .bedrooms .container .bedrooms-panel .panel-slider-wrapper {
        gap: 3rem;
    }
    .bedrooms .container .bedrooms-panel .panel-slider-wrapper .embla {
        width: 100%;
        order: 1;
    }
    .bedrooms .container .bedrooms-panel .panel-slider-wrapper button {
        order: 2;
    }
    .bedrooms .container .bedrooms-panel .panel-content p {
        width: 100%;
    }
}
.reviews .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15rem;
    padding: 15rem 0;
}
.reviews .container h2,
.reviews .container h3,
.reviews .container h4 {
    color: #999e7e;
}
.reviews .container .reviews-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.reviews .container .reviews-header .header-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}
.reviews .container .reviews-header .header-box:first-child {
    grid-column: 1/3 !important;
}
.reviews .container .reviews-header .header-box:last-child {
    grid-column: 3/4;
    padding-top: 4rem;
}
.reviews .container .embla .embla__container .embla__slide {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.reviews .container .embla .embla__container .embla__slide .slide-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    grid-column: 1/3;
}
.reviews .container .embla .embla__container .embla__slide .slide-box img {
    width: 40%;
    height: 60rem;
    border-radius: 1rem;
}
.reviews .container .embla .embla__container .embla__slide .slide-box img.image-square {
    height: 50rem;
}
.reviews .container .embla .embla__container .embla__slide .slide-content {
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}
.reviews .container .embla .embla__container .embla__slide .slide-content h4,
.reviews .container .embla .embla__container .embla__slide .slide-content h5,
.reviews .container .embla .embla__container .embla__slide .slide-content h6 {
    color: #585a42;
}
.reviews .container .embla .embla__container .embla__slide .slide-content .slide-footer {
    margin-top: 4rem;
}
.information .information-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15rem;
    position: relative;
    padding: 15rem;
    min-height: 60rem;
}
.information .information-panel .information-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.5rem;
    background: #fff;
    padding: 7.5rem 5rem;
    position: relative;
    z-index: 2;
}
.information .information-panel .information-box h2,
.information .information-panel .information-box h3,
.information .information-panel .information-box h4,
.information .information-panel .information-box h5 {
    color: #999e7e;
}
.information .information-panel:nth-of-type(2n) .information-box {
    grid-column: 2/3;
}
.voucher .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15rem;
    padding: 15rem 12.5rem;
}
.voucher .container .voucher-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.5rem;
    grid-column: 1/2;
    padding-right: 5rem;
}
.voucher .container .voucher-slider-wrapper {
    grid-column: 2/3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    padding-top: 15rem;
}
.voucher .container .voucher-slider-wrapper .embla {
    max-width: 57.5%;
}
.voucher .container .voucher-slider-wrapper .embla .embla__container .embla__slide {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.voucher .container .voucher-slider-wrapper .embla .embla__container .embla__slide img {
    width: 100%;
    height: 55rem;
    border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
    .reviews .container {
        padding: 10rem 0;
        gap: 8rem;
    }
    .reviews .container .embla .embla__container .embla__slide {
        gap: 5rem;
    }
    .reviews .container .embla .embla__container .embla__slide .slide-box,
    .reviews .container .embla .embla__container .embla__slide .slide-content {
        grid-column: 1/4;
    }
    .reviews .container .embla .embla__container .embla__slide .slide-content {
        gap: 2rem;
    }
    .information .information-panel .information-box {
        grid-column: 1/3 !important;
    }
    .voucher .container {
        padding: 10rem 0;
        gap: 6rem;
    }
    .voucher .container .voucher-content,
    .voucher .container .voucher-slider-wrapper {
        grid-column: 1/3 !important;
        padding-top: 0;
    }
}
@media only screen and (max-width: 482px) {
    .reviews .container {
        padding: 8rem 0;
    }
    .reviews .container .reviews-header {
        gap: 3rem;
    }
    .reviews .container .reviews-header .header-box {
        grid-column: 1/4 !important;
        padding-top: 0 !important;
        gap: 1.5rem;
    }
    .reviews .container .embla .embla__container .embla__slide .slide-box {
        gap: 3rem;
    }
    .reviews .container .embla .embla__container .embla__slide .slide-box img {
        width: 100%;
        order: 1;
    }
    .reviews .container .embla .embla__container .embla__slide .slide-box button {
        order: 2;
    }
    .information .information-panel {
        padding: 8rem 2.5rem;
        gap: 0;
        min-height: 40rem;
    }
    .information .information-panel .information-box {
        height: max-content;
    }
    .voucher .container .voucher-content {
        padding-right: 0;
        gap: 1.5rem;
    }
    .voucher .container .voucher-slider-wrapper {
        gap: 3rem;
    }
    .voucher .container .voucher-slider-wrapper .embla {
        max-width: 100%;
        order: 1;
    }
    .voucher .container .voucher-slider-wrapper button {
        order: 2;
    }
}
.list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}
.list-container .list-figure {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    position: sticky;
    top: 2rem;
}
.list-container .content-list {
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
}
.list-container .content-list .list-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    padding: 4rem 0;
}
.list-container .content-list .list-item:first-child {
    padding-top: 0;
}
.list-container .content-list .list-item .item-box:last-child {
    padding-left: 8rem;
}
.new-list-section {
    overflow: visible;
}
.new-list-section .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 15rem 0;
    overflow: visible;
}
.new-list-section .container .header .header-box:last-child {
    margin-top: 3.9rem;
}
.data-content .container .content-box:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
    grid-column: 1/3 !important;
}
.data-content .container .content-box:first-child img {
    width: 40rem;
    height: 30rem;
    border-radius: 0.5rem;
    align-self: center;
}
.data-content .container .content-box:last-child {
    grid-column: 3/4;
    padding-top: 10rem;
}
@media only screen and (max-width: 482px) {
    .data-content .container {
        gap: 4rem !important;
    }
    .data-content .container .content-box:first-child {
        gap: 3rem;
    }
    .data-content .container .content-box:first-child img {
        width: 100%;
        height: auto;
    }
    .data-content .container .content-box:last-child {
        padding-top: 0;
    }
    .new-list-section .container {
        padding: 10rem 0;
        gap: 5rem;
    }
    .list-container .list-figure {
        display: none;
    }
    .list-container .content-list {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .list-container .content-list .list-item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .list-container .content-list .list-item .item-box {
        padding-left: 0 !important;
    }
}
.news .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15rem;
    padding: var(--padding);
}
.news .container h1,
.news .container h2,
.news .container h3 {
    color: #999e7e;
}
.news .container .header {
    position: relative;
    z-index: 3;
}
.news .container .header .header-box .btns {
    gap: 2rem;
}
.news .container .header .header-box .btns a {
    margin-top: 0;
}
.news .container .news-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem;
}
.news .container .news-list .news-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4rem;
}
.news .container .news-list .news-item figure {
    flex: 0 0 22%;
    max-width: 22%;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    position: relative;
}
.news .container .news-list .news-item figure img {
    max-height: 35rem;
}
.news .container .news-list .news-item figure .tag {
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.news .container .news-list .news-item .news-content {
    flex: 0 0 73%;
    max-width: 73%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    padding-bottom: 2.5rem;
}
.news .container .news-list .news-item .news-content h4,
.news .container .news-list .news-item .news-content h5,
.news .container .news-list .news-item .news-content h6 {
    color: #999e7e;
}
.news .container .news-list .news-item .news-content h4,
.news .container .news-list .news-item .news-content h5,
.news .container .news-list .news-item .news-content h6,
.news .container .news-list .news-item .news-content p {
    width: 50%;
}
.news .container .news-list .news-item .news-content .item-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: auto;
}
.news .container .news-list .news-item .news-content .item-footer p {
    width: auto;
}
.news .container .load-btn {
    margin-left: calc(22% + 10rem);
    margin-top: -5rem;
}
@media only screen and (max-width: 1024px) {
    .news .container .news-list .news-item figure {
        height: max-content;
    }
}
@media only screen and (max-width: 482px) {
    .news .container {
        gap: 8rem;
    }
    .news .container .news-list .news-item .news-content,
    .news .container .news-list .news-item figure {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .news .container .news-list .news-item .news-content {
        gap: 2rem;
    }
    .news .container .news-list .news-item .news-content h5,
    .news .container .news-list .news-item .news-content h6,
    .news .container .news-list .news-item .news-content p {
        width: 100%;
    }
    .news .container .load-btn {
        margin-left: 0;
        align-self: center;
        margin-top: 0;
    }
}
.contact .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7.5rem;
    padding: 7.5rem 0;
}
.contact .container h1,
.contact .container h2,
.contact .container h3,
.contact .container h4,
.contact .container h5,
.contact .container h6 {
    color: #999e7e;
}
.contact .container .contact-figure {
    border-radius: 1rem;
}
.contact .container .header .header-box:last-child {
    padding-top: 5rem;
    gap: 1rem;
}
.contact .container .header .header-box:last-child a {
    font-family: Abel, sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-transform: none;
}
.contact .container .contact-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    border-top: 1px solid rgba(153, 158, 126, 0.5);
    padding-top: 5rem;
    margin-bottom: 5rem;
}
.contact .container .contact-panel .contact-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    grid-column: 1/3;
}
.contact .container .contact-panel .contact-bar iframe {
    width: 70%;
}
.contact .container .contact-panel .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    grid-column: 3/4;
}
.contact .container .contact-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    padding: 5rem 0 10rem;
    border-top: 1px solid rgba(153, 158, 126, 0.5);
}
.contact .container .contact-data .contact-data-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}
.contact .container .contact-data .contact-data-content label,
.contact .container .contact-data .contact-data-content .content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 60%;
}
.contact .container .contact-data .contact-form-wrapper form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
}
.contact .container .contact-data .contact-form-wrapper form textarea {
    grid-column: 1/3;
}
.contact .container .contact-data .contact-form-wrapper form input[type='submit'] {
    width: max-content;
}
.contact .container .contact-data .contact-form-wrapper form label {
    grid-column: 1/3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
}
.contact .container .contact-data .contact-form-wrapper form label input {
    margin-top: 0.5rem;
}
.contact.top .container {
    padding: 20rem 0 10rem;
}
@media only screen and (max-width: 1024px) {
    .contact.top .container {
        padding: 10rem 0;
    }
}
@media only screen and (max-width: 482px) {
    .contact .container {
        gap: 5rem;
        padding: 5rem 0;
    }
    .contact .container .header {
        gap: 3rem;
    }
    .contact .container .header .header-box {
        padding-top: 0 !important;
    }
    .contact .container figure img {
        min-height: 30rem;
    }
    .contact .container .contact-panel {
        margin-bottom: 0;
    }
    .contact .container .contact-panel .contact-bar,
    .contact .container .contact-panel .contact-content {
        grid-column: 1/4 !important;
    }
    .contact .container .contact-panel .contact-bar iframe {
        width: 100%;
        height: 30rem;
    }
    .contact .container .contact-data {
        padding: 5rem 0;
    }
    .contact .container .contact-data .contact-data-content,
    .contact .container .contact-data .contact-form-wrapper {
        grid-column: 1/4;
    }
    .contact .container .contact-data .contact-data-content .content-box {
        width: 100%;
    }
    .contact .container .contact-data .contact-form-wrapper form {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .contact .container .contact-data .contact-form-wrapper form label,
    .contact .container .contact-data .contact-form-wrapper form textarea {
        grid-column: 1/2;
    }
    .contact .container .contact-data .contact-form-wrapper form label {
        margin: 2rem 0;
    }
    .contact.top .container {
        padding: 10rem 0 5rem;
    }
}
.gallery-section .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12.5rem;
    padding: 20rem 0 15rem;
}
.gallery-section .container .gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}
.gallery-section .container .gallery figure {
    border-radius: 0.5rem;
    cursor: pointer;
}
.gallery-section .container .gallery figure.span-6 {
    grid-column: span 6;
}
.gallery-section .container .gallery figure.span-4 {
    grid-column: span 4;
}
.gallery-section .container .gallery figure.span-3 {
    grid-column: span 3;
}
@media only screen and (max-width: 1024px) {
    .gallery-section .container {
        padding: 7.5rem 0 10rem;
        gap: 6rem;
    }
    .gallery-section .container .gallery {
        gap: 1rem;
    }
}
@media only screen and (max-width: 482px) {
    .gallery-section .container {
        padding: 7.5rem 0;
        gap: 4rem;
    }
    .gallery-section .container .gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .gallery-section .container .gallery figure {
        grid-column: span 2 !important;
    }
}
.article .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 20rem 0 15rem;
}
.article .container .article-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.article .container .article-header .header-box:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7rem;
    grid-column: 1/3;
}
.article .container .article-header .header-box:first-child p {
    color: #999e7e;
}
.article .container .article-header .header-box:first-child .links {
    margin-top: auto;
}
.article .container .article-header .header-box:first-child .links p {
    margin-top: 0;
}
.article .container .article-header .header-box:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    grid-column: 3/4;
}
.article .container .article-header .header-box:last-child .links {
    margin-top: auto;
    gap: 4rem;
}
.article .container .article-header .header-box:last-child .links *:not(.tag-sm) {
    font-weight: 300;
}
.article .container .article-header .header-box .header-bar {
    max-width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}
.article .container .article-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.article .container .article-images img,
.article .container .article-figure {
    border-radius: 0.5rem;
}
.article .container .article-figure img {
    max-height: calc(var(--vh, 1vh) * 100 - 10rem);
}
.article .container .article-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem;
}
.article .container .article-list .article-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.article .container .article-list .article-item:not(:last-child) {
    padding-bottom: 5rem;
}
.article .container .article-list .article-item .article-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}
.article .container .article-list .article-item .article-box:first-child {
    grid-column: 1/3 !important;
}
.article .container .article-list .article-item .article-box:last-child {
    grid-column: 3/4;
}
.article .container .article-list .article-item:has(.article-item-inner) .article-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem;
    grid-column: 1/4;
}
.article .container .article-list .article-item:has(.article-item-inner) .article-item-inner .article-inner-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    border-bottom: 1px solid rgba(153, 158, 126, 0.25);
    padding-bottom: 3rem;
}
.article .container .article-list .article-item:has(.article-item-inner) .enquiry-btn {
    grid-column: 3/4;
    width: max-content;
}
.article:has(.list-container) {
    overflow: visible;
}
.article:has(.list-container) .container {
    overflow: visible;
}
@media only screen and (max-width: 1024px) {
    .article .container {
        padding: 10rem 0;
    }
    .article .container .article-header .header-box {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .article .container {
        padding: 10rem 0;
        gap: 7.5rem;
    }
    .article .container .article-header .header-box {
        grid-column: 1/4 !important;
    }
    .article .container .article-header .header-box:first-child {
        gap: 4rem;
    }
    .article .container .article-header .header-box:first-child p {
        margin-top: -1rem;
    }
    .article .container .article-header .header-box:last-child {
        gap: 2rem;
    }
    .article .container .article-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .article .container .article-list .article-item {
        gap: 3rem;
    }
    .article .container .article-list .article-item .article-box:first-child,
    .article .container .article-list .article-item .article-box:last-child {
        grid-column: 1/4 !important;
    }
}
.table-section {
    background: #eae9e1;
    color: #585a42;
}
.table-section .container {
    padding: var(--padding);
}
.table-section .container table thead tr {
    text-align: left;
    position: relative;
}
.table-section .container table thead tr th {
    padding: 2rem 0 1.5rem;
}
.table-section .container table thead tr:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-top: 1px solid rgba(88, 90, 66, 0.5);
    border-bottom: 1px solid rgba(88, 90, 66, 0.5);
}
.table-section .container table tbody tr {
    position: relative;
}
.table-section .container table tbody tr td {
    padding: 1.5rem 0;
    position: relative;
}
.table-section .container table tbody tr td span {
    position: relative;
    margin-right: 1rem;
}
.table-section .container table tbody tr td span:after {
    content: '';
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    pointer-events: none;
}
.table-section .container table tbody tr td .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    width: 3rem;
    height: 3rem;
    color: #585a42;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
}
.table-section .container table tbody tr td .icon .divider {
    position: absolute;
    width: 50%;
    height: 1px;
    background: currentColor;
}
.table-section .container table tbody tr td .icon .divider:last-child {
    transform: rotate(90deg);
}
.table-section .container table tbody tr.expanded td .icon .divider:last-child {
    display: none;
}
.table-section .container table tbody tr:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-bottom: 1px solid rgba(88, 90, 66, 0.5);
}
@media only screen and (max-width: 1024px) {
    .table-section .container table thead tr th:not(:first-child) {
        display: none;
    }
    .table-section .container table tbody tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0;
        gap: 1rem;
        padding: 3rem 0;
    }
    .table-section .container table tbody tr td {
        padding: 0;
        font-size: 2rem;
    }
    .table-section .container table tbody tr td:first-child {
        width: 100%;
        font-size: 2.4rem;
        padding-right: 7.5rem;
    }
    .table-section .container table tbody tr td:first-child .icon {
        opacity: 1;
    }
    .table-section .container table tbody tr td:not(:first-child) {
        display: none;
    }
    .table-section .container table tbody tr.expanded td:not(:first-child) {
        display: flex;
    }
}
.terms .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem;
    padding: 10rem 0;
}
.terms .container .terms-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 70%;
}
.terms .container .terms-content .content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
}
@media only screen and (max-width: 482px) {
    .terms .container .terms-content {
        max-width: 100%;
    }
}
