* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #1A1817;
}

@media only screen and (max-width : 1600px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        font-size: 14px;
    }
}

body:not(.home) {
    padding-top: 96px;
}

@media only screen and (max-width : 1200px) {
    body:not(.home) {
        padding-top: 72px;
    } 
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

figure {
    margin: 0;
}

hr {
    border-top: 1px solid #CCCCCC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "finalsix", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 40px;
}

@media only screen and (max-width : 1600px) {
    h1 {
        font-size: 32x;
    } 
}

@media only screen and (max-width : 1200px) {
    h1 {
        font-size: 28px;
    } 
}

h2 {
    font-size: 32px;
}

@media only screen and (max-width : 1600px) {
    h2 {
        font-size: 28px;
    } 
}

@media only screen and (max-width : 1200px) {
    h2 {
        font-size: 24px;
    } 
}

h3 {
    font-size: 28px;
}

@media only screen and (max-width : 1600px) {
    h3 {
        font-size: 24px;
    } 
}

@media only screen and (max-width : 1200px) {
    h3 {
        font-size: 20px;
    } 
}

h4 {
    font-size: 24px;
}

@media only screen and (max-width : 1600px) {
    h4 {
        font-size: 20px;
    } 
}

@media only screen and (max-width : 1200px) {
    h4 {
        font-size: 18px;
    } 
}

h5 {
    font-size: 20px;
}

@media only screen and (max-width : 1600px) {
    h5 {
        font-size: 18px;
    } 
}

@media only screen and (max-width : 1200px) {
    h5 {
        font-size: 16px;
    } 
}

h6 {
    font-size: 18px;
}

@media only screen and (max-width : 1600px) {
    h6 {
        font-size: 16px;
    } 
}

@media only screen and (max-width : 1200px) {
    h6 {
        font-size: 14px;
    } 
}

.section__pt {
    padding-top: 96px;
}

@media only screen and (max-width : 768px) {
    .section__pt {
        padding-top: 64px;
    } 
}

.section__pb {
    padding-bottom: 96px;
}

@media only screen and (max-width : 768px) {
    .section__pb {
        padding-bottom: 64px;
    } 
}

.container-fluid,
.container,
.hero .hero__caption,
.banner .banner__caption {
    padding: 0 32px;
}

@media only screen and (max-width : 768px) {
    .container-fluid,
    .container,
    .hero .hero__caption,
    .banner .banner__caption {
        padding: 0 16px;
    } 
}

.container,
.banner .banner__caption {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width : 1600px) {
    .container,
    .banner .banner__caption {
        max-width: 1200px;
    }
}

.section__inner {
    width: 66.6667%;
    margin: 0 auto;
}

.section__row:not(:last-child) {
    margin-bottom: 64px;
}

@media only screen and (max-width : 768px) {
    .section__row:not(:last-child) {
        margin-bottom: 32px;
    } 
}

.section__desc > *:not(:last-child),
.section__desc > div > *:not(:last-child) {
    margin-bottom: 32px;
}

@media only screen and (max-width : 768px) {
    .section__desc > *:not(:last-child),
    .section__desc > div > *:not(:last-child) {
        margin-bottom: 16px;
    } 
}

.section__desc ul,
.section__desc ol {
    padding-left: 16px;
}

.section__desc ol.blue {
    padding-left: 0;
    list-style-type: none;
}

.section__desc ol.blue > li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section__desc ol.blue > li:not(:last-child) {
    margin-bottom: 24px;
}

.section__desc ol.blue > li > strong {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    background-color: #9E5C43;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: "finalsix", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

@media only screen and (max-width : 1600px) {
    .section__desc ol.blue > li > strong {
        font-size: 20px;

    } 
}

@media only screen and (max-width : 1200px) {
    .section__desc ol.blue > li > strong {
        font-size: 18px;
    } 
}

.section__desc iframe {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
}

.section__desc a {
    color: #1A1817;
    text-decoration: underline;
}

.section__desc a:hover {
    color: #9E5C43;
    text-decoration: underline;
}

.section__desc table {
    border-collapse: collapse;
    width: 100%;
}

.section__desc table thead td {
    background: #9E5C43 !important;
    color: #fff;
    font-weight: 700;
}

.section__desc table th,
.section__desc table td {
    padding: 16px;
}

.section__desc table tr:nth-child(1n + 0) th,
.section__desc table tr:nth-child(1n + 0) td {
    background-color: #fff;
}

.section__desc table tr:nth-child(2n + 0) th,
.section__desc table tr:nth-child(2n + 0) td {
    background-color: #F3F3F3;
}

.section__desc table th:first-child,
.section__desc table td:first-child {
    text-align: left;
}

.section__desc table th:last-child,
.section__desc table td:last-child {
    text-align: left;
}

.section__btn {
    padding: 12px 24px;
    display: inline-flex;
    font-family: "finalsix", sans-serif;
    font-weight: 500;
    border-radius: 24px;
    text-transform: lowercase;
}

.section__btn--primary {
    color: #fff;
    background: linear-gradient(90deg, #C6978E 0%, #9E5C43 100%);
}

.section__btn--primary:hover {
    background: #C6978E;
    color: #fff;
}

.section__btn--secondary {
    background-color: transparent;
    border: 3px solid #C6978E;
    padding: 9px 24px;
}

.section__btn--secondary:hover {
    background-color: #C6978E;
    color: #fff; 
}

.section__btn--secondary.section__btn--light {
    color: #fff;
}

.section__btn--secondary.section__btn--white {
    border: 3px solid #fff;
    color: #fff;
}

.section__btn--secondary.section__btn--white:hover {
    background-color: #fff;
    color: #9E5B42;
}

.section__btn--center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    transition: all .5s;
}

@media only screen and (max-width : 1200px) {
    .header {
        padding: 16px 0;
    }
}

.header.scroll {
    transform: translateY(-100%);
}

body.home .header.active,
body:not(.home) .header {
    background-color: #fff;
}

.header .header__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

@media only screen and (max-width : 1200px) {
    .header .header__column:nth-child(2) {
        display: none;
    }
}

.header .header__column:last-child {
    display: none;
}

@media only screen and (max-width : 1200px) {
    .header .header__column:last-child {
        display: block;
    } 
}

.header .header__logo > img {
    height: 40px;
}

body.home .header .header__logo > img.header__logo--dark {
    display: none;
}

body.home .header.active .header__logo > img.header__logo--dark {
    display: block;
}

body:not(.home) .header .header__logo > img.header__logo--light {
    display: none;
}

body.home .header.active .header__logo > img.header__logo--light {
    display: none;
}

.header .header__items {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header .header__menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 32px;
}

.header .header__menu > li > a {
    display: block;
    font-family: "finalsix", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: lowercase;
    padding: 44px 0;
    transition: all .5s;
}

.header .sub-menu > li > a {
    transition: all .5s;
}

.header .header__menu > li:hover:not(.section__btn) > a,
.header .header__menu > li.current-menu-item:not(.section__btn) > a,
.header .header__menu > li.current_page_item:not(.section__btn) > a,
.header .header__menu > li.current-page-ancestor:not(.section__btn) > a,
.header .header__menu > li.current-menu-ancestor:not(.section__btn) > a,
.header .header__menu > li.current_page_parent:not(.section__btn) > a,
.header .header__menu > li.current_page_ancestor:not(.section__btn) > a {
    color: #9E5C43!important;
}

.header .sub-menu > li:hover:not(.section__btn) > a,
.header .sub-menu > li.current-menu-item:not(.section__btn) > a,
.header .sub-menu > li.current_page_item:not(.section__btn) > a,
.header .sub-menu > li.current-page-ancestor:not(.section__btn) > a,
.header .sub-menu > li.current-menu-ancestor:not(.section__btn) > a,
.header .sub-menu > li.current_page_parent:not(.section__btn) > a,
.header .sub-menu > li.current_page_ancestor:not(.section__btn) > a {
    color: #9E5C43!important;
}

body.home .header.active .header__menu > li:not(.section__btn) > a,
body:not(.home) .header .header__menu > li:not(.section__btn) > a {
    color: #1A1817;
}

.header .header__menu .sub-menu {
    list-style-type: none;
}

.header .header__menu .sub-menu li:not(:last-child) {
    margin-bottom: 16px;
}

.header .header__menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0;
    z-index: 400;
    display: none;
    background-color: #fff;
    padding: 32px;
    text-transform: lowercase;
}

.header .header__menu > li:hover > .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.header .header__menu > li > .sub-menu > li:first-child {
    width: 33.3333%;
}

.header .header__menu > li > .sub-menu > li:last-child {
    width: 66.6667%;
}

.header .header__menu > li > .sub-menu > li > .sub-menu {
    margin-top: 16px;
}

.header .header__menu > li > .sub-menu > li > a {
    color: #9E5C43;
}

.header .header__menu > li > .sub-menu > li:last-child > .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.header .header__menu > li > .sub-menu > li:last-child > .sub-menu > li {
    width: 50%;
}

.header .header__hamburger .line {
	width: 32px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 10px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.active .header__hamburger .line,
body:not(.home) .header .header__hamburger .line {
	background-color: #1A1817;
}

.header .header__hamburger .line:first-child,
.header .header__hamburger .line:last-child {
	width: 20px;
}

.header .header__hamburger .line:first-child {
	margin-top: 0;
}

.header .header__hamburger .line:last-child {
	margin-bottom: 0;
}

.header .header__hamburger:hover {
	cursor: pointer;
}

.header .header__hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	-o-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
	width: 32px;
}

.header .header__hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

.header .header__hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	-ms-transform: translateY(-12px) rotate(-45deg);
	-o-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
	width: 32px;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 72px;
	left: 0;
	width: 100%;
	background-color: #9E5C43;
	padding: 16px 0;
	text-align: right;
	max-height: calc(100vh - 72px);
	overflow-y: scroll;
	z-index: 400;
}

.menu-mobile .menu-mobile__nav ul {
	list-style-type: none;
}

.menu-mobile .menu-mobile__nav li {
    position: relative;
}

.menu-mobile .menu-mobile__nav a {
	color: #fff;
	display: block;
	padding: 16px 0;
	position: relative;
	font-family: "finalsix", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: lowercase;
}

.menu-mobile .menu-mobile__nav li:hover>a,
.menu-mobile .menu-mobile__nav li.current_page_item>a,
.menu-mobile .menu-mobile__nav li.current-menu-item>a,
.menu-mobile .menu-mobile__nav li.current_page_ancestor>a,
.menu-mobile .menu-mobile__nav li.current_page_ancestor>a,
.menu-mobile .menu-mobile__nav li.current-menu-ancestor>a,
.menu-mobile .menu-mobile__nav li.current-menu-ancestor>a {
	text-decoration: underline;
}

.menu-mobile .menu-mobile__nav li:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}

.menu-mobile .menu-mobile__nav .menu>li:last-child::after {
	display: none;
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > span {
    position: absolute;
    top: 18.5px;
    transform: rotate(90deg);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url('../img/bx-chevron-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0%) invert(100%);
    transition: all .5s;
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > span.active {
    transform: rotate(270deg); 
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > a {
    margin-right: 32px;
}

.menu-mobile .menu-mobile__nav .sub-menu {
    display: none;
    border-top: 1px solid rgba(0,0,0, .1);
}

.menu-side {
    display: inline-block;
    background-color: #9E5C43;
    padding: 128px 32px 64px 32px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    transition: all .5s;
    transform: translateX(100%);
}

@media only screen and (max-width : 1200px) {
    .menu-side {
        display: none;
    }
}

.menu-side.active {
    transform: translateX(0%);
}

.menu-side .menu-side__close {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 100;
    cursor: pointer;
}

.menu-side .menu-side__nav ul {
    list-style-type: none;
}

.menu-side .menu-side__nav li:not(:last-child) {
    margin-bottom: 16px;
}

.menu-side .menu-side__nav a {
    font-family: "finalsix", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: lowercase;
}

.menu-side .menu-side__socials {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.hero .hero__img {
    position: relative;
}

.hero .hero__img > img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width : 1200px) {
    .hero .hero__img > img {
        height: 240px;
    }
}

.hero .hero__caption {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 100;
}

@media only screen and (max-width : 1200px) {
    .hero .hero__caption {
        position: relative;
        bottom: 0;
        padding: 96px 32px;
        color: inherit;
    }
}

@media only screen and (max-width : 768px) {
    .hero .hero__caption {
        padding: 64px 16px;
    }
}

.hero .hero__row {
    width: 50%;
}

@media only screen and (max-width : 1200px) {
    .hero .hero__row {
        width: 100%;
    }
}

.hero .hero__row:not(:last-child) {
    margin-bottom: 32px;
}

.hero .hero__header {
    font-family: "finalsix", sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 1.2;
}

@media only screen and (max-width : 1600px) {
    .hero .hero__header {
        font-size: 64px;
    }
}

@media only screen and (max-width : 1200px) {
    .hero .hero__header {
        font-size: 48px;
    }

    .hero .section__btn--secondary.section__btn--light {
        color: #1A1817;
    }

    .hero .section__btn--secondary.section__btn--light:hover {
        color: #fff;
    }
}

@media only screen and (max-width : 768px) {
    .hero .hero__header {
        font-size: 32px;
    }
}

@media only screen and (max-width : 576px) {
    .hero .hero__header {
        font-size: 24px;
    }
}

.hero .hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.hero .hero__disclaimer {
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    right: 32px;
    bottom: 64px;
    z-index: 100;
    width: 400px;
}

@media only screen and (max-width : 1200px) {
    .hero .hero__disclaimer {
        position: relative;
        right: 0;
        bottom: 0;
        padding: 0 32px;
    }
}

@media only screen and (max-width : 768px) {
    .hero .hero__disclaimer {
        padding: 0 16px;
    }
}

.hero .hero__disclaimer > * {
    width: 100%;
}

.hero .hero__disclaimer .section__btn {
    margin-top: 16px;
}

.banner .banner__img {
    position: relative;
}

.banner .banner__img > img {
    width: 100%;
    aspect-ratio: 1920/300;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width : 768px) {
    .banner .banner__img > img {
        aspect-ratio: inherit;
        height: 160px;
    }
}

.banner .banner__caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}

.products .products__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.products .products__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.products .products__box {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 768px) {
    .products .products__box {
        width: 50%;
    }
}

@media only screen and (max-width : 576px) {
    .products .products__box {
        width: 100%;
    }
}

.products .products__img {
    background-color: #F3F3F3;
    border-radius: 16px;
    padding: 32px 32px 64px;
}

.products .products__img > a {
    display: block;
    overflow: hidden;
}

.products .products__img > a,
.products .products__row:not(:last-child) {
    margin-bottom: 32px;
}

.products .products__img > a {
    border-radius: 16px;
    display: block;
    overflow: hidden;
}

.products .products__img > a > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.products .products__btn {
    display: inline-flex;
    background-color: transparent;
    border: 3px solid #C6978E;
    padding: 9px 24px;
    border-radius: 24px;
}

.products .products__btn:hover {
    background-color: #C6978E;
}

.products .products__btn:hover img {
    filter: brightness(0%) invert(100%);
}

.categories {
    color: #fff;
}

.categories .categories__row:not(:last-child) {
    margin-bottom: 32px;
}

ul.tabs {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid #FFFFFF80;
}

ul.tabs li {
    cursor: pointer;
    padding-bottom: 16px;
    position: relative;
}

ul.tabs li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    z-index: 100;
    border-bottom: 3px solid;
    border-image-source: linear-gradient(90deg, #C6978E 0%, #9E5C43 100%);
    border-image-slice: 1;
    opacity: 0;
    transition: all .5s;
}

ul.tabs li.current::before {
    opacity: 1;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.icons .icons__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.icons .icons__box {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 768px) {
    .icons .icons__box {
        width: 50%;
    }
}

@media only screen and (max-width : 576px) {
    .icons .icons__box {
        width: 100%;
    }
}

.icons .icons__img {
    display: flex;
    align-items: center;
    gap: 32px;
}

.why-us {
    color: #fff;
    text-align: center;
}

.why-us .why-us__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.why-us .why-us__box {
    width: 33.3333%;
    padding: 16px;
    position: relative;
}

@media only screen and (max-width : 768px) {
    .why-us .why-us__box {
        width: 50%;
    }
}

@media only screen and (max-width : 576px) {
    .why-us .why-us__box {
        width: 100%;
    }
}

.why-us .why-us__box:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 16px;
    border-right: 1px solid #fff;
}

@media only screen and (max-width : 768px) {
    .why-us .why-us__box:not(:last-child)::before {
        display: none;
    }
}

.why-us .why-us__row:not(:last-child) {
    margin-bottom: 16px;
}

.full-width .full-width__img > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.fifty-fifty .fifty-fifty__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -32px;
}

.fifty-fifty .fifty-fifty__column {
    width: 50%;
    padding: 32px;
}

@media only screen and (max-width : 768px) {
    .fifty-fifty .fifty-fifty__column {
        width: 100%;
    }
}

.fifty-fifty__reverse .fifty-fifty__column:first-child {
    order: 2;
}

@media only screen and (max-width : 768px) {
    .fifty-fifty__reverse .fifty-fifty__column:first-child {
        order: 1;
    } 

    .fifty-fifty__products .fifty-fifty__column:first-child {
        order: 2;
    } 
}

.fifty-fifty__reverse .fifty-fifty__column:last-child {
    order: 1;
}

@media only screen and (max-width : 768px) {
    .fifty-fifty__reverse .fifty-fifty__column:last-child {
        order: 2;
    }

    .fifty-fifty__products .fifty-fifty__column:last-child {
        order: 1;
    }
}

.fifty-fifty .fifty-fifty__row:not(:last-child) {
    margin-bottom: 32px;
}

.fifty-fifty .fifty-fifty__img > img,
.fifty-fifty .fifty-fifty__img > a > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.fifty-fifty .fifty-fifty__img > a {
    border-radius: 16px;
    overflow: hidden;
    display: block;
}

.blog .blog__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.blog .blog__box {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 768px) {
    .blog .blog__box {
        width: 50%;
    }
}

@media only screen and (max-width : 576px) {
    .blog .blog__box {
        width: 100%;
    }
}

.blog .blog__img > a {
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
}

.blog .blog__img > a > img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.blog .blog__row:not(:last-child) {
    margin-bottom: 32px;
}

.blog .blog__title {
    color: #9E5C43;
}

.call-to-action {
    background-color: #0090D0;
    color: #fff;
    position: relative;
}

.call-to-action .call-to-action__row:not(:last-child) {
    margin-bottom: 32px;
}

.call-to-action .call-to-action__columns {
    display: flex;
}

.call-to-action .call-to-action__column {
    width: 50%;
}

@media only screen and (max-width : 768px) {
    .call-to-action .call-to-action__column {
        width: 100%;
    }
}

.call-to-action .call-to-action__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50% - 96px);
    height: 100%;
}

@media only screen and (max-width : 768px) {
    .call-to-action .call-to-action__img {
        width: 100%;
        position: relative;
        top: 64px;
    }
}

.call-to-action .call-to-action__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-us {
    border-top: 1px solid #1A181733;
}

.contact-us .section__title {
    text-align: center;
}

[data-accordion] {
    line-height: 1.5;
    width: 66.6667%;
}

[data-control],
[data-content] > * {
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

[data-accordion] > [data-control]:after {
    display: none;
}

.accordion__icon {
    position: relative;
}

.accordion__icon > img {
    transition: all .5s;
}

.accordion__icon > img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

[data-accordion].open .accordion__icon > img:first-child {
    opacity: 0;
    visibility: hidden;
}

[data-accordion].open .accordion__icon > img:last-child {
    opacity: 1;
    visibility: visible;
}

.accordion__desc > *:not(:last-child) {
    margin-bottom: 16px;
}

.wpcf7-form {
    color: #1A1817;
    width: 66.6667%;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}

@media only screen and (max-width : 768px) {
    .wpcf7-form {
        width: 100%;
    }
}

.wpcf7-form > *:not(:last-child) {
    margin-bottom: 16px;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea,
.wpcf7-select {
    width: 100%;
    background-color: transparent;
    display: block;
    padding: 8px 0 16px 0;
    border-bottom: 1px solid #9E5C43;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1A1817;
    border-radius: 0;
}

.wpcf7-select {
    padding: 0 0 8px 0 !important;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-email.wpcf7-not-valid,
.wpcf7-tel.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
    border-bottom: 1px solid red;
}

.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder,
.wpcf7-textarea::placeholder {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1A1817;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 4px;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}

.wpcf7-file {
    margin-top: 16px;
}

.wpcf7-checkbox > * {
    width: 100%;
}

.wpcf7-acceptance {
    font-size: 16px;
    display: block;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}

.wpcf7-acceptance.wpcf7-not-valid {
    padding: 16px;
    border: 1px solid red;
}

.wpcf7-list-item {
    margin: 0!important;
}

.wpcf7-list-item > label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.wpcf7-list-item > label > input {
    position: relative;
    top: 6px;
}

.wpcf7-submit {
    padding: 12px 24px!important;
    display: inline-flex!important;
    font-family: "finalsix", sans-serif!important;
    font-weight: 500!important;
    border-radius: 24px!important;
    font-size: 18px!important;
    text-transform: lowercase!important;
    color: #fff!important;
    background: linear-gradient(90deg, #C6978E 0%, #9E5C43 100%)!important;
    margin-top: 16px!important;
    line-height: 1.5!important;
}

.wpcf7-submit:hover {
    cursor: pointer!important;
    background: #C6978E!important;
}

.wpcf7-response-output {
    padding: 16px!important;
    margin: 0!important;
    font-size: 12px!important;
}

.wpcf7-not-valid-tip {
    font-size: 12px!important;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.page-numbers.prev,
.page-numbers.next {
    font-size: 0;
    background-image: url('../img/chevron-right.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.page-numbers.current {
    color: #9E5C43;
    font-weight: 700;
}

.page-numbers.prev {
    transform: rotate(180deg);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.slick-dots li {
    width: 16px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: #9E5C43;
    cursor: pointer;
    border-radius: 5px;
}

.slick-dots li.slick-active {
    width: 24px;
    background: linear-gradient(90deg, #C6978E 0%, #9E5C43 100%);
}

.slick-dots li button {
    display: none;
}

.hot-menu {
    background-color: #1A1817;
    color: #fff;
    border-bottom: 1px solid #FFFFFF33;
}

@media only screen and (max-width : 1200px) {
    .hot-menu {
        text-align: center;
    }

    .hot-menu .hot-menu__logo > img {
        margin: 0 auto;
    }
}

.hot-menu a:hover {
    text-decoration: underline;
}

.hot-menu .hot-menu__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.hot-menu .hot-menu__column {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 1200px) {
    .hot-menu .hot-menu__column {
        width: 100%;
    }
}

.hot-menu .hot-menu__row:not(:last-child) {
    margin-bottom: 32px;
}

.hot-menu .hot-menu__row > *:not(:last-child) {
    margin-bottom: 8px;
}

.hot-menu .hot-menu__desc > *:not(:last-child) {
    margin-bottom: 16px;
}

.hot-menu .hot-menu__header {
    color: #C6978E;
    text-transform: lowercase;
}

.hot-menu .hot-menu__nav ul {
    list-style-type: none;
}

.hot-menu .hot-menu__nav li:not(:last-child) {
    margin-bottom: 8px;
}

.hot-menu .hot-menu__nav a {
   text-transform: lowercase; 
}

.hot-menu .hot-menu__socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media only screen and (max-width : 1200px) {
    .hot-menu .hot-menu__socials {
        justify-content: center;
    }
}

.footer {
    padding: 32px 0;
    font-size: 14px;
    background-color: #1A1817;
    color: #fff;
}

@media only screen and (max-width : 768px) {
    .footer {
        padding: 16px 0;
        font-size: 12px;
    }
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

@media only screen and (max-width : 768px) {
    .footer .footer__columns {
        flex-wrap: wrap;
        gap: 8px;
    }

    .footer .footer__column {
        width: 100%;
        text-align: center;
    }
}

.three {
    border-top: 1px solid #1A181733;
}

.three .three__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.three .three__column {
    width: 33.3333%;
    padding: 16px;
}

@media only screen and (max-width : 768px) {
    .three .three__column {
        width: 50%;
    }
}

@media only screen and (max-width : 576px) {
    .three .three__column {
        width: 100%;
    }
}

.three .three__img > img {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    margin-bottom: 32px;
}

.three .three__caption {
    text-align: center;
}

.three .three__caption > *:not(:last-child) {
    margin-bottom: 16px;
}

/* Dodał Michał */
.checkbox-grid p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    margin-bottom: 20px;
}

.checkbox-grid .wpcf7-list-item {
    margin: 0 !important;
}

.checkbox-grid .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-grid .wpcf7-list-item > label > input{
	top: 0;
}

/* Label dla sekcji checkboxów */
.checkbox-label {
    margin-bottom: 10px;
    font-weight: 600;
}

/* Responsywność - jedna kolumna na mobile */
@media (max-width: 768px) {
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
}
/* Dodał Michał */

/*

.about-us .about-us__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.about-us .about-us__column {
    padding: 16px;
}

.about-us .about-us__column:first-child {
    width: 33.3333%;
}

.about-us .about-us__column:last-child {
    width: 66.6667%;
}

.about-us .about-us__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.about-us .about-us__box {
    width: 33.3333%;
    padding: 16px;
}

.about-us .about-us__header {
    text-align: center;
    position: relative;
    border-right: 2px solid #EBD7A5;
}

.about-us .about-us__box:last-child .about-us__header {
    border-right: 0;
}

.about-us .about-us__title {
    color: #74452F;
    text-align: center;
}

.about-us .about-us__carousel {
    display: flex;
    margin: -16px;
}

.about-us .about-us__item {
    width: 25%;
    padding: 16px;
}

.about-us .about-us__icon {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #EBD7A54D;
    margin: 0 auto;
    position: relative;
}

.about-us .about-us__icon::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 16px);
    width: 2px;
    height: 96px;
    background-color: #7C6B5380;
}

.about-us .about-us__row:not(:last-child) {
    margin-bottom: 96px;
}

.about-us .about-us__caption {
    text-align: center;
}

.houses-for-sale {
    background-color: #1A1817;
    color: #fff;
}

.houses-for-sale .houses-for-sale__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -32px;
}

.houses-for-sale .houses-for-sale__column {
    width: 50%;
    padding: 32px;
}

.houses-for-sale .houses-for-sale__column:last-child .houses-for-sale__img > img {
    margin: 0 auto;
}

.houses-for-sale .section__title {
    color: #EBD7A5;
}

.fifty-fifty .fifty-fifty__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -32px;
}

.fifty-fifty .fifty-fifty__column {
    width: 50%;
    padding: 32px;
}

@media only screen and (max-width : 768px) {
    .fifty-fifty .fifty-fifty__column {
        width: 100%;
    }
}

.fifty-fifty__reverse .fifty-fifty__column:first-child {
    order: 2;
}

.fifty-fifty__reverse .fifty-fifty__column:last-child {
    order: 1;
}

.fifty-fifty .fifty-fifty__img > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.call-to-action {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 192px 0;
}

.call-to-action .section__title {
    color: #EBD7A5;
}

.contact-us {
    background-color: #1A1817;
    color: #fff;
    position: relative;
}

.contact-us::before {
    content: '';
    position: absolute;
    left: calc((100% - 1376px) / 2);
    right: calc((100% - 1376px) / 2);
    bottom: 0;
    border-bottom: 1px solid #EBD7A580;
}

@media only screen and (max-width : 1600px) {
   .contact-us::before {
        left: calc((100% - 1136px) / 2);
        right: calc((100% - 1136px) / 2);
    }
}

@media only screen and (max-width : 1200px) {
   .contact-us::before {
        left: 32px;
        right: 32px;
    }
}

@media only screen and (max-width : 768px) {
   .contact-us::before {
        left: 16px;
        right: 16px;
    }
}

.contact-us .contact-us__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -32px;
}

@media only screen and (max-width : 768px) {
    .contact-us .contact-us__columns {
        margin: -16px;
    }
}

.contact-us .contact-us__column {
    width: 50%;
    padding: 32px;
}

@media only screen and (max-width : 768px) {
    .contact-us .contact-us__column {
        width: 100%;
        padding: 16px;
    }
}

.contact-us .section__title {
    color: #EBD7A5;
}

.contact-us .contact-us__header > h3 > a:hover {
    text-decoration: underline;
}

.contact-us .contact-us__form {
    background-color: #fff;
    padding: 32px;
}

.contact-us .contact-us__details > *:not(:last-child) {
    margin-bottom: 32px;
}

.contact-us .contact-us__detail {
    display: flex;
    align-items: center;
    gap: 64px;
}

.contact-us__icon {
    position: relative;
}

.contact-us__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(100%, -50%);
    width: 64px;
    height: 1px;
    background-color: #7C6B53;
}

.contact-us .contact-us__socials {
    display: flex;
    align-items: center;
    gap: 32px;
}

.contact-us .contact-us__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
}

.hot-menu {
    background-color: #1A1817;
    color: #fff;
}

.hot-menu .hot-menu__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.hot-menu .hot-menu__column {
    width: 33.3333%;
    padding: 16px;
}

.hot-menu .hot-menu__row:not(:last-child) {
    margin-bottom: 32px;
}

.hot-menu .hot-menu__title {
    color: #EBD7A5;
}

.hot-menu .hot-menu__nav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: -8px -16px;
}

.hot-menu .hot-menu__nav li {
    width: 50%;
    padding: 8px 16px;
}

.footer {
    padding: 32px 0;
    font-size: 14px;
    background-color: #EBD7A5;
}

@media only screen and (max-width : 768px) {
    .footer {
        padding: 16px 0;
        font-size: 12px;
    }
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

@media only screen and (max-width : 768px) {
    .footer .footer__columns {
        flex-wrap: wrap;
        gap: 8px;
    }

    .footer .footer__column {
        width: 100%;
        text-align: center;
    }
}

.wpcf7-form {
    color: #111;
}

.wpcf7-form > *:not(:last-child) {
    margin-bottom: 16px;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea {
    width: 100%;
    background-color: transparent;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #7C6B5399;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1A1817;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-email.wpcf7-not-valid,
.wpcf7-tel.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
    border-bottom: 1px solid red;
}

.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder,
.wpcf7-textarea::placeholder {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1A1817;
}

.wpcf7-acceptance {
    font-size: 12px;
    display: block;
}

.wpcf7-acceptance.wpcf7-not-valid {
    padding: 16px;
    border: 1px solid red;
}

.wpcf7-list-item {
    margin: 0!important;
}

.wpcf7-list-item > label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.wpcf7-list-item > label > input {
    position: relative;
    top: 4px;
}

.wpcf7-submit {
    padding: 16px 32px!important;
    display: inline-flex!important;
    font-family: "Saira Condensed", sans-serif!important;
    font-weight: 600!important;
    font-size: 18px!important;
    transition: all .5s!important;
    border-radius: 30px!important;
    text-transform: uppercase!important;
    gap: 16px!important;
    background-color: #EBD7A5!important;
    color: #29282D!important;
    margin-top: 16px!important;
    line-height: 1.5!important;
}

.wpcf7-submit:hover {
    cursor: pointer!important;
}

.wpcf7-response-output {
    padding: 16px!important;
    margin: 0!important;
    font-size: 12px!important;
}

.wpcf7-not-valid-tip {
    font-size: 12px!important;
}

.gallery {
    display: flex!important;
    flex-wrap: wrap!important;
    margin: -16px!important;
}

.gallery-item {
    width: 25%!important;
    flex: 0 0 25%!important;
    padding: 16px!important;
}

@media only screen and (max-width : 1200px) {
    .gallery-item {
        width: 33.3333%!important;
        flex: 0 0 33.3333%!important; 
    }
}

@media only screen and (max-width : 768px) {
    .gallery-item {
        width: 50%!important;
        flex: 0 0 50%!important; 
    }
}

@media only screen and (max-width : 576px) {
    .gallery-item {
        width: 100%!important;
        flex: 0 0 100%!important; 
    }
}

.gallery-icon > a {
    display: block;
    aspect-ratio: 16/9;
}

.gallery-icon > a > img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
    border: 0!important;
}

.gallery-caption {
    position: relative!important;
    background: #D1C79659!important;
    font-size: 18px!important;
    font-family: "Aboreto", system-ui!important;
    font-weight: 400!important;
    color: #074C3D!important;
    line-height: 1.2!important;
    text-shadow: none!important;
    padding: 16px!important;
}

.menu-side {
    display: none;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 96px;
	left: 0;
	width: 100%;
	background-color: #DAD2AB;
	padding: 16px 0;
	text-align: right;
	max-height: calc(100vh - 96px);
	overflow-y: scroll;
	z-index: 400;
}

.menu-mobile .menu-mobile__nav ul {
	list-style-type: none;
}

.menu-mobile .menu-mobile__nav li {
    position: relative;
}

.menu-mobile .menu-mobile__nav a {
	color: #fff;
	display: block;
	padding: 16px 0;
	position: relative;
	font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-size: 14px;
    color: #074C3D;
    text-transform: uppercase;
}

.menu-mobile .menu-mobile__nav li:hover>a,
.menu-mobile .menu-mobile__nav li.current_page_item>a,
.menu-mobile .menu-mobile__nav li.current-menu-item>a,
.menu-mobile .menu-mobile__nav li.current_page_ancestor>a,
.menu-mobile .menu-mobile__nav li.current_page_ancestor>a,
.menu-mobile .menu-mobile__nav li.current-menu-ancestor>a,
.menu-mobile .menu-mobile__nav li.current-menu-ancestor>a {
	text-decoration: underline;
}

.menu-mobile .menu-mobile__nav li:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}

.menu-mobile .menu-mobile__nav .menu>li:last-child::after {
	display: none;
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > span {
    position: absolute;
    top: 18.5px;
    transform: rotate(90deg);
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url('../img/bx-chevron-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0%) invert(100%);
    transition: all .5s;
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > span.active {
    transform: rotate(270deg); 
}

.menu-mobile .menu-mobile__nav .menu-item-has-children > a {
    margin-right: 32px;
}

.menu-mobile .menu-mobile__nav .sub-menu {
    display: none;
    border-top: 1px solid rgba(0,0,0, .1);
}

ul.tabs {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 32px;
}

ul.tabs li {
    cursor: pointer;
    padding-bottom: 10px;
    color: #74452F;
    border-bottom: 6px solid transparent;
    transition: all .5s;
}

ul.tabs li:hover,
ul.tabs li.current {
   border-bottom: 6px solid #EBD7A5; 
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.home-list .home-list__table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.home-list .home-list__table th,
.home-list .home-list__table td {
    padding: 16px 32px;
}

.home-list .home-list__table th,
.home-list .home-list__table td:first-child {
    color: #74452F;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
}

.home-list .home-list__table td:first-child {
    text-transform: lowercase;
}

.home-list .home-list__table th {
    background-color: #EBD7A5;
}

.home-list .home-list__table td {
    border-bottom: 1px solid #7C6B5366;
}

.home-list .home-list__table .available,
.home-list .home-list__table .reservation,
.home-list .home-list__table .sold {
    font-weight: 700;
    text-transform: uppercase;
}

.home-list .home-list__table .available {
    color: #01CA62;
}

.home-list .home-list__table .reservation {
    color: #247ADB;
}

.home-list .home-list__table .sold {
    color: #DB3424;
}

.home-list .home-list__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.object .object__img > svg,
.object .object__img > img {
    width: 100%;
    height: auto;
	object-fit: cover;
	object-position: center;
    display: block;
}

.object .object__img > svg path {
    transition: all .5s;
    opacity: 0;
    fill: transparent;
}

.object .object__img > svg path.available {
    fill: #01CA62;
}

.object .object__img > svg path.reservation {
    fill: #247ADB;
}

.object .object__img > svg path.sold {
    fill: #DB3424;
}

.object .object__img > svg a:hover path {
    opacity: .5;
}

.object .object__caption {
	display: none;
	position: absolute;
	z-index: 100;
    width: 240px;
}

@media only screen and (max-width: 1600px) {
	.object .object__caption {
		padding-bottom: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.object .object__caption {
		display: none!important;
	}
}

.object .object__caption.current {
	display: block;
}

.object .object__caption > img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.object .object__header {
    background-color: #fff;
	padding: 16px;
}

.object .object__header > *:not(:last-child) {
    margin-bottom: 16px;
}

.object .object__title {
    color: #74452F;
}

.object .object__subtitle {
    display: inline-block;
    padding: 8px 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.object .object__subtitle.available {
    background-color: #01CA62;
}

.object .object__subtitle.reservation {
    background-color: #247ADB;
}

.object .object__subtitle.sold {
    background-color: #DB3424;
}

.home-single .section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.home-single .home-single__nav {
    border-bottom: 1px solid #7C6B5366;
}

.home-single .home-single__columns {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.home-single .home-single__column {
    padding: 16px;
}

.home-single .home-single__column:first-child {
    width: 66.6667%;
}

.home-single .home-single__column:last-child {
    width: 33.3333%;
}

.home-single .home-single__img > img {
    width: 100%;
}

.home-single .home-single__row:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #7C6B5366;
}

.home-single table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.home-single table th,
.home-single table td {
    padding: 16px 0;
}

.home-single table th {
    color: #74452F;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
}

.home-single table th:not(:first-child) {
    background-color: #EBD7A5;
}

.home-single table td:not(:first-child) {
    font-weight: 700;
}

.home-single table tbody tr:nth-child(1n + 0) {
    background-color: #fff;
}

.home-single table tbody tr:nth-child(2n + 0) {
    background-color: #EBD7A533;
}

.home-single table tbody td:first-child {
    text-align: left;
    font-weight: 500;
}

.home-single .home-single__files > a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
}

.home-single .home-single__boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.home-single .home-single__box {
    width: 20%;
    padding: 16px;
}

.home-single .home-single__header {
    text-align: center;
    position: relative;
    border-right: 2px solid #EBD7A5;
}

.home-single .home-single__box:last-child .home-single__header {
    border-right: 0;
}

.home-single .home-single__title {
    color: #74452F;
    text-align: center;
}

*/