header {
    background-color: #4b4b4b;
    width: 100%;
}

body {
    background-color: #ffffff;
}

.text-script {
    font-family: 'EB Garamond', serif;
    font-style: italic;
}

.header-top-block {
    width: 100%;
    border-bottom: 25px solid #c89600;
    color: #fff;
    overflow: hidden;
}

.header-top-title {
    font-weight: 900;
    font-family: Lato;
    text-align: center;
    width: fit-content;
    padding-top: 80px;
    margin-left: 45px;
}

.header-top-title-text {
    padding-bottom: 10px;
    position: relative;
}

.header-top-title .text-script {
    font-weight: normal;
}

.header-top-rect {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 30px solid #c89600;
    padding: 20px 10px;
    box-sizing: content-box;
    transform: translate(-40px, -55px) rotate(9deg);
}

.header-nav-block {
    width: 100%;
    color:#b15121;
    background-color:#f8dd9c;
    background-image: repeating-linear-gradient(30deg, 
        #1a1a1a20 0 2px, transparent 2px 12px,
        #1a1a1a20 12px 14px, transparent 14px 24px,
        #1a1a1a20 24px 26px, transparent 26px 36px,
        #1a1a1a20 36px 37px, transparent 38px 48px,
        #1a1a1a20 48px 50px, transparent 50px 60px,
        transparent 60px 145px);
    background-repeat: space;
    padding: 0px 76px;
    overflow: hidden;
}

.header-nav-title {
    display: flex;
    font-size: 2.4rem;
    margin-bottom: 24px;
}

.header-nav-title .acusteme {
    font-size: 3rem;
    font-weight: 900;
}

.header-nav-title .text-script {
    margin-top: 1.5em;
    line-height: 0.8;
}

.header-nav-container {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.header-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.8rem;
    align-self: stretch;
}

.header-nav-link {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 90px 10px 25px 10px;
    font-size: 1.8rem;
    color:#b15121;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.header-nav-link:hover {
    color:#b15121;
}

.header-nav-link span {
    position: relative;
    z-index: 4;
}

.header-nav-link-box {
    position: absolute;
    left: 1.15rem;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skewX(-9deg);
}

.header-nav-link img {
    position: absolute;
    width: 4rem;
    height: auto;
    left: 8px;
    bottom: 8px;
}

.page-container {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
}

.home-text-wrapper {
    background-color: #efe8e1;
    width: 100%;
    position: relative;
}

.home-text-container {
    color: #3a0704;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 80px 20px;
}

.home-text-container * {
    color: inherit !important;
    margin: 0;
}

.home-text-container h1 {
    text-transform: none !important;
}

.home-text-container h2 {
    margin-top: -10px;
}

.home-text-container h1,
.home-text-container h2 {
    font-size: 3.2rem;
}

.home-text-container hr {
    margin: 15px 0 24px 0;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.2;
}

.home-text-container p {
    text-align: center;
    font-size: 12px;
}

.home-text-overflow {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-text-container img {
    position: absolute;
    height: 140%;
    width: auto;
    right: -7rem;
    bottom: -22rem;
    mix-blend-mode: plus-lighter;
}

.skew-shape-right,
.skew-shape-left {
    position: absolute;
    width: 68px;
    height: 83px;
    bottom: 0;
    background-color: #D1A638;
    border-right: 8px solid #fff;
    transform: translate(0, 50%) skewX(-12deg);
}

.skew-shape-left {
    left: 110px;
}
.skew-shape-right {
    right: 110px;
}

.home-main-wrapper {
    background-color: #D8D8D820;
    padding: 120px 0;
}

.home-content-container {
    display: flex;
    align-items: center;
    gap: 120px;
}

@media screen and (max-width: 1200px) {
    .home-content-container {
        flex-wrap: wrap-reverse;
    }

    .home-content-nav {
        padding: 0 65px;
    }

    .home-content-nav {
        max-width: 800px;
        margin: 0 auto;
    }
}

.home-content-text {
    color: #3a0704;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    max-width: 400px;
}

.home-content-text * {
    color: inherit !important;
    margin: 0;
}

.home-content-text h1 {
    text-transform: none !important;
    margin-left: 65px;
}

.home-content-text h2 {
    margin-top: -10px;
    margin-left: 65px;
}

.home-content-text h1,
.home-content-text h2 {
    font-size: 3.2rem;
}

.home-content-text hr {
    margin: 11px 0 24px 0;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.2;
}

.home-content-text p {
    text-align: justify;
    font-size: 12px;
    margin-left: 65px;
}

.home-content-cta {
    margin-top: 18px;
    align-self: flex-end;
    color: inherit !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-content-cta .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}

.home-content-cta .icon svg {
    width: 100%;
    height: 100%;
}

.home-content-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    align-self: stretch;
    flex-grow: 1;
    gap: 25px;
    padding-right: 65px;
}

.home-content-nav-item {
    background-color: #3A0704;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.home-content-nav-item .nav-item-img {
    width: 230px;
    height: 180px;
    display: block;
}

.home-content-nav-item:hover .nav-item-img img {
    filter: grayscale(1);
}

.home-content-nav-item:hover .nav-item-text h3 span {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.home-content-nav-item .nav-item-img img {
    object-fit: cover;
    object-position: center;
    transition: all 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 230px;
    height: 180px;
}

.home-content-nav-item .nav-item-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.home-content-nav-item .nav-item-text h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    margin: 20px 0 0 0;
    text-transform: none;
    position: relative;
}

.home-content-nav-item .nav-item-text h3 span {
    position: absolute;
    right: 0;
    bottom: -1.12rem;
    color: #FFFFFF20;
    font-size: 120px;
    font-weight: 100;
    line-height: 0.8;
    border-right: 2px solid #FFFFFF20;
    transition: all 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-content-nav-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.home-content-nav-item:nth-child(2) {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    flex-direction: column;
}

.home-content-nav-item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    flex-direction: row-reverse;
}

.home-content-nav-item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
}

.home-content-nav-item:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 5;
    flex-direction: column;
}

.home-content-nav-item:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 4;
    flex-direction: row-reverse;
}

.home-museum-container {
    margin-top: 130px;
    width: 100%;
    color: #3a0704;
}

.home-museum-container * {
    color: inherit !important;
    margin: 0;
}

.home-museum-container h1 {
    text-transform: none !important;
    margin-left: 65px;
}

.home-museum-container h2 {
    margin-top: -10px;
    margin-left: 65px;
}

.home-museum-container h1,
.home-museum-container h2 {
    font-size: 3.2rem;
}

.home-museum-container hr {
    margin: 11px 0 24px 0;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.2;
}

.home-near-footer {
    margin-top: 80px;
    width: 100%;
    color: #3a0704;
    position: relative;
    padding-bottom: 24px;
}

.home-near-footer * {
    color: inherit !important;
    margin: 0;
}

.home-near-footer h1 {
    text-transform: none !important;
    margin-left: 65px;
}

.home-near-footer h2 {
    margin-top: -10px;
    margin-left: 65px;
}

.home-near-footer h1,
.home-near-footer h2 {
    font-size: 3.2rem;
}