.img-object-fit{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-1{
    background-color: #faf5f5;
}

.bg-2{
    background-color: #002350;
}

.bg-3{
    background-color: #D7EBFF;
}

.accordion-square{
    height: 600px;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .accordion-square{
        aspect-ratio: 1;
        height: auto;
    }
}

.page-heading{
    padding: 20px 0;
}

.page-section{
    padding: 50px 0;
}

.page-section--bg-gray{
    background-color: lightgray;
}

.page-section--video-bg{
    position: relative;
    min-height: 100vh;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .page-section--video-bg{
        min-height: 0;
    }
}

.page-section--video-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 35, 80, 0.5);
    z-index: 1;
}

.page-section--video-bg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-section--video-bg .container{
    position: relative;
    z-index: 1;
}

.page-section--quote{
    font-size: clamp(40px, 8vw, 100px);
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
}

.text-image-module__middle-img{
    height: 600px;
}

@media screen and (max-width: 1199px) {
    .text-image-module__middle-img{
        height: auto;
    }
    .text-image-module__middle-img .img-object-fit{
        position: relative;
    }
}

.section-50-50{
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
}

.section-50-50 > div{
    flex: 1 1 50%;
}

.section-50-50 > div:first-child {
    aspect-ratio: 1 / 1;
}

.section-50-50 > div:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 35, 80, 0.5);
    z-index: 10;
}

.section-50-50 > div:nth-child(2) {
    padding: 50px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .section-50-50 > div:nth-child(2) {
        padding: 50px 15px;
    }
}

.section-large-vertical-img{
    color: #FFF;
    padding: 100px 100px 0 20%;
}

.section-large-vertical-img__mask{
    margin-top: 100px;
    position: relative;
    mask: url("images/Vector.png") no-repeat top center;
    mask-size: 100%;
}

@media screen and (max-width: 767px) {
    .section-large-vertical-img{
        padding-left: 0;
        padding-right: 0;
    }
}

/*.section-large-vertical-img__mask:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    mask: url("images/mask.svg") no-repeat top center;
    z-index: 1;
}*/


.section-bottom-arc__mask{
    margin-top: 100px;
    height: 600px;
    mask: url("images/mask2.svg") no-repeat top center;
    mask-size: 100%;
}

@media screen and (max-width: 991px) {
    .section-bottom-arc__mask{
        height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .section-bottom-arc__mask{
        height: 350px;
    }
}

.section-bottom-arc__mask img{
    object-position: top center;
}

.section-bottom-arc__mask--top{
    margin-top: 0;
    margin-bottom: 100px;
    transform: scaleY(-1);
}

.section-bottom-arc__mask--top img{
    transform: scaleY(-1);
    object-position: center;
}

.arc-mask{
    mask: url("images/Vector.png") no-repeat top center;
    mask-size: 100%;
    position: relative;
}

.arc-mask--reverse{
    transform: scaleY(-1);
}

.arc-mask--reverse img{
    transform: scaleY(-1);
}


.section-arc-masks .pt-5{
    padding-top: 200px!important;
}

.section-arc-masks .pb-5{
    padding-bottom: 200px!important;
}
