.primary__title{
    padding: 0;
    border: unset;
    margin-top: 40px;
    background: unset;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;

    @media (max-width: 768px) {
        margin-top: 0;
        flex-direction: column;
    }

    h6{
        padding: 17px 44px;
        border: 1px solid rgba(253, 241, 233, .2);
        border-radius: 250px;
        font-weight: 400;
        background: rgba(48, 48, 48, .1);

        @media (max-width: 991px) {
            font-size: 3.25rem;
        }

        @media (max-width: 768px) {
            order: 2;
            font-size: 2.5rem;
            padding: 8px 12px;
            align-self: center;
        }
        span{
            font-size: 3rem;
            @media (max-width: 991px) {
                font-size: 2.75rem;
            }
            @media (max-width: 768px) {
                font-size: 2.25rem;
            }
        }
    }

    .border--purple{
        top: -9px;

        @media (min-width: 992px) {
            display: none;
        }
        @media (max-width: 768px) {
            order: 1;
            margin-left: auto;
            top: 0;
        }
    }
}

.primary__header .title:after{
    display: none;
}

.primary{
    .border--purple{
        .border__wrapper{
            gap: 2px;
            padding: 0 7px;

            span{
                letter-spacing: 4.2px;
                font-size: 3.5rem;
                font-weight: 600;
            }
        }
        svg{
            color: #fff;
            animation: changeColor 8s linear infinite;
        }
    }
    .border--purple:after{
        border-width: 2px;
        left: -4px;
        bottom: -10px;
    }
}

.primary__header{
    .border--purple{
        position: absolute;
        right: -240px;
        top: 10px;
        left: unset;

        @media (max-width: 991px) {
            display: none;
        }
    }
}

.place__cards{
    gap: 24px;

    .card{
        flex: 1 1 calc(50% - 12px);
        min-height: unset;
        padding: 30px 32px 40px 40px;
        justify-content: unset;
        @media (max-width: 991px) {
            padding: 24px 32px;
        }
    }

    .card__header{
        margin-top: 0;
        font-size: 3rem;
        font-weight: 500;
        line-height: 1.4;
        max-width: 509px;

        @media (max-width: 991px) {
            font-size: 2.25rem;
            max-width: 230px;
        }
    }

    .card__icon{
        right: 24px;
        top: 22px;

        @media (max-width: 991px) {
            img{
                width: 44px;
                height: 44px;
            }
        }
    }

    .card__description{
        font-size: 2.25rem;
        font-weight: 400;
        line-height: 1.25;

        span{
            font-weight: 600;
        }

        @media (max-width: 991px) {
            font-size: 2rem;
        }
    }
}

.receive__cards {
    column-gap: 32px;
    row-gap: 24px;
    .grid__block{
        justify-content: center;
        font-weight: 400;
        span {
            font-weight: 700;
        }
    }

    @media (max-width: 991px) {
        .receive__logo{
            bottom: -65px;
            width: 95%;
            left: 0;
        }
    }
}

.receive__description__text{
    font-weight: 400;
    span{
        font-weight: 700;
    }

    @media (max-width: 991px) {
        display: inline-flex;
    }

    @media (max-width: 768px) {
        font-size: 2.25rem;
    }
}

.cash{
    .container{
        position: relative;
    }

    .cash__eyes{
        position: absolute;
        top: 68px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;

        img{
            margin: 0 auto;
        }
    }

    .cash__header,
    .cash__subtitle,
    .cash__button{
        position: relative;
        z-index: 9;
    }
}


.reviews{
    .container{
        padding-right: 0;
    }
    .reviews__wrapper{
        background: #171717;
    }

    .reviews__wrapper.lamp:before{
        width: 1031px;
        height: 1031px;
        border-radius: 1031px;
        top: -735px;
        left: unset;
        right: -311px;
    }

    .reviews__wrapper.lamp:after{
        width: 1154px;
        height: 1031px;
        border-radius: 1154px;
        top: -639px;
        right: unset;
        left: -400px;
    }

    .box{
        max-width: 592px;
        padding: 0;
        background: rgba(22, 22, 22, 0.30);
        transition: .5s all ease;
        min-height: 317px;
        .box__top{
            display: flex;
            gap: 24px;
            font-size: 2.75rem;
            font-weight: 500;
            padding: 24px 24px 0;
        }
    }

    .box.active{
        border-color: #F3ADCD;


        .box__description{
            max-height: 800px;
        }

        .box__bottom:before{
            opacity: 0;
            z-index: -9;
        }

        .box__bottom{
            .arw{
                rotate: 180deg;
            }
        }
    }

    .reviews__box .box__description{
        font-size: 2.25rem;
        font-weight: 400;
        display: grid;
        max-height: 184px;
        transition: max-height .25s ease-in;
        overflow: hidden;
        min-height: unset;
        padding: 0 24px;
    }

    .box__bottom{
        transition: .5s all ease-in;
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;

        .arw{
            cursor: pointer;
            transition: .5s all ease-in;
        }
    }
    .box__bottom:before{
        position: absolute;
        top: -178%;
        left: 0;
        height: 73px;
        width: 100%;
        content: '';
        background: linear-gradient(180deg, transparent -34.6%, #171717 56%);
        transition: .5s all ease;
    }

    .slick-slide {
        margin: 0 16px;
        width: 592px;
    }

    .slick-list {
        margin: 0 -16px;
    }

    .slick-dots{
        display: flex;
        gap: 16px;
        bottom: -107px;
        justify-content: center;
    }

    .slick-dots li{
        margin: 0;
        width: auto;
        height: auto;
    }

    .slick-dots li button:before{
        display: none;
    }

    .slick-dots li button{
        padding: 0;
        height: 4px;
        width: 48px;
        opacity: 0.3;
        background: #F3ADCD;
    }

    .slick-dots li.slick-active button{
        opacity: 1;
    }

    .liner{
        margin-top: 107px;
    }

    .reviews__header{
        position: relative;
    }

    .slider-btn{
        position: absolute;
        bottom: 4px;
        cursor: pointer;

        svg{
            g,
            path{
                transition: .3s all ease;
            }
        }
    }

    .slider-btn:hover{
        svg{
            g,
            path{
                opacity: 1;
            }
        }
    }

    .slider-next{
        right: 0;
    }

    .slider-prev{
        left: 0;
    }

    @media (max-width: 991px) {
        .reviews__scroll{
            overflow: unset;
        }
        .reviews__box{
            overflow-x: unset;
        }
        .box{
            max-width: 400px;
            min-height: 398px;
        }
        .slick-slide{
            margin: 0 12px;
        }
        .reviews__wrapper.lamp:after{
            top: -755px;
            left: -646px;
        }
        .reviews__wrapper.lamp:before{
            top: -783px;
            right: -235px;
        }
        .reviews__box .box__description{
            max-height: 269px;
        }
    }

    @media (max-width: 768px) {
        .box{
            max-width: 241px;
            min-height: 376px;
        }
        .slick-dots li button{
            width: 24px;
        }

        .slider-btn{
            display: none!important;
        }

        .liner{
            margin-top: 51px;
        }

        .slick-dots{
            bottom: -51px;
        }

        .box.active{
            .box__description{
                max-height: 2000px;
            }
        }

        .reviews__wrapper.lamp:after{
            display: none;
        }

        .box{
            .box__top{
                gap: 12px;
                font-size: 2.25rem;
            }
        }

        .reviews__box .box__description{
            font-size: 2rem;
        }

        .reviews__wrapper.lamp:before{
            top: -928px;
            right: -125px;
        }
    }
}

html[lang="pt-PT"] .place__header .title .border--purple{
    right: -40%;
}

html[lang="es-ES"] .place__header .title .border--purple{
    right: -71px;
}

.team{
    @media (max-width: 991px) {
        .team__grid{
            gap: 135px;
        }

        .team__top{
            flex-direction: column;
            align-items: center;

            .team__grid__row__left{
                width: 375px;
                position: relative;
                background: linear-gradient(180deg, transparent 0%, #171717 86.06%);
            }
            .team__grid__row__left:before{
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, transparent 0%, #171717 86.06%);
                content: '';
            }

            .team__grid__row__right{
                position: relative;
                margin-top: -140px;
                .title{
                    text-align: center;
                }

                .team__button{
                    justify-content: center;
                }
            }
        }

        .team__bottom{
            flex-direction: column-reverse;
            align-items: center;

            .team__grid__row__right{
                width: 392px;
            }
        }
    }

    @media (max-width: 768px) {
        .team__grid{
            gap: 101px;
        }

        .team__top{
            .team__grid__row__left{
                width: 264px;
            }

            .tile__row{
                flex-wrap: wrap;
            }

            .tile__row__cell.mx-312{
                max-width: 100%;
            }
            .tile__row__cell.mx-160,
            .tile__row__cell.mx-104,
            .cell-50{
                max-width: 48%;
            }

            .team__grid__row__right{
                margin-top: -90px;
            }

            .tile__row--last{
                flex-direction: column-reverse;
                margin-top: -114px;
                gap: 19px;

                .tile__row__cell.mx-59{
                    max-width: unset;
                    .cell__spinner{
                        display: flex;
                        justify-content: flex-end;

                        img{
                            display: flex;
                            margin-right: 80px;
                            margin-top: -11px;
                        }
                    }
                }
            }

            .cell__icons{
                flex-wrap: wrap;
            }

            .tile__row__cell.mx-504{
                max-width: unset;
            }
        }

        .team__bottom{
            .team__grid__row__right{
                width: 264px;
            }
        }
    }
}

.primary_eyes{
    position: absolute;
    left: -160px;
    top: 17px;
    content: '';
    transform: rotate(15deg);

    @media (max-width: 991px) {
        display: flex;
        position: relative;
        left: unset;
        top: unset;
        width: 96px;
    }
}

@media (max-width: 991px) {
    .receive__description{
        gap: 40px;
    }

    .primary__header .title{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .receive__description{
        margin-top: 70px;
    }
    .receive__cards .receive__eyes{
        display: flex;
        top: -95px;
        left: 0;
        rotate: 17deg;
    }
    .receive__cards{
        margin-top: 160px;
    }
}


@keyframes changeColor {
    0% {
        color: #fff;
    }

    35% {
        color: #f3adcd;
    }

    70% {
        color: #00b17c;
    }

    100% {
        color: #fff;
    }
}