.swiper-container {
    overflow-x: hidden;
    position: relative;


    height: 600px;
}

.swiper-button-prev,
.swiper-button-next {
    color: white !important;
    margin: 0px 5%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 80px !important;
    font-weight: bold !important;
}

.slide-wrapper {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;

    height: 100%;
}

.slide--card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 735px;
}

h2.slide--text {
    font-size: 100px;
    text-align: right;
    color: white;
    letter-spacing: 0px;
    line-height: 100px;
    margin-top: 0px;
    margin-bottom: 40px;
}

a.slide--cta {
    width: 382px;
    height: 53px;
    border-radius: 8px;
    background-color: #FF931E;
    color: white;
    text-decoration: none;
    font-size: 24px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}


a.slide--cta:hover {

}