.imgStyle {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.page-title .list-inline {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.page_title {
    position: relative;
    background-size: contain;
    background-position: right;
}

.page_title>div {
    z-index: 1;
    position: relative;
}

.page_title:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(100deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.0) 80%);
}

.page_title:before {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.page_title h1 {
    background-image: linear-gradient(120deg, #6563ff 20%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.beforeFooter .cta-block-2 {
    position: relative;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    background-size: cover;
    background-position: center;
    background-image: url(../img/cargo.jpg);
}

.beforeFooter .cta-block-2>div {
    z-index: 1;
    position: relative;
}

.beforeFooter .cta-block-2:after {
    content: '';
    inset: 0;
    position: absolute;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
}

.custom-shape-divider-top,
.custom-shape-divider-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom {
    top: unset;
    bottom: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top svg,
.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 150px;
    transform: translateX(-50%) rotateY(180deg);
}

.custom-shape-divider-top .shape-fill,
.custom-shape-divider-bottom .shape-fill {
    fill: #FFFFFF;
}


#cookie {
    position: fixed;
    display: none;
    z-index: 88;
    width: 100%;
    max-width: 350px;
    min-height: 200px;
    left: 20px;
    bottom: 20px;
    background: #232264;
    padding: 20px;
    border-radius: 10px;
    box-shadow: .1rem .2rem 1rem rgba(0, 0, 0, .15);
}


@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 55px;
        z-index: 8888;
        width: 100%;
        border-radius: 10px;
        padding: 10px 20px;
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 767px) {
    .header-top .header-top-socials {
        border-right: 0;
    }
}

@media (max-width: 400px) {
    .header-top .header-top-info a {
        display: inline-block;
    }
}