.caravan {
    padding: 142px 0 45px;
    background: -webkit-linear-gradient(355deg, #1A2027 -4.61%, #01050C 95.93%);
    background: -o-linear-gradient(355deg, #1A2027 -4.61%, #01050C 95.93%);
    background: linear-gradient(95deg, #1A2027 -4.61%, #01050C 95.93%);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px); }
@media only screen and (max-width: 1200px) {
    .caravan {
        padding: 85px 0 20px; } }
@media only screen and (max-width: 720px) {
    .caravan {
        padding: 95px 0 20px; } }
.caravan_title-cubes-box {
    flex-direction: row;
    display: flex;
}

.caravan-content {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 90px;
    z-index: 3; }

.caravan-content:first-child {
    width: max-content}




.caravan-title {
font-family: "DM Sans", sans-serif;
    margin-top: 18px;
    max-width: 620px;
    font-size: 68px;
    font-weight: 200;
    line-height: 110%; }
.caravan-title b {

    font-weight: 400; }
.caravan-title .color {
    color: #FFD52E; }
@media only screen and (max-width: 1200px) {
    .caravan-title {
        font-size: 40px;
        margin-top: 24px;

        line-height: 120%;
        max-width: 350px;} }
@media only screen and (max-width: 720px) {
    .caravan-title {
        margin-top: 0px;
        max-width: 320px;
line-height: 115%;
        font-size: 34px; } }

.caravan-form {
    margin-top: 44px; }
@media only screen and (max-width: 1200px) {
    .caravan-form {
        margin-top: 20px; } }
@media only screen and (max-width: 720px) {
    .caravan-form {
        margin-top: 20px; } }

.page-wrap-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 18px; }
@media only screen and (max-width: 1200px) {
    .page-wrap-form {
        grid-gap: 16px; } }
@media only screen and (max-width: 720px) {
    .page-wrap-form {
        grid-gap: 8px; } }

.quotes-marquee tv-ticker-tape {
    pointer-events: none;
}

.quotes-marquee {
    overflow: hidden;
    height: 76px;
    margin-top: 92px;
    background: rgba(9, 13, 20, 0.3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px); }
.quotes-marquee:hover .quotes-track {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
@media only screen and (max-width: 1200px) {
    .quotes-marquee {
        margin-top: 25px; } }
@media only screen and (max-width: 720px) {
    .quotes-marquee {
        margin-top: 16px; } }

.cubes {
    position: relative;
    width: 484px;
    height: 465px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cube {
    position: absolute;
    width: 200px;
    height: 200px;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cube--1 {
    top: 20px;
    left: 20px;
    -webkit-transform: rotate(-11.65deg);
    transform: rotate(-11.65deg);
}

.cube--2 {
    top: 50px;
    right: 20px;
    -webkit-transform: rotate(12.83deg);
    transform: rotate(12.83deg);
}

.cube--3 {
    bottom: 20px;
    left: 42%;
    -webkit-transform: translateX(-50%) rotate(10.22deg);
    transform: translateX(-50%) rotate(10.22deg);
}

.cube__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;

    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cube__img--default {
    opacity: 1;
}

.cube__img--hover {
    width: 100%;
    height: 100%;
    opacity: 0;

    -webkit-transform: scale(1.2);
    transform: scale(1.2);

    -webkit-transform-origin: center center;
    transform-origin: center center;

    pointer-events: none;
}

.cube:hover .cube__img--default {
    opacity: 0;
}

.cube:hover .cube__img--hover {
    opacity: 1;
}

.cube__ticker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 144px;
    height: 144px;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    z-index: 2;
    pointer-events: none;

    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;

    object-fit: contain;
    display: block;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes tickerAppear {
    0% {
        opacity: 0;

    }

    15% {
        opacity: 0.15;

    }

    30% {
        opacity: 0.45;

    }

    50% {
        opacity: 1;

    }

    70% {
        opacity: 0.7;

    }

    85% {
        opacity: 0.35;

    }

    100% {
        opacity: 0;

    }

}


@media only screen and (max-width: 1200px) {
    .caravan-content {

        gap: 45px;
         }
    .cubes {
        position: relative;
        width: 301px;
        height: 299px;
    }

    .cube {
        position: absolute;
        width: 134px;
        height: 134px;

    }

    .cube--1 {
        top: 15px;
        left: 0;
        transform: rotate(-4deg);
    }

    .cube--2 {
        top: 30px;
        right: 15px;
        transform: rotate(7deg);
    }

    .cube--3 {
        bottom: 0;
        left: 42%;
        transform: translateX(-50%) rotate(8deg);
    }

    .cube__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        transition: opacity .1s ease;
    }

    .cube__img--default {
        opacity: 1;
    }

    .cube__img--hover {
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: scale(1.2);
        transform-origin: center;
    }

    .cube:hover .cube__img--default {
        opacity: 0;
    }

    .cube:hover .cube__img--hover {
        opacity: 1;

    }
    .cube__ticker {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
        z-index: 2;
        pointer-events: none;
        transition: opacity .3s;
    }
}
@media only screen and (max-width: 720px) {
    .caravan-content {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 32px;
        z-index: 3; }
    .cubes {
        position: relative;
        width: 320px;
        height: 317px;
    }

    .cube {
        position: absolute;
        width: 142px;
        height: 142px;

    }

    .cube--1 {
        top: 8px;
        left: 0;
        transform: rotate(-4deg);
    }

    .cube--2 {
        top: 20px;
        right: 10px;
        transform: rotate(7deg);
    }

    .cube--3 {
        bottom: 8px;
        left: 44%;
        transform: translateX(-50%) rotate(8deg);
    }

    .cube__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        transition: opacity .1s ease;
    }

    .cube__img--default {
        opacity: 1;
    }

    .cube__img--hover {
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: scale(1.2);
        transform-origin: center;
    }

    .cube:hover .cube__img--default {
        opacity: 0;
    }

    .cube:hover .cube__img--hover {
        opacity: 1;

    }
    .cube__ticker {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 104px;
        height: 104px;
        transform: translate(-50%, -50%);
        z-index: 2;
        pointer-events: none;
        transition: opacity .3s;
    }
}