: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;
}

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

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

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

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

.ownFunds .lapin {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/imgs/background-own-funds-lapin.png);
        background-position: 48%;
        background-size: cover;
        height: 35vw;
        min-height: 513px;
        color: var(--Medici-Colors-1);
        padding: 56px;
}

.ownFunds .lapin .content {
        display: flex;
        flex-direction: column;
        gap: 48px;
        width: 100%;
        max-width: 1120px;
}

.ownFunds .lapin .content .text {
        display: flex;
        flex-direction: column;
        gap: 40px;
}

.ownFunds .lapin .content .text .title {
        display: flex;
        flex-direction: column;
        gap: 16px;
}

.ownFunds .lapin .content .text .title img {
        width: 48px;
}

.ownFunds .lapin .content .text .title h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.ownFunds .lapin .content .text .title p {
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        color: var(--Medici-Colors-5);
        padding: 2px 32px;
        background-color: var(--Medici-Colors-4);
        width: fit-content;
        border-radius: 30px;
}

.ownFunds .lapin .content .text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        max-width: 535px;
        text-align: justify;
}

.ownFunds .lapin .content .text p span {
        font-weight: 800;
}

.ownFunds .nano {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/imgs/background-own-funds-nano.png);
        background-position: 45%;
        background-size: cover;
        height: 35vw;
        min-height: 513px;
        color: var(--Medici-Colors-1);
        padding: 56px;
}

.ownFunds .nano .content {
        display: flex;
        flex-direction: column;
        gap: 48px;
        width: 100%;
        max-width: 1120px;
}

.ownFunds .nano .content .text {
        display: flex;
        flex-direction: column;
        gap: 40px;
}

.ownFunds .nano .content .text .title {
        display: flex;
        flex-direction: column;
        gap: 16px;
}

.ownFunds .nano .content .text .title img {
        width: 48px;
}

.ownFunds .nano .content .text .title h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.ownFunds .nano .content .text .title p {
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        color: var(--Medici-Colors-5);
        padding: 2px 32px;
        background-color: var(--Medici-Colors-4);
        width: fit-content;
        border-radius: 30px;
}

.ownFunds .nano .content .text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        max-width: 535px;
        text-align: justify;
}

.ownFunds .nano .content .text p span {
        font-weight: 800;
}

.ownFunds .advantages {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/imgs/background-own-funds-advantages.png);
        background-position: 60%;
        background-size: cover;
        padding: 56px;
        color: var(--Medici-Colors-1);
        height: 48vw;
        min-height: 696px;
}

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

.ownFunds .advantages .content h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
        max-width: 430px;
}

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

.ownFunds .advantages .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;
}

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

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

.ownFunds .advantages .content .cards .glide__arrows {
        display: none;
}

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

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

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

.ownFunds .contact-us .form-contain .content .text {
        display: flex;
        flex-direction: column;
        gap: 8px;
}

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

.ownFunds .contact-us .form-contain .content .text p {
        color: var(--Medici-Colors-5);
        text-align: justify;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

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

.ownFunds .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;
}

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

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

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

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

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


/* Responsivo */
@media (max-width: 479px) {
        .ownFunds .header .content h1 {
                font-size: 24px;
                line-height: 30px;
        }

        .ownFunds .advantages .content h1 {
                font-size: 24px;
                line-height: 30px;
        }

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

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

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

        .ownFunds .header .content h1 {
                text-align: center;
        }

        .ownFunds .lapin {
                height: fit-content;
                min-height: auto;
                padding: 32px 16px;
        }

        .ownFunds .lapin .content {
                align-items: center;
        }

        .ownFunds .lapin .content .text .title {
                align-items: center;
        }

        .ownFunds .nano {
                height: fit-content;
                min-height: auto;
                padding: 32px 16px;
        }

        .ownFunds .nano .content {
                align-items: center;
        }

        .ownFunds .nano .content .text .title {
                align-items: center;
        }

        .ownFunds .nano .content .text .title h1 {
                text-align: center;
        }

        .ownFunds .advantages {
                align-items: flex-end;
                padding: 32px 16px;
                min-height: 696px;
        }

        .ownFunds .advantages .content {
                gap: 48px;
        }

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

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

        .ownFunds .contact-us .banner {
                display: none;
        }
}
    
@media (max-width: 1024px) {
        .ownFunds .advantages .content .cards .glide__arrows {
                display: flex;
        }
}

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

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