* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}


.font-gt-reg {
    font-family: "GTAmerica_regular", "Helvetica Neue";
}

.da {
    font-family: 'GT-America-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
}

.font-gt-comp {
    font-family: 'GT-America-Compressed-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
}

.font-gt-cond {
    font-family: 'GT-America-Condensed-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
    /* font-family: 'Helvetica Neue', 'Helvetica', "Arial"; */
}

.reg24 {
    font-size: 24px;
}

.reg36 {
    font-size: 36px;
}





.bodyContainer,
#item_container {

    position: relative;
    overflow: hidden;

    height: 0vh;

    /* background: url(../img/logo/curatedby23_SD_backdrop.svg);
    background-size: 1312px;
    background-position: center top; */
}


.normalContainer {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 20px;
}

.stripeBGHolder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: -1;

}

.stripeBGHolder2 {
    position: absolute;
    top: 0;
    left: 1000px;
    width: 100%;
    height: 100%;

    z-index: -1;

}

.stripeBGHolder3 {
    position: absolute;
    top: 0;
    left: 2000px;
    width: 100%;
    height: 100%;

    z-index: -1;

}

.stripeFlex {
    display: flex;
}

.bodyContainer .stripeBGImage {
    position: relative;

    display: none;

}

#item_container .stripeBGImage {
    position: relative;

    display: block;

}

.bodyContainer .stripeBGImage img,
#item_container .stripeBGImage img {


    display: block;
    width: 1000px;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
    object-position: bottom right;
}


.cLogo23 {
    position: absolute;
    top: 39px;
    right: 100px;
    width: 250px;
    height: 250px;
}

.cLogo23 img {
    background-color: white;
}

.df {
    display: flex;
}

.df-jcc {
    display: flex;
    justify-content: center;
}





#container {
    /* background: url(../../frontend/img/logo/curatedby23_SD_header_ohnetext.svg) ;
    background-size: 2000px ;
    background-position: center top; */
}

.programTitleHolder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.cbLogoOuter {
    position: relative;
    width: 100%;
    min-height: 350px;
}

.cbLogo {
    position: absolute;
    top: 50px;
    right: 0px;
    /* width: 18vw; */
}

#cbLogoOuterMob {
    display: none;
}



.arrowLink {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid black;
}

.arrowLink img {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}


.fullScreen {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /* height: 100dvh; */

    padding: 50px;
    background-color: #E8E8E8;
}

.previewHeader {
    display: flex;
    justify-content: space-between;
}

.pMiddlePart {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.pText {
    line-height: 1.4em;
}



/* 2023 */


.arrow2023 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowDown.active {
    rotate: 180deg;
}

.textAndArrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.downArrow.active {
    rotate: 180deg;
}

.newArrow {
    width: 20px;
    height: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.rightArrow img {
    rotate: -90deg;
}

.leftArrow img {
    rotate: -90deg;
}


.visitInfo {
    display: flex;
    gap: 40px;
    background-color: white;
    padding: 20px;
}

.visitInfoLeft {

    font-size: 48px;
    flex-basis: 50%;
    line-height: 1em;
}

.visitText {
    max-width: 500px;
}

.aboutLinker {
    /* margin-top: 40px; */
    font-size: 24px;
}

.visitInfoRight {
    flex-basis: 50%;
}

.miniTitle {
    /* margin-bottom: 10px; */
}

.miniBlock {
    margin-bottom: 20px;
}



.gallHolder2023 {
    display: flex;
    gap: 40px;
    margin-bottom: 150px;
    padding: 20px;

    background-color: white;
}

.gall2023Left {
    width: 50%;
}

.gall2023Right {
    width: 50%;
}

.stripeHolder {
    height: 200px;
    width: 100%;

    display: flex;
}

.stripeLeft {
    flex-basis: 50%;
    background: repeating-linear-gradient(to left,
            white 0px,
            white 20px,
            black 20px,
            black 40px);
}

.stripeRight {
    flex-basis: 50%;
    background: repeating-linear-gradient(to right,
            white 0px,
            white 20px,
            black 20px,
            black 40px);
}

/* .stripeRight {
    background: repeating-linear-gradient(to right,
                black 0px,
                black 20px,
                white 20px,
                white 40px);

} */




/* mosaicPart */

.mosaic_header {
    margin-bottom: 2em;
}

.curatorHeader {
    margin-bottom: 0;
}



.artistBlock2023 {}

.artistHeader2023 {
    display: flex;
    justify-content: space-between;
}

.artistHeader2023.cup {
    cursor: pointer;
}

.artistContent2023 {
    display: none;
    padding-bottom: 1em;
}

.curatorContent2023 {
    display: none;
    padding: 1em 0;
}

.curatorImageHolder {
    padding: 10px 0 20px;
}

.curatorImageHolder img {
    width: 100%;
    max-width: 300px;
}

.curatorCredits {
    font-size: 14px;
}





.curator_mosaic .mosaic_media {
    height: unset;
    width: 200px;
}

.pressImgHolder {
    /* height: 200px; */
}

.onePressImg {
    height: 200px !important;
    margin: 0 5px;
}

.onePressImg img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}


.slickGall {
    height: 100%;
}

.pressImgHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pressImgArrows {
    display: flex;
    gap: 10px;
}

.slickArrow {
    cursor: pointer;
}




.mapAndLinkHolder {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 60px;
    gap: 40px;
    background-color: white;
}


.footer2023 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

    height: 60px;
    /* background-color: white; */
}

/* 2023 end */















#footer_container {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    /* background: white; */
    width: 100vw;
    left: 0;
}

#footer_inner_container {
    width: 95%;
    max-width: 1300px;
    margin: auto;
}

#footer_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;

    font-size: 18px;
    max-width: 400px;
}



@media screen and (max-width: 1000px) {



    .arrow2023 {
        font-size: 36px;
    }


    .artistHeader2023,
    .pressImgHeader {
        align-items: center;
    }

    .slick-arrow {
        font-size: 36px;
    }

    /* .bodyContainer {
            background: url(../img/logo/curatedby23_SD_backdrop.svg);
            background-size: 840px;
            background-position: center top;
        } */

    .allEventsContainer {
        max-height: 750px;
    }

    #events_section_container,
    #map_section_container,
    #g_c_section_section_container {
        width: 100%;

    }

    .gallHolder2023 {
        margin-bottom: 100px;
    }

    .mapAndLinkHolder {
        flex-direction: column-reverse;
        height: unset;
        gap: unset;
        background-color: white;
    }

    .programTitleHolder {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .programTitleHolder .section_title {
        margin-bottom: 20px;
    }

    .gallery_block_title {
        margin-bottom: 20px;
    }

    #cbLogoOuterMob {
        display: block;
        height: 300px;
        min-height: 300px;
    }

    #events_section_container {
        padding: 20px;
    }

    .home_collapse_controler {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .cbLogo {
        width: 200px;
    }

    #cbLogoOuterDesktop {
        display: none;
    }

    .pMiddlePart {
        margin-bottom: 50px;
    }


    .visitInfo {
        flex-direction: column;
    }

    #show_all_markers {
        top: 600px;
    }


    .gallHolder2023 {
        flex-direction: column;
    }

    .gall2023Left {
        width: 100%;
    }

    .gall2023Right {
        width: 100%;
    }

    .pressImgHolder {
        height: unset;
    }



    .mosaic_media {
        overflow: hidden;
        /* height: 400px; */
        height: 50vw;
    }



}