#defo {
    overflow: hidden;
}

.defo_wrapper {
    padding: 80px 0 106px;
    max-width: 1920px;
    margin: 0 auto;
}

.defo_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 49px 0 22px;
    max-width: 850px;
    position: relative;
    z-index: 2;
}

.defo_text h2 {
    text-shadow: 0px 2px 4px #00000059;
}

.defo_head {
    width: 100%;
    padding: 50px 16px 0px;
    position: relative;
}

.defo_head::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../assets/long.png);
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}

body.dark .defo_head:before {
    opacity: 0.2;
}

.row_video {
    max-width: 576px;
    position: relative;
    max-height: 385px;
}

.angle {
    position: absolute;
}

.angle_white {
    display: block !important;
}

.angle_black {
    display: none !important;
}

body.dark .angle_white {
    display: none !important;
}

body.dark .angle_black {
    display: block !important;
}

.angle_lt {
    top: -101px;
    left: -131px;
}

.angle_rt {
    top: -101px;
    right: -123.1px;
}

.angle_rb {
    bottom: -97px;
    right: -124px;
}

.angle_lb {
    bottom: -97px;
    left: -131px;
}

.row_text {
    max-width: 576px;
    font-family: Evolventa;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    text-indent: 32px;
}

body.dark .row_text {
    color: #E7E7E7;
}

.defo_slider_wrapper {
    position: relative;
}

.defo_arrows {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 1100px;
    justify-content: space-between;
    top: 32%;
    left: 50%;
    z-index: 5000;
    transform: translate(-50%, -68%);
}

.defo_row {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 48px;
}

.row_block {
    position: relative;
    z-index: 3;
    padding: 0 16px;
}

.arrow_defo {
    width: 80px !important;
    height: 80px !important;
    background-image: url(../assets/arrowback.png);
    filter: drop-shadow(0px 2px 6px #00000026);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

body.dark .arrow_defo {
    background-image: url(../assets/arrow_b.png);
}

.arrow_defo img {
    opacity: 50%;
    transition: all 0.3s ease;
}

body.dark .arrow_defo img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(37%) saturate(570%) hue-rotate(5deg) brightness(92%) contrast(84%);
}

.arrow_defo:hover img {
    opacity: 1;
}

.arrow_defo:hover {
    filter: drop-shadow(0px 4px 4px #0000004D);
}

.custom-next img {
    transform: rotate(180deg);
}

.defo_numbers {
    height: 74px;
    margin: 0 auto;
    margin-top: 44px;
    font-family: Colus;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 35px 0 0;
    position: relative;
}

.defo_numbers::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../assets/defonum.png);
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

body.dark .defo_numbers::before {
    opacity: 0.2;
}

.defo_numbers span {
    color: var(--red-70);
}

body.dark .defo_numbers span {
    color: #BD9C49;
}

@media (max-width: 800px) {

    .defo_head::before {
        background-size: cover;
    }

    .defo_numbers {
        margin-top: 0px;
    }

    .defo_arrows {
        bottom: 0;
        left: 0;
        padding: 0 16px;
        transform: none;
        top: inherit;
    }

    .row_video {
        max-width: 337px;
        position: relative;
    }

    .angle_lt {
        top: -78px;
        left: -102px;
    }

    .angle_rt {
        top: -79px;
        right: -100px;
    }

    .angle_rb {
        bottom: -79px;
        right: -100px;
    }

    .angle_lb {
        bottom: -78px;
        left: -102px;
    }

    body.dark .angle_lb {
        bottom: -79px;
    }

    .defo_head {
        background-size: cover;
        padding: 70px 17px 0px;
    }

    .defo_text {
        padding: 0px;
    }

    .defo_wrapper {
        padding: 150px 0 150px;
    }

    .defo_text h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.008em;
    }

    .defo_text p {
        font-family: Evolventa;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .defo_row {
        gap: 24px;
        padding-top: 20px;
    }

    .row_text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}