.deepDark_bg-section {
    background: #28282C;
    color: #FFF;
    padding: 7vw 0;
}

.deepDark_bg-section.noBotPadding {
    padding-bottom: 0;
    margin-bottom: -1px;
}

.deepDark_bg-section.noTopPadding {
    padding-top: 0;
}

@media screen and (max-width: 700px) {
    .deepDark_bg-section {
        padding: 70px 0;
    }
}

.main_nocaps-header {
    text-align: center;
}

.main_nocaps-header .super-text {
    text-transform: uppercase;
    font-weight: 300;
}

.main_nocaps-header {
    max-width: 60vw;
    margin: 0 auto 5vw;
}

.main_nocaps-header h2 {
    text-transform: unset;
    font-weight: 500;
    font-size: 40px;
    font-size: 2.4vw;
    margin-top: 1vw;
}

.main_nocaps-header h2 span {
    display: block;
    opacity: .7;
}

@media screen and (min-width: 1900px) {
    .main_nocaps-header h2 {
        font-size: 45px;
    }

    .main_nocaps-header h2 span {
        display: inline;
    }
}


@media screen and (max-width: 980px) {
    .main_nocaps-header {
        max-width: 100%;
        margin: 0 auto 7vw;
    }

    .main_nocaps-header h2 {
        font-size: 28px;
    }

    .main_nocaps-header h2 span {
        display: inline;
    }
}

@media screen and (max-width: 500px) {
    .main_nocaps-header {
        margin: 0 auto 7vw;
    }

    .main_nocaps-header h2 {
        font-size: 20px;
        line-height: 1.3;
    }
}

.main_caps-header {
    text-align: center;
    max-width: 60vw;
    margin: 0 auto 5vw;
}

.main_caps-header h2 {
    font-weight: 600;
}

.main_caps-header p {
    font-weight: 300;
    line-height: 1.3;
    margin: 1vw 0 1.5vw;
}

@media screen and (min-width: 1900px) {
    .main_caps-header,
    .main_nocaps-header
     {
        margin: 0 auto 75px;
        max-width: 1200px;
    }
}


@media screen and (max-width: 980px) {
    .main_caps-header {
        max-width: 100%;
        margin: 0 auto 7vw;
    }
    .main_caps-header p {
        margin: 10px 0 20px;
    }
    .main_caps-header p br {
        display: none;
    }
}

.main-lr-section {
    padding: 7vw 0;
}

.main-lr-section-wrap {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.main-l-caps {
    width: 45%;
    font-size: 3.5vw;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -.5vw;
}

.main-l-caps span {
    color: #6F6F70;
}

.main-r-caps {
    width: 50%;
    font-size: 1.4vw;
    font-weight: 300;
    line-height: 1.7;
}

@media screen and (min-width: 1900px) {
    .main-l-caps {
        font-size: 65px;
    }

    .main-r-caps {
        font-size: 26px;
    }
}

@media screen and (max-width: 800px) {
    .main-lr-section-wrap {
        display: block;
    }

    .main-l-caps {
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin: 0;
    }

    .main-l-caps span {
        color: #FFF;
    }

    .main-r-caps {
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 25px 0 0;
    }
}


/* video */

.videoSectionNotext {
    overflow: hidden;
    width: 100%;
    height: 36.5vw;
    display: flex;
    align-items: center;
}

.videoSectionNotext .videoSectionContentImg {
    margin: 0;
}

.videoSectionNotext .vsci-round {
    width: 13vw;
    height: 13vw;
}

.videoSectionNotext .vsci-button {
    width: 5vw;
    height: 5vw;
}

.videoSectionNotext .imageBg img {
    object-position: 50% 0%;
}

@media screen and (max-width: 980px) {
    .videoSectionNotext .videoSectionContent {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .videoSectionNotext .vsci-round {
        width: 150px;
        height: 150px;
    }

    .videoSectionNotext .vsci-button {
        width: 60px;
        height: 60px;
        transform: translate(-37%, -50%);
    }

}

@media screen and (max-width: 600px) {
    .videoSectionNotext {
        height: 65vw;
    }

    .videoSectionNotext .imageBg img {
        object-position: 100% 0%;
    }
}

/* ADVANTAGES */

.fixed-advantages {
    height: 100vh;
}

#fixed-element_3{ 
    height: 125vh;
}

.advantages_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vw;
    /* height: 100vh; */
    align-items: center;
    visibility: hidden;
}

.advantages_item.is-inview {
    visibility: visible;
}

.advantages_item:last-child {
    margin-bottom: 0;
}

.advantages_item-text {
    width: 40%;
    padding: 2vw 0;
}

.advantages_item-text-header {
    text-transform: uppercase;
    font-weight: 300;
}

.whiteSection .super-text.advantages_item-text-header {
    margin-bottom: 0;
}

.advantages_item-text-title h3 {
    text-transform: unset;
    font-weight: 500;
    font-size: 40px;
    font-size: 2.4vw;
    margin-top: 1vw;
    transition: none;
}

.advantages_item-text .animated-text,
.button-bordered-thin a {
    transition: none;
}

.advantages_item-text-content p {
    padding: 0;
    font-weight: 300;
    font-size: 1.35vw;
}

.advantages_item-text-btn {
    margin-top: 2vw;
}

.advantages_item-image {
    width: 55%;
}

.advantages_item-image picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.advantages_item-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
}

.advantages_item-text-btn-mobile {
    display: none;
}

@media screen and (min-width: 1900px) {
    .advantages_item-text-content p {
        font-size: 25px;
    }

    .advantages_item-text-title h3 {
        font-size: 45px;
    }
}

@media screen and (max-width: 980px) {
    .whiteSection .super-text.advantages_item-text-header {
        padding: 0;
    }

    .advantages_item-text-title h3 {
        font-size: 28px;
    }

    .advantages_item-text-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .whiteSection .super-text.advantages_item-text-header {
        padding: 0;
    }

    .advantages_item-text-title h3 {
        font-size: 28px;
    }

    .advantages_item-text-content p {
        font-size: 14px;
    }

    .advantages_item {
        display: block;
        margin-bottom: 50px;
        text-align: center;
    }

    .advantages_item:last-child {
        margin-bottom: 0;
    }

    .advantages_item-text {
        width: 100%;
    }

    .advantages_item-image {
        width: 100%;
        height: 60vw;
        margin-top: 25px;
    }

    .advantages_item-text-btn {
        margin-top: 40px;
    }

    .advantages_item-text-btn {
        display: none;
    }

    .advantages_item-text-btn-mobile {
        display: block;
    }
}

/*  ARCHITECT */

.tiles_videoHover-set {
    /* display: flex;
    flex-wrap: wrap; */
    margin-left: -1vw;
}

.tiles_videoHover-set .slidee {
    display: flex;
    flex-wrap: wrap;
}

.tiles_videoHover-item {
    width: 25%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 1vw 1vw;
}

.tiles_videoHover-item-image {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 83%;
}

.tiles_videoHover-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
}

.tiles_videoHover-item-title {
    position: relative;
    background-color: #242428;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.tiles_videoHover-item-title-linkarr {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .3s ease;
    transform: translateX(-2vw);
}

.tiles_videoHover-item-title:hover .tiles_videoHover-item-title-linkarr {
    opacity: 1;
    transform: translateX(-1vw);
}

.tiles_videoHover-item-link {
    display: block;
    width: 100%;
    padding: 15px 1vw;
}

.tiles_videoHover-item-title:hover .tiles_videoHover-item-link {
    color: #FBD691;
}

.videolink {
    display: none;
    position: absolute;
    z-index: 1;
    top: 1vw;
    right: 1vw;
    cursor: pointer;
    overflow: hidden;
}

.videolink:hover {
    z-index: 3;
}

.tiles_videoHover_videoInsert {
    position: absolute;
    z-index: 2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tiles_videoHover_videoInsert.active {
    background-color: #ffffff42;
}

.tiles_videoHover_videoInsert video {
    z-index: 1;
}

.tiles_videoHover_videoInsert svg {
    width: 15vw;
    height: 15vh;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (pointer: fine) {
    .videolink {
        display: block;
    }
}

.videolink:hover circle {
    stroke: #FBD691;
}

.videolink:hover path {
    fill: #FBD691;
}

.tiles_videoHover-item:has(.tiles_videoHover-item-title:hover) img {
    transform: scale(1.01);
}

@media screen and (max-width: 920px) {
    .tiles_videoHover-set {
        
    }

    .tiles_videoHover-set .slidee {
        width: auto;
        flex-wrap: nowrap;
    }

    .tiles_videoHover .tiles-slider-controls {
        display: flex;
    }

    .tiles_videoHover-item {
        width: 45vw;
        min-width: 45vw;
        padding: 0 0 0 10px;
    }

    .tiles_videoHover-item:first-child {
        margin-left: 5vw;
        padding-left: 0;
    }

    .tiles_videoHover-item-image {
        padding-bottom: 60%;
    }

    .tiles_videoHover .tiles-slider {
        margin-left: 5vw;
    }
}

@media screen and (max-width: 720px) {
    .tiles_videoHover-item {
        width: 90vw;
        min-width: 90vw;
    }
}

/* PROJECTS */

.main_projects .catalog-items_v2 {
    padding-bottom: 0;
}

@media screen and (max-width: 700px) {
    .main_projects .catalog-item_v2 {
        margin: 0;
    }
}

/* IDEAS */

/* .tiles-list-set {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1vw;
} */

.tiles-list-set .slidee {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1vw;
}

.tiles-list-item {
    width: 33.33%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 1vw 1vw;
}

.tiles-list-image {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.tiles-list-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
}

.tiles-list-item a:hover img {
    transform: scale(1.01);
}

.tiles-list-title {
    position: relative;
    background-color: #242428;
    padding: 15px 1vw;
}

@media screen and (max-width: 780px) {

    .tiles-list .tiles-slider {
        margin-left: 5vw;
    }

    .tiles-list-set .slidee {
        width: auto;
        flex-wrap: nowrap;
    }

    .tiles-list .tiles-slider-controls {
        display: flex;
    }

    .tiles-list-item {
        width: 90vw;
        min-width: 90vw;
        padding: 0 0 0 10px;
    }

    .tiles-list-item:first-child {
        padding-left: 0;
    }

    .tiles-list-item-image {
        padding-bottom: 60%;
    }
}

/* bigimage_btn-link */
.bigimage_btn-link {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
}

.bigimage_btn-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
}

.bigimage_btn-link-a {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5vw;
    text-align: center;
}

.bigimage_btn-link:has(.bigimage_btn-link-a a:hover) img {
    transform: scale(1.01);
}


/* section-morelink */

.section-morelink {
    margin-top: 3vw;
    padding-bottom: 2vw;
    width: 100%;
    text-align: center;
}

.button-bordered-thin.section-morelink a:hover {
    background: #fbd691;
    color: #000;
    border-color: #fbd691;
    box-shadow: 1px 10px 16px rgb(0 0 0 / 17%), 0px 6px 30px rgba(251, 214, 145, 0.25);
}


/* SLIDER CONTROLS */

.tiles-slider-controls {
    display: none;
    /* display: flex; */
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.tsc-line {
    height: 1px;
    background: hsl(0deg 0% 100% / 50%);
}

.tsc-line-l {
    width: calc(100vw - 100px);
}

.tsc-line-title {
    display: block;
    line-height: 0;
    color: #FFF;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.5vw;
}

.tsc-line-c {
    width: 90vw;
}

.tsc-line-arrows {
    display: flex;
}

.tsc-arrow {
    padding: 15px;
    cursor: pointer;
    display: block;
    line-height: 0;
}

.tsc-arrow.disabled {
    opacity: .5;
}

@media screen and (min-width: 920px) {
    .tiles-slider-controls {
        display: none;
    }
}