:root {
        --Medici-Colors-1: #FFFFFF;
        --Medici-Colors-2: #E0E0E0;
        --Medici-Colors-3: #D3D3D3;
        --Medici-Colors-4: #708089;
        --Medici-Colors-5: #0B1634;
        --Medici-Colors-6: #1255F4;
}

/* Exclusive Funds Style */
.exclusiveFunds .header {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/imgs/background-exclusive-funds.png);
        background-position: 59%;
        background-size: cover;
        height: 52vw;
        min-height: 749px;
        padding: 56px;
        color: var(--Medici-Colors-1);
}

.exclusiveFunds .header .content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 1120px;
        width: 100%;
}

.exclusiveFunds .header .content h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
        max-width: 529px;
}

.exclusiveFunds .header .content p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        max-width: 529px;
        text-align: justify;
}

.exclusiveFunds .header .content p span {
        font-weight: 800;
}

.exclusiveFunds .what-is {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/imgs/background-exclusive-funds-what-is.png);
        background-position: 20%;
        background-size: cover;
        height: 74vw;
        min-height: 1064px;
        padding: 56px;
        color: var(--Medici-Colors-1);
}

.exclusiveFunds .what-is .content {
        display: flex;
        flex-direction: column;
        gap: 80px;
        width: 100%;
        max-width: 1120px;
}

.exclusiveFunds .what-is .content .text {
        display: flex;
        flex-direction: column;
        gap: 40px;
        max-width: 613px;
}

.exclusiveFunds .what-is .content .text div {
        display: flex;
        flex-direction: column;
        gap: 24px;
}

.exclusiveFunds .what-is .content .text div h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
}

.exclusiveFunds .what-is .content .text div p {
        text-align: justify;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

.exclusiveFunds .what-is .content .text div span {
        font-weight: 800;
}

.exclusiveFunds .what-is .content .cards {
        display: flex;
        flex-direction: column;
        gap: 40px;
}

.exclusiveFunds .what-is .content .cards .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        background-color: rgba(18, 85, 244, 0.70);
        padding: 32px 16px;
        border-radius: 14px;
        height: 100%;
}

.exclusiveFunds .what-is .content .cards .card h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
}

.exclusiveFunds .what-is .content .cards .card ul {
        list-style-position: inside;
        padding-left: 0;
        list-style-type: disc;
}

.exclusiveFunds .what-is .content .cards .card li {
        text-indent: -1.4em;
        padding-left: 1.5em;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

.exclusiveFunds .what-is .content .cards .glide__arrows {
        display: none;
}

.exclusiveFunds .process {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/imgs/background-exclusive-funds-process.png);
        background-position: 28%;
        background-size: cover;
        height: 42vw;
        min-height: 616px;
        color: var(--Medici-Colors-1);
        padding: 56px;
}

.exclusiveFunds .process .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1120px;
        gap: 64px;
}

.exclusiveFunds .process .content h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
        max-width: 420px;
}

.exclusiveFunds .process .content .cards {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 48px;
}

.exclusiveFunds .process .content .cards .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        background-color: rgba(18, 85, 244, 0.70);
        padding: 32px;
        height: 100%;
        border-radius: 14px;
}

.exclusiveFunds .process .content .cards .card h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
}

.exclusiveFunds .process .content .cards .card p {
        text-align: justify;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

.exclusiveFunds .process .content .cards .glide__arrows {
        display: none;
}

.exclusiveFunds .contact-us {
        width: 100%;
        display: flex;
        background-color: var(--Medici-Colors-2);
}

.exclusiveFunds .contact-us .form-contain {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 50%;
}

.exclusiveFunds .contact-us .form-contain .content {
        display: flex;
        flex-direction: column;
        gap: 32px;
        max-width: 389px;
        margin: 0px 56px;
}

.exclusiveFunds .contact-us .form-contain .content h2 {
        width: 100%;
        color: var(--Medici-Colors-6);
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.exclusiveFunds .contact-us .form-contain .content form {
        width: 100%;
}

.exclusiveFunds .contact-us .form-contain .content form button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 32px;
        width: 100%;
        background-color: var(--Medici-Colors-6);
        color: var(--Medici-Colors-1);
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        border-radius: 9px;
        border: none;
}

.exclusiveFunds .contact-us .form-contain .content form button:hover {
        background-color: #0643D5;
}

.exclusiveFunds .contact-us .form-contain .content form button:focus {
        background-color: #0033AC;
}

.exclusiveFunds .contact-us .banner {
        display: flex;
        justify-content: center;
        background-image: none;
        height: 54vw;
        min-height: 774px;
        width: 50%;
        overflow: hidden;
}

.exclusiveFunds .contact-us .banner picture {
        height: 101%;
}

.exclusiveFunds .contact-us .banner picture img {
        height: 100%;
}

/* Responsivo */
@media (max-width: 479px) {
        .exclusiveFunds .header {
                min-height: 570px;
        }

        .exclusiveFunds .header .content {
                align-items: center;
        }

        .exclusiveFunds .header .content h1 {
                text-align: center;
                font-size: 24px;
                font-weight: 800;
                line-height: 30px;
        }

        .exclusiveFunds .process {
                align-items: flex-end;
        }

        .exclusiveFunds .process .content h1 {
                font-size: 24px;
                line-height: 30px;
        }

        .exclusiveFunds .contact-us .form-contain .content {
                margin: 32px 16px !important;
        }

        .exclusiveFunds .contact-us .form-contain .content h2 {
                font-size: 24px;
                font-weight: 800;
                line-height: 30px;
                text-align: center;
        }
}
    
@media (max-width: 767px) {
        .exclusiveFunds .header {
                align-items: flex-end;
                padding: 32px 16px;
        } 

        .exclusiveFunds .what-is {
                height: fit-content;
                min-height: auto;
                padding: 32px 16px;
        }

        .exclusiveFunds .what-is .content {
                gap: 40px;
        }

        .exclusiveFunds .what-is .content .text {
                gap: 32px;
        }
        
        .exclusiveFunds .what-is .content .text div {
                gap: 8px;
        }

        .exclusiveFunds .process {
                padding: 32px 16px;
        }

        .exclusiveFunds .process .content {
                gap: 48px;
        }

        .exclusiveFunds .contact-us {
                flex-direction: column-reverse;
        }
        
        .exclusiveFunds .contact-us .form-contain {
                width: 100%;
        }

        .exclusiveFunds .contact-us .form-contain .content {
                margin: 56px;
        }

        .exclusiveFunds .contact-us .banner {
                display: none;
        }
}
    
@media (max-width: 1024px) {}

@media (max-width: 1279px) {
        .exclusiveFunds .what-is .content .cards .glide__arrows {
                display: flex;
        }

        .exclusiveFunds .process .content .cards .glide__arrows {
                display: flex;
        }
}

@media (max-width: 1354px) {}
