@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Satoshi-Light.66b6be60.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Satoshi-LightItalic.3e548608.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Satoshi-Regular.811ccb0b.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Satoshi-Italic.931b0a35.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Satoshi-Medium.e9d34f04.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Satoshi-MediumItalic.2097b0fe.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Satoshi-Bold.b5dd7dee.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Satoshi-BoldItalic.ed285528.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Satoshi-Black.d27fb329.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Satoshi-BlackItalic.e1c41ced.otf) format("opentype")
}

.final-cta-section.redesigned {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 700px;
    padding: 0;
    position: relative;
    width: 100%;
}

.final-cta-section.redesigned.alignfull {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    position: relative;
    right: 50%;
    width: 100vw;
}

.final-cta-section.redesigned .cta-editor-placeholder {
    align-items: center;
    background: #f1f5f9;
    border: 2px dashed #cbd5e1;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    min-height: 300px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.final-cta-section.redesigned .logo-editor-placeholder {
    margin: 0 auto;
    max-width: 200px;
    position: relative;
    z-index: 10;
}

.final-cta-section.redesigned .section-bg-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.final-cta-section.redesigned .section-bg-image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.final-cta-section.redesigned .section-bg-image:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, transparent 50%, rgba(15, 23, 42, .6));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.final-cta-section.redesigned .cta-overlay-content {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    padding: 60px 20px 40px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.final-cta-section.redesigned .cta-logo-wrap {
    margin-bottom: auto;
    padding-top: 20px;
}

.final-cta-section.redesigned .cta-logo-wrap img {
    filter: brightness(0) invert(1);
    height: auto;
    max-width: 180px;
}

.final-cta-section.redesigned .cta-cards-container {
    align-items: stretch;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: -100px;
    max-width: 900px;
    width: 100%;
}

@media(max-width:768px) {
    .final-cta-section.redesigned .cta-cards-container {
        align-items: center;
        flex-direction: column;
    }
}

.final-cta-section.redesigned .cta-card {
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 56px;
    text-align: center;
    transition: transform .3s ease;
}

@media(max-width:768px) {
    .final-cta-section.redesigned .cta-card {
        max-width: 400px;
        width: 100%;
    }
}

.final-cta-section.redesigned .cta-card:hover {
    transform: translateY(-5px);
}

.final-cta-section.redesigned .cta-card.card-green {
    background-color: #10b981;
    color: #fff;
    max-width: 410px;
}

.final-cta-section.redesigned .cta-card.card-green h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.final-cta-section.redesigned .cta-card.card-green .cta-mini-btn {
    border: 1px solid #fff;
    border-radius: 99px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    text-decoration: none;
    transition: all .3s ease;
}

.final-cta-section.redesigned .cta-card.card-green .cta-mini-btn:hover {
    background-color: #fff;
    color: #10b981;
}

.final-cta-section.redesigned .cta-card.card-white {
    background-color: #fff;
    background-image: radial-gradient(at top left, rgba(16, 185, 129, .03) 0, transparent 70%);
    color: #1e293b;
    position: relative;
    max-width: 410px;
}

.final-cta-section.redesigned .cta-card.card-white p {
    color: #334155;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    margin: 0px !important;
}

.final-cta-section.redesigned .cta-card.card-white .card-footer-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    width: 100%;
}

.final-cta-section.redesigned .cta-card.card-white .card-footer-logo .mini-logo {
    filter: grayscale(1);
    height: auto;
    max-width: 60px;
    opacity: .8;
}

.final-cta-section.redesigned .bg-image-preview {
    height: 100%;
    position: relative;
}

.final-cta-section.redesigned .bg-image-preview img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.final-cta-section.redesigned .bg-image-preview .remove-bg-btn {
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 10;
}

.final-cta-section.redesigned .cta-overlay-content .cta-mini-btn {
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 8px 20px;
}