/*.navbar, footer {
    display: none;
}
body{
    margin: 0 0;
}
main{
    padding:0 0;
}

.container, .container-md, .container-sm {
    max-width: 1000px;
    padding: 0 !important;
}*/
.cb-landing-hero {
    max-width: 100%;
    height: 1114px;
    display: flex;
    flex-direction: column;
}

.cb-landing-hero__bg {
    inset: 0;
    background-image: url('/images/Agents/Landing.svg');
    background-size: cover;
    background-position: center;
    z-index: 0;
    height: 1200px;
    width: 100%;
}

.cb-landing-hero__inner {
    width:100%;
    top: 75px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-top: 66px;
    gap: 225px;
}

.landing-card-row{
    width:100%;
    height:100%;
}

.cb-landing-card {
    width:535px;
    background: #ffffff;
    border-radius: 0 10px 10px 0;
    padding: 28px 48px;
    max-width: 535px;
}

.cb-landing-card__text {
    width:100%;
    color: #010425;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    word-wrap: break-word;
    margin: 0 0 !important;
}

.cb-landing-cta-wrap {
    width: 100%;
    display:flex;
    justify-content:center;
}

.cb-landing-btn {
    width: 454px;
    height: 124px;
    background-color: #000426;
    color: #FFDE00 !important;
    border: 4px solid #FFDE00;
    border-radius: 20px;
    padding: 38px 39px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.20px;
    text-decoration: none !important;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 535px){
    .cb-landing-card {
        width:100%;
        border-radius:0px;
    }

    .cb-landing-btn {
        width: 90%;
    }
}