/* main */
.hero-container{
    width: 100%;
    height: 100dvh;
    padding-top: 60px;
    position: relative;
}

.image-container{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.image-element{
    width: 100%;
    height: 100%;
}

.image-element-middle-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
}

.hero-container .swiper-button-prev,
.hero-container .swiper-button-next{
    color: #fff;
}

.hero-container .swiper-button-prev{left: 3rem;display: none;}
.hero-container .swiper-button-next{right: 3rem;display: none;}

.image-navigation .next .inner-btn{
    transform: rotate(-135deg);
}

.main-middle-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    color: #fff;
}

.image-element-middle-text h2,
.main-middle-text h1{
    font-size: 1.875rem;
    letter-spacing: 4.7px;
    margin-bottom: 1rem;
}

.image-element-middle-text p,
.main-middle-text p{
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-family: 'GothamGreek-Book';
}

.main-section-info-wrapper .card-image.default {
    height: auto;
    /*max-height: 650px;*/
    --aspect-ratio: 3/4 !important;
}

@media screen and (max-width: 1020px) {
    .hero-container .swiper-button-prev:after, .hero-container .swiper-button-next:after{font-size:30px;}
    .hero-container .swiper-button-prev{left: 2rem;display: none;}
    .hero-container .swiper-button-next{right: 2rem;}
}
@media screen and (max-width: 920px) {
    .main-middle-text{
        width: 100%;
        padding-inline: 2rem;
        left: 0;
        transform: translate(0, -50%);
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .hero-container .swiper-button-prev:after, .hero-container .swiper-button-next:after{font-size:24px;}
    
    .hero-container .swiper-button-prev{left: 1rem;top:75%;display: none;}
    .hero-container .swiper-button-next{right: 1rem;top:75%;}
}

@media screen and (max-width: 620px) {
    .main-middle-text h1{
        font-size: 1.5rem;
        letter-spacing: 2.7px;
        margin-bottom: 0.75rem;
    }
    .main-middle-text p{
        font-size: 1rem;
    }
}

/* main section home */

.main-section-info{
    margin-top: 120px;
}
.main-section-info-wrapper{
    flex-wrap: wrap;
    column-gap: 2rem;
}
.main-section-info-wrapper .card-wrapper:nth-of-type(odd){
    /* margin-right: 2rem; */
    margin-right: 0;
}
.main-section-info-wrapper .card-wrapper:nth-of-type(4n):not(.Narrow):not(.eq3):not(.eq4),
.main-section-info-wrapper .card-wrapper:nth-of-type(4n + 1):not(.Narrow):not(.eq3):not(.eq4) {
    flex: 1 0 50%;
}

.main-section-info-wrapper .card-wrapper{
    flex: 0 0 35%; 
}

.main-section-info-wrapper .card-wrapper:not(:nth-last-of-type(1)),
.main-section-info-wrapper .card-wrapper:not(:nth-last-of-type(2)){
    margin-bottom: 4rem;
}

.main-section-info-wrapper .card-image{
    height: auto;
    max-height: 650px;
}

.historical-section-info-wrapper .card-info,
.main-section-info-wrapper .card-info{
    padding: 3rem 1.5rem;
    max-width: 660px;
}
@media screen and (max-width: 1440px) {
    .main-section-info-wrapper .card-image{
        height: auto;
        max-height: 600px;
    } 
}
@media screen and (max-width: 1380px) {
    .main-section-info-wrapper .card-wrapper{
        flex: 0 0 40%; 
    }    
}
@media screen and (max-width: 1120px) {
    .main-section-info{
        margin-bottom: 60px;
    }
    .historical-section-info-wrapper .card-info,
    .main-section-info-wrapper .card-info{
        padding: 1.25rem 2rem;
    }  
    .main-section-info-wrapper .card-wrapper:not(:nth-last-of-type(1)),
    .main-section-info-wrapper .card-wrapper:not(:nth-last-of-type(2)){
        margin-bottom: 2rem;
    }  
    /* .main-section-info-wrapper .card-wrapper:nth-of-type(odd){
        margin-right: 1.5rem;
    } */
}
@media screen and (max-width: 1100px) {
    .main-section-info-wrapper .card-image{
        max-height: 450px;
        height: auto;
    }
    .main-section-info-wrapper .card-image {
        --aspect-ratio: 3/4 !important;
    }
    .main-section-info-wrapper .card-image[style*="--aspect-ratio:16/9"] {
        height: fit-content !important;
        max-height: max-content !important;
        aspect-ratio: 16 / 9 !important;
    }    
}
@media screen and (max-width: 980px) {
    .hero-container {
        height: auto;
        aspect-ratio: 4 / 5;
    }
}
@media screen and (max-width: 920px) {
    .main-section-info-wrapper .card-image {
        height: auto !important;
        --aspect-ratio: 3/4 !important;
    }
    .main-section-info-wrapper .card-image[style*="--aspect-ratio:16/9"] {
        height: fit-content !important;
        max-height: max-content !important;
        aspect-ratio: 16 / 9 !important;
    }    
    .main-section-info-wrapper .card-wrapper ,
    .main-section-info-wrapper .card-wrapper:nth-of-type(4n), 
    .main-section-info-wrapper .card-wrapper:nth-of-type(4n + 1),
    .main-section-info-wrapper .card-wrapper.Wide {
        flex: 0 0 100%;
    }
    .main-section-info-wrapper .card-wrapper:nth-of-type(odd){
        margin-right: 0;
    }
}

@media screen and (max-width: 720px) {
    .main-section-info-wrapper .card-image{
        max-height: 500px;
        height: auto;
    }
}
@media screen and (max-width: 620px) {
    .historical-section-info-wrapper .card-info{
        padding: 1rem 1.5rem;
    }
}
@media screen and (max-width: 580px) {
    .main-section-info{
        margin-block: 80px;
    }
}
@media screen and (max-width: 480px) {
    .main-section-info-wrapper .card-image{
        max-height: 400px;
        height: auto;
    }
    .historical-section-info-wrapper .card-info,
    .main-section-info-wrapper .card-info{
        padding-inline: .5rem 1rem;
    }
}

/* main image grid */

.to-live-section .image-grid-container{
    /* margin-block: 2rem 80px; */
    margin-block: 90p;
}


.to-live-header{
    padding-left: 2.5rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.to-live-section .header-title{
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-bottom: 1rem;
    font-size: 22px;
    margin-right: 1rem;
    font-family: "GothamGreek-Medium", serif !important;
}
.to-live-section .header-info{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 100%;
}

.to-live-section .header-info p {
    padding: 0;
}

@media screen and (max-width: 1120px) {
    .to-live-section .header-info{
        width: 100%;
        margin-top: 1rem; 
        line-height: 140%;
    }
}
@media screen and (max-width: 1020px) {
    .to-live-section .image-grid-container{
        margin-block: 30px 200px;
    }
}
@media screen and (max-width: 580px) {
    .to-live-header{
        padding-left: 1.5rem;
    }
    .to-live-section .image-grid-container{
        margin-block: 60px;
    }
}
@media screen and (max-width: 480px) {
    .to-live-header{
        padding-left: 0.5rem;
    }
    .to-live-section .image-grid-container{
        margin-top: 40px;
    }
}

/* rooms page */

/* .room-container::before,
.room-container::after{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
.room-container::before{
    left: 0;
}
.room-container::after{
    left: 50%;
    cursor: url(../assets/images/right-arrow.svg), pointer;
} */

.room-container .swiper-button-next{display: none;}

.shadow-btn{
    position: absolute;
    width: 50%;
    height: 92%;
    position: absolute;
    top: 0;
}

.shadow-btn.prev{
    left:0;
    cursor: url(../assets/images/left-arrow.svg), pointer;
}
.shadow-btn.next{
    left:50%;
    cursor: url(../assets/images/right-arrow.svg), pointer;
}
@media screen and (max-width: 640px) {
.shadow-btn.prev, .shadow-btn.next {
    display: none;
}
}
/* rooms gallery  */

.rooms-gallery-grid{
    display: grid;
    grid-template-columns: 33% 1fr 33%;
    grid-auto-rows: 500px;
    grid-gap: 5px;
}

.gal-grid .room-card-wrapper,
.gal-grid .room-card{
    height: 100%;
}
.gal-grid .room-card-wrapper.wide{
    grid-column: span 2;
}
.gal-grid .room-image{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.gal-grid .room-card{
    padding: 1rem;
    justify-content: flex-end;
    position: relative;
}

.gal-grid .room-name{
    padding: 0.5rem;
    text-align:center;
    background-color: rgba(255, 255, 255, 0.8);
    /* min-width: 300px; */
    padding-inline: 3rem;
    margin-inline: auto;
    font-family: 'GothamGreek-Book';
    font-size: 1rem;
    letter-spacing: 1px;
}

@media screen and (max-width: 1020px) {
    .rooms-gallery-grid{
        grid-template-columns: repeat(2, 50%);
        grid-auto-flow: dense;
        grid-gap: 3px;
    }    
}
@media screen and (max-width: 820px) {
    .gal-grid .room-name{
        min-width: 250px;
    }    
}

@media screen and (max-width: 580px) {
    .rooms-gallery-grid{
        display: block;
    } 
    .rooms-gallery-grid .room-card{
        height: 400px;
        border-bottom: 2px solid #fff;
    }
    .gal-grid .room-name{
        min-width: 300px;
    }    
}
@media screen and (max-width: 360px) {
    .gal-grid .room-name{
        min-width: unset;
        width: 100%;
    }    
}

/* appartment gallery */

.appartments-container{
    margin-block: 90px 200px;
}

.appartments-container-header{
    text-align: center;
    max-width: 750px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.appartments-gallery-grid > .room-card-wrapper{
    height: 500px;
}
.appartments-gallery-grid > .room-card-wrapper:not(:last-of-type){
    margin-bottom: 60px;
}

@media screen and (max-width: 920px) {
    .appartments-container{margin-block: 80px 150px;}
}
@media screen and (max-width: 620px) {
    .appartments-container{margin-bottom: 120px;}
}
@media screen and (max-width: 580px) {
    .appartments-gallery-grid > .room-card-wrapper{
        height: 400px;
    }
}
@media screen and (max-width: 520px) {
    .appartments-container{margin-bottom: 80px;}
}

/* room single */

.hero-options{
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-inline: 1rem;
    max-width:632px;
    font-family: "GothamGreek-Book";
    z-index: 10;
}

.hero-options-pagination{
    padding: 6px 3px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
    background-color: rgba(255, 255, 255, 0.8);
}


.hero-options-pagination .room-nav-wrapper{
    width: 1rem;
    height: 1rem;   
    padding: 0.25rem;
}

.hero-options-pagination .room-nav-inner{
    border-bottom: 1px solid #000;
    transform-origin: center;
    height:100%;
}
.hero-options-pagination .prev .room-nav-inner{
    border-left: 1px solid #000;
    transform: rotate(45deg);
}
.hero-options-pagination .next .room-nav-inner{
    border-right: 1px solid #000;
    transform: rotate(-45deg);
}

.hero-options-pagination .active-room{
    font-size: 15px;
    letter-spacing: 1px;
}
.hero-buttons{
    text-align:center;
    justify-content: space-between;
}
.hero-buttons > div{
    flex: 0 0 calc(50% - 1px);
    width: calc(50% - 1px);
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
}
.hero-buttons.room-buttons.no-book.centered  > div {
    flex: 100%;
    width: 100%;
}
.hero-buttons a{
    display: inline-block;
}
.hero-info{
    /* display: none; */
    font-family: "GothamGreek-Book";
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    position: relative;
}
.hero-info.on{
    max-height: calc(100vh - 60px - 100px - 3rem);
}
/* .hero-info.on.extra{
    height: 500px;
} */
.hero-info-wrapper{
    padding: 38px 20px;
    overflow: hidden; /* mlnc 300124 */
    max-height: calc(100vh - 60px - 100px - 3rem - 10px);
    position: relative;
}

.discover-close{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}
.discover-close .line{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%;
    transform-origin: center;
    transform: rotate(45deg);
    border-top: 1px solid #000;
}
.discover-close .line:last-of-type{
    transform: rotate(-45deg);
}
.hero-info-title{
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    transition: opacity 0.3s;
    opacity: 1;
}
.hero-info.extra .hero-info-title{
    opacity: 0;
}
.hero-info-text{
    line-height: 180%;
    /* margin-bottom: 35px; */
    min-height: 0;
    max-height: 400px;
    font-size: 0.875rem;
    opacity: 1;
    transition: all 0.3s;
    overflow: auto; /* mlnc 310124 */
    padding: 0 8px;
}
.hero-info.extra .hero-info-text{
    opacity: 0;
    min-height: 280px;
}
.hero-info-options{
    margin-top: 2rem;
    justify-content: space-between;
}
.hero-option{
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

.hero-info-extra{
    height: 100%;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 95px;
    overflow: hidden;
    background-color: rgba(0,0,0,1);
    transition: max-height 0.3s;
}

.hero-info-extra.on{
    max-height: 380px;
}

.hero-info-extra-wrapper{
    padding: 0.5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-info-extra .extra-image{display: none;}
.hero-info-extra .extra-image.active{display: block;}

.hero-info-extra .close-extra{
    width: 1rem;
    height: 1rem;
    /* background-color: rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.hero-info-extra .close-extra .line{
    position: absolute;
    width: 70%;
    display: block;
    border-top:1px solid #fff;
    left: 15%;
    top:50%;
    transform-origin: center;
    transform: rotate(45deg);
}
.hero-info-extra .close-extra .line:last-of-type{
    transform: rotate(-45deg);
}
.hero-info-plan{
    position: absolute;
    left: 10%;
    top: 50px;
    padding-inline: 1rem;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    display: none;
    width: 80%;
    /* overflow:scroll; */
    padding-bottom: 30px;
}
.hero-info-plan.active{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
}
.hero-info-plan.on{
    opacity: 1;
    z-index: 5;
    pointer-events: all;
}

.hero-info-plan img{
    flex-shrink: 0;
    aspect-ratio: 1.9;
}


.floorSwiper .swiper-pagination{
    bottom: -3px;
}

.hero-info-services{
    line-height: 180%;
    /* margin-bottom: 35px; */
    max-height: 300px;
    overflow: scroll;
    font-size: 0.875rem;
    opacity: 0;
    transition: opacity 0.3s;
    top: 50px;
    padding-inline: 30px;
    position: absolute;
    pointer-events: none;
    left: 0;
    text-align: center;
    display: none;
    width: 100%;
}

.hero-info-services img {
    margin-left: auto;
    margin-right: auto;
}

.hero-info-services p a {
    /* font-family: 'GothamGreek-Bold', sans-serif; */
    text-decoration: underline;
}

.hero-info-services-innner{
    height: 280px;
}

.hero-info-services.active{
    display: block;
    pointer-events: all;
}

.hero-info-services.on{
    opacity: 1;
}

.hero-return-btn{
    position: absolute;
    left: 1rem;
    top: 18px;
    text-decoration: underline; 
    cursor: pointer;
    width: fit-content;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    filter: invert(1);
}

.hero-return-btn img{
    width: 20px;
}
.hero-return-btn img:first-of-type{
    transform: translateX(10px);
}

.extra .hero-return-btn{
    opacity: 1;
    pointer-events: all;
}

@media screen and (max-width: 620px) {
    .hero-return-btn{
        right: unset;
        left: 1rem;
        top: 15px;
    }
    .room-options .hero-info-text p {
        font-size: 14px;
        line-height: 140%;
    }
}
@media screen and (max-width: 820px) {
    .hero-info-text{
        font-size: 0.875rem;
        line-height: 140%;
    }
}

/* rooms */

.room-gallery{margin-bottom: 200px;}

@media screen and (max-width: 1220px) {
    .room-gallery{margin-bottom: 150px;}
}
@media screen and (max-width: 1020px) {
    .room-gallery{margin-bottom: 120px;}
}
@media screen and (max-width: 820px) {
    .room-gallery{margin-bottom: 100px;}
}
@media screen and (max-width: 620px) {
    .room-gallery{margin-bottom: 80px;}
}

/* dining */

.dining-description .header-info p:not(:last-of-type){
    margin-bottom: 1.5rem;
}

/* restaurant */

.restaurant-options{
    margin-inline: auto;
    width: fit-content; 
    margin-bottom: 60px;   
}
/* mlnc 081223 */
.restaurant-options ul.flex {
    max-width: 100%;
    justify-content: center;
}

.rest-option{
    width: 210px;
    min-width: 210px;
    flex: 0 0 max-content;
    text-align: center;
    margin-right: 2rem;
    overflow: hidden;
}

.rest-option > a{
    width: 100%;
    padding:1rem 1.5rem;
    font-size: 16px;
    /* width: 100%; */
    line-height: 1.2;
    border:1px solid #000;
    display: inline-block;
    position: relative;
    font-family: 'GothamGreek-Book';
}

.restaurant-options .rest-option a {
    font-size: 14px;
}

.rest-option:hover{
    background-color: #000;
    color: #fff!important;
}
.rest-option:hover a {
    border-color: #000!important;
}

.restaurant-contact{
    max-width: 650px;
    text-align: center;
    margin-inline: auto;
    width: fit-content;
    margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
    .rest-option{margin-right: 1.5rem;}
    .rest-option { width: 200px; flex: 1; }
    .rest-option > a{
        padding:1rem 1.5rem;
    }    
}

@media screen and (max-width: 720px) {
    .rest-option{margin-right: 1rem;}
    .rest-option {width: 160px; flex: 1;}
    .rest-option > a{
        padding:0.75rem 1.25rem;
        font-size: 0.875rem;
    }    
}

@media screen and (max-width: 560px) {
    .restaurant-options ul{
        flex-direction: column;
        align-items: center;
    }
    .rest-option{
        margin-right: 0;
        width: 200px;
        flex: 1;
    }
    .rest-option:not(:last-of-type){
        margin-bottom: 1rem
    }
    .rest-option > a{
        padding:1rem 1.5rem;
        font-size: 1rem;
    }

}

/* contact */

.contact-options{
    z-index: 1000;
    width: 100%;
    max-width: 500px;
    bottom: 1rem;
}

.contact-info{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}
.contact-info .hero-info-title{
    font-family: "GothamGreek-Medium";
    margin-bottom: 1rem;
    font-size: 15px;
}
.contact-info .hero-info-text{
    font-size: 14px;
    line-height: 180%;
}
.contact-info a, .contact-info span{
    display: block;
}

.contact-button{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    z-index: 2;
}

.contact-button .line{
    width: 80%;
    left: 10%;
    top: 50%;
    border-top: 1px solid #000;
    transform-origin: center;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
}

.contact-button .line:last-of-type{
    transform: rotate(45deg);
}

.contact-info-btn{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 3rem;
    padding:0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border:1px solid #000;
    z-index:1000;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.contact-info-btn.on{
    opacity: 1;
    pointer-events: all;
}

/* map */


#map{
    height: 500px;
    margin-top: 100px;
}

#map.full{
    height: calc(100vh - 60px);
    margin-top: 0;
    position: absolute;
    left:0;
    top: 60px;
    width: 100%;
}

.leaflet-tile{
    filter: grayscale(1)!important;
}
.leaflet-marker-pane {
    filter: drop-shadow(2px 4px 6px #000);
}

/* to live */

.to-live-section.page-section{
    padding-top: 100px;
}

/* historical */

.historical-section-info-wrapper{
    flex-wrap: wrap;
    justify-content: space-between;
}

.historical-section-info .card-wrapper{
    flex: 0 0 calc(50% - 2rem);
    margin-bottom: 2rem;
}

/* 300124 */
.hero-info-wrapper ::-webkit-scrollbar {
    width: 6px;
}

.hero-info-wrapper ::-webkit-scrollbar-thumb {
    background: #888;
}
.hero-info-wrapper ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
@media screen and (max-width: 1260px) {
    .historical-section-info .card-wrapper{
        flex: 0 0 calc(50% - 1rem);
    }
    .historical-section-info-wrapper .card-info{
        margin-inline: auto;
    }
}
@media screen and (max-width: 920px) {
    .historical-section-info .card-wrapper{
        flex: 0 0 100%;
    }
}

/* story */
.story-wrapper, .story-wrapper > * {
    max-height: 1000000px;
}

.story-body{
    font-family: "GothamGreek-Book";
}

.story-body figure{
    display: block;
    position: relative;
}

.story-body figure figcaption{
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    font-size: 12px;
    color: #000;    
}

.story-body .duoPicture figure figcaption{
    left: 1.5rem;
    bottom: 1.5rem;
}

.story-body figure figcaption.white{
    color: #fff;    
}

.story-body > figure,
.story-body > .duoPicture,
.story-body > picture{
    width: calc(100% + 2 * var(--storyPadding));
    margin-left: calc(-1 * var(--storyPadding));
    margin-block: 4rem; 
}
.duoPicture{
    justify-content: space-between;
}
.duoPicture figure{
    aspect-ratio: 0.8;
    width: calc((100% - 3rem) / 2);
}
.duoPicture.sm figure{
    aspect-ratio: 16/9;
}

.story-body h3 {
    font-size: 18.72px;
    margin-bottom: 1rem;
    letter-spacing: 1.5px;
    font-family: "PF Regal DisplayPro Reg", "GothamGreek-Book", serif;
}

.story-body h2 {
    font-size: 19px;
    letter-spacing: 1.5px;
    font-family: "PF Regal DisplayPro Reg", "GothamGreek-Book", serif;
}

.story-body h3 span{
    display: block;
}
.story-body .single-description {
    margin-bottom: 60px;
}
/* .story-body .single-description .single-description-info .header-info {
    font-family: 'GothamGreek-Medium', sans-serif;
} */
.story-body .single-description .wrapper {
    padding: 0px;
}
.story-body  p{
    font-size: 14px;
    line-height: 180%;
}
.story-body br{
    display: block;
    margin-block: 1rem;
}

.main-section-info-wrapper .card-wrapper.eq3 {
    flex: 0 0 calc((100% / 3) - (2rem * (2 / 3))); /* flex shrink 1 to 0 22/11/24  */
    margin-right: 0;
}

.main-section-info-wrapper .card-wrapper.eq4 {
    width: calc(25% - (2rem * (3 / 4)));
    flex: 0 0 calc(25% - (2rem * (3 / 4)));
}
/*
.main-section-info-wrapper .card-wrapper.eq4 .card-image {
    height: auto;
    aspect-ratio: 3 / 4;
}*/

.main-section-info-wrapper .card-wrapper.eq4 .card-image > :first-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1540px) {
    .main-section-info-wrapper {
        column-gap: 1rem ;
    }

    .main-section-info-wrapper .card-wrapper.eq3 {
        width: calc((100% / 3) - (1rem * (2 / 3)));
        flex: 0 0 calc((100% / 3) - (1rem * (2 / 3)));
        margin-right: 0;
    }

    .main-section-info-wrapper .card-wrapper.eq4 {
        width: calc(25% - (1rem * (3 / 4)));
        flex: 0 0 calc(25% - (1rem * (3 / 4)));
    }
}

@media screen and (max-width: 1020px) {
    .main-section-info-wrapper .card-wrapper.eq4 {
        width: calc(50% - (1rem * (1 / 2)));
        flex: 0 0 calc(50% - (1rem * (1 / 2)));
    }
}

@media screen and (max-width: 920px) {
    .main-section-info-wrapper .card-wrapper.eq3 {
        width: calc((100% / 2) - (1rem * (1 / 2)));
        flex: 0 0 calc((100% / 2) - (1rem * (1 / 2)));
        margin-right: 0;
    }


    .story-body > .duoPicture,
    .story-body > picture{
        margin-block: 3rem; 
    }
    .story-body h3{
        margin-bottom: 1.5rem;
    }
    .duoPicture picture{
        width: calc((100% - 2rem) / 2);
    }
}
@media screen and (max-width: 720px) {
    .duoPicture picture{
        width: calc((100% - 1rem) / 2);
    }
}
@media screen and (max-width: 680px) {
    .story-body > .duoPicture,
    .story-body > picture{
        margin-block: 2rem; 
    }
    .story-body{--storyPadding:2rem;}

    .main-section-info-wrapper .card-wrapper.eq3 {
        width: 100%;
        flex: 1 0 100%;
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    .main-section-info-wrapper .card-wrapper.eq4 {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 580px) {
    .story-body h3 span{
        display: inline;
    }
}
@media screen and (max-width: 540px) {
    .story-body > .duoPicture{
        flex-direction: column;
        align-items: center;
    }
    .duoPicture picture{
        width: 80%;
    }
    .duoPicture picture:first-of-type{
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 520px) {
    .story-body{--storyPadding:1rem;}
    .story-body > .duoPicture,
    .story-body > picture{
        margin-block: 2rem; 
    }
}