@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

.compact-kb11-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.full-container {
    width: 100%;
    height: 100%;
}

.compact-kb11-container {
    margin: 0 auto;
    max-width: 1330px;
    position: relative;
    padding: 0 15px;
}

.compact-kb11-container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Layer 1 */
#card-1 {
    padding: 40px;
    flex-direction: column;
    background-color: #6A6DCD;   
}

#card-1 p, h2 {
    font-family: "Urbanist", sans-serif !important;
}

#card-1 > div {
    width: 100%;
}

#card-1 > div:first-child {
    align-content: center;
    text-align: -webkit-center;
}

#card-1 h2 {
    max-width: 100%;
    font-size: 45px;
    font-weight: 800;
}

#card-1 .content {
    padding: 25px 0;
    font-size: 21px;
    align-self: center;
    text-align: center;
    color: #FFFFFF;
}

#card-1 .content .description {
    font-weight: 300;
}

#card-1 img {
    width: 100%;
    max-width: 348px;
    height: auto;
    display: block;
}

/* Layer 2 */
#card-2 {
    overflow: hidden;
}

#card-2 .container-content {
    position: relative;
    width: 100%;
    height: auto;
}

#card-2 .container-content .bg {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s;
}

#card-2:hover .container-content .bg {
    transform: scale(1.1);
}

/* Layer 3 */
#card-3 {
    background-color: #6A6DCD;
}

#card-3 .content {
    width: 100%;
    text-align: center;
    padding: 0 5%;
    margin: 4rem 0;
    display: grid;
    column-gap: 3%;
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

#card-3 .content div div {
    height: 48px;
}

#card-3 .content p {
    margin-top: 2rem;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Urbanist", sans-serif !important;
    font-size: 14px;
}

#card-3 img {
    max-height: 48px;
    object-fit: contain;
    transition: all 0.3s;
}

#card-3 .content div:hover img,
#card-3 .content div:hover p {
    filter: invert(100%) sepia(60%) saturate(100%) hue-rotate(160deg) brightness(20%) contrast(150%);
}

/* Layer 4 */
#card-4 {
    padding: 5% 0 2% 5%;
    background-color: #FFFFFF;
    flex-direction: column-reverse;
}

#card-4 > div {
    flex: 1 1 50%;
}

#card-4 .div-image {
    align-self: flex-end;
}

#card-4 h2 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-4 .content {
    align-self: center;
    margin: 2rem 0;
    padding-right: 5%;
}

#card-4 p,
#card-4 strong {
    font-weight: 400;
    font-size: 18px;
    font-family: "Urbanist", sans-serif !important;
    color: #000000;
}

#card-4 strong {
    font-weight: 800;
}

#card-4 img {
    width: 100%;
    height: fit-content;
}

/* Layer 5 */
#card-5 {
    padding: 2% 5% 0 0;
    background-color: #FFFFFF;
    flex-direction: column-reverse;
}

#card-5 > div {
    flex: 1 1 50%;
}

#card-5 h2 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-5 .content {
    align-self: center;
    margin: 2rem 0;
    padding-left: 5%;
}

#card-5 p {
    font-weight: 400;
    font-size: 18px;
    font-family: "Urbanist", sans-serif !important;
    color: #000000;
}

#card-5 img {
    width: 100%;
    height: fit-content;
}

/* Layer 6 */
#card-6 {
    position: relative;
    width: 100%;
    aspect-ratio: 12 / 3;
}

#card-6 .content-desktop {
    width: 100%;
    z-index: 1;
    display: flex;
    align-self: center;
}

#card-6 .text-container {
    width: 100%;
}

#card-6 .text-container h2 {
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    font-size: 35px;
    color: #FFFFFF;
}

#card-6 .text-container p {
    font-weight: 400;
    font-family: "Urbanist", sans-serif !important;
    font-size: 18px;
    color: #FFFFFF;
}

#card-6 img {
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 0;
    left: 0;
    padding: 0 5% 5% 5%;
}

/* Layer 7 */
#card-7 {
    background-color: #6A6DCD;
    padding: 19% 10% 10% 10%;
}

#card-7 .content {
    width: 100%;
    text-align: center;
}

#card-7 .content h2 {
    font-size: 25px;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
    font-weight: 800;
}

#card-7 .content p {
    margin-top: 2rem;
    font-size: 18px;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
    font-weight: 400;
}

/* Layer 8 */
#card-8 {
    padding: 2% 5% 2% 0;
    background-color: #FFFFFF;
    flex-direction: column-reverse;
}

#card-8 > div {
    flex: 1 1 50%;
}

#card-8 h2 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-8 .content {
    align-self: center;
    margin: 2rem 0;
    padding-left: 5%;
}

#card-8 p {
    font-weight: 400;
    font-size: 18px;
    font-family: "Urbanist", sans-serif !important;
    color: #000000;
}

#card-8 img {
    width: 100%;
    height: fit-content;
}

/* Layer 9 */
#card-9 {
    padding: 2% 0 2% 5%;
    background-color: #FFFFFF;
    flex-direction: column-reverse;
}

#card-9 > div {
    flex: 1 1 50%;
}

#card-9 .div-image {
    align-self: flex-end;
}

#card-9 h2 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-9 .content {
    align-self: center;
    margin: 2rem 0;
    padding-right: 5%;
}

#card-9 p {
    font-weight: 400;
    font-size: 18px;
    font-family: "Urbanist", sans-serif !important;
    color: #000000;
}

#card-9 img {
    width: 100%;
    height: fit-content;
}

/* Layer 10 */
#card-10 {
    position: relative;
    width: 100%;
    aspect-ratio: 9.5 / 3;
}

#card-10-mobile {
    padding: 0 5% 5% 5%;
    background-color: #6A6DCD;
    display: flex;
}

#card-10-mobile .text-container {
    padding-top: 5%;
}

#card-10 .content-desktop {
    width: 100%;
    z-index: 1;
    display: none;
    align-self: center;
}

#card-10 .text-container {
    width: 50%;
    margin-bottom: auto;
    padding: 0 5%;
}

#card-10 .text-container h2,
#card-10-mobile .content-mobile .text-container h2 {
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    font-size: 35px;
    color: #FFFFFF;
}

#card-10 .text-container p,
#card-10-mobile .content-mobile .text-container p {
    font-weight: 400;
    font-family: "Urbanist", sans-serif !important;
    font-size: 18px;
    color: #FFFFFF;
}

#card-10 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    transition: opacity 0.3s ease;
}

/* Layer 11 */
#card-11 .content {
    width: 100%;
    text-align: center;
    padding: 5rem 0;
    background-color: #FFFFFF;
}

#card-11 .content h2 {
    color: #6A6DCD;
    font-size: 30px;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 800;
    margin-bottom: 4rem;
}

#card-11 .content .images {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    padding: 0 10%;
}

#card-11 .content p {
    color: #929292;
    font-size: 15px;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 400;
    margin-top: 2rem;
}

#card-11 .content .images img {
    transition: all 0.3s;
}

#card-11 .content .images div:hover img,
#card-11 .content .images div:hover p {
    filter: invert(47%) sepia(10%) saturate(3039%) hue-rotate(200deg) brightness(94%) contrast(85%);
}

/* Layer 12 */
#card-12 {
    background-color: #6A6DCD;
}

#card-12 .content {
    width: 100%;
    margin: 4rem 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 5%;
}

#card-12 .content p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

#card-12 img {
    margin-bottom: 2rem;
}

#card-12 br {
    display: none;
}

#card-12 .content:hover img,
#card-12 .content:hover p {
    filter: invert(100%) sepia(60%) saturate(100%) hue-rotate(160deg) brightness(20%) contrast(150%);
}

/* Layer 13 */
#card-13 {
    padding: 2% 0 0 5%;
    background-color: #FFFFFF;
    flex-direction: column-reverse;
}

#card-13 > div {
    flex: 1 1 50%;
}

#card-13 .div-image {
    align-self: flex-end;
}

#card-13 h2 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif !important;
    color: #6A6DCD;
}

#card-13 .content {
    align-self: center;
    margin: 2rem 0;
    padding-right: 5%;
}

#card-13 p {
    font-weight: 400;
    font-size: 18px;
    font-family: "Urbanist", sans-serif !important;
    color: #000000;
}

#card-13 img {
    width: 100%;
    height: fit-content;
}

/* Layer 14 */
#card-14 {
    justify-content: center;
    padding: 6%;
}

#card-14 img {
    width: 100%;
    height: 100%;
    max-width: 666px;
}

#card-14 img:hover {
    filter: invert(100%) sepia(60%) saturate(100%) hue-rotate(160deg) brightness(20%) contrast(150%);
}

/* Layer 15 */
#card-15 {
    background-color: #6A6DCD;
}

#card-15 .content {
    width: 100%;
    text-align: center;
    margin: 5% 0;
}

#card-15 .content p {
    font-size: 30px;
    font-family: "Urbanist", sans-serif !important;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

#card-15 .content p:first-child {
    font-weight: 400;
}

/* MEDIA */
@media (min-width:480px) {
    /* Layer 1 */
    #card-1 .content {
        font-size: 25px;
    }

    /* Layer 3 */
    #card-3 .content {
        row-gap: 55px;
    }

    /* layer 11 */
    #card-11 .content h2 {
        font-size: 40px;
    }

    #card-11 .content p {
        font-size: 28px;
    }

    /* layer 12 */
    #card-12 br {
        display: block;
    }
}

@media (min-width:620px) {
    /* Layer 1 */
    #card-1 {
        padding: 20px 60px;
    }

    /* Layer 4 */
    #card-4 h2 {
        font-size: 40px;
    }

    #card-4 p,
    #card-4 strong {
        font-size: 22px;
    }

    /* Layer 5 */
    #card-5 h2 {
        font-size: 40px;
    }

    #card-5 p {
        font-size: 22px;
    }

    /* Layer 6 */
    #card-6 {
        padding: 0 5%;
    }

    /* Layer 7 */
    #card-7 .content h2 {
        font-size: 30px;
    }

    /* Layer 8 */
    #card-8 h2 {
        font-size: 40px;
    }

    #card-8 p {
        font-size: 22px;
    }

    /* Layer 9 */
    #card-9 h2 {
        font-size: 40px;
    }

    #card-9 p {
        font-size: 22px;
    }

    /* layer 12 */
    #card-12 .content {
        flex-direction: row;
    }

    #card-12 img {
        margin-right: 5rem;
    }

    /* Layer 13 */
    #card-13 h2 {
        font-size: 40px;
    }

    #card-13 p {
        font-size: 22px;
    }

    /* Layer 15 */
    #card-15 .content p {
        font-size: 45px;
    }
}

@media (min-width:768px) {
    /* Layer 1 */
    #card-1 {
        flex-direction: row-reverse;
    }

    #card-1 .content {
        text-align: left;
    }

    #card-1 > div {
        width: calc(100% / 2);
    }

    #card-1 > div:first-child {
        text-align: -webkit-right;
    }

    /* Layer 3 */
    #card-3 .content {
        grid-template-columns: repeat(4, 1fr);
    }

    /* layer 4 */
    #card-4 {
        flex-direction: row-reverse;
    }

    #card-4 .div-image {
        align-self: center;
    }

    /* layer 5 */
    #card-5 {
        flex-direction: row;
    }

    #card-5 .div-image {
        align-self: center;
    }

    /* layer 8 */
    #card-8 {
        flex-direction: row;
    }

    #card-8 .div-image {
        align-self: center;
    }

    /* layer 9 */
    #card-9 {
        flex-direction: row-reverse;
    }

    #card-9 .div-image {
        align-self: center;
    }

    /* Layer 10 */
    #card-10-mobile {
        display: none;
    }

    #card-10 .content-desktop {
        display: flex;
    }

    /* layer 11 */
    #card-11 .content h2 {
        font-size: 60px;
    }

    /* layer 13 */
    #card-13 {
        flex-direction: row-reverse;
    }

    #card-13 .div-image {
        align-self: center;
    }
}

@media (min-width:967px) {
    /* Layer 1 */
    #card-1 h2 {
        font-size: 60px;
    }

    #card-1 .content {
        font-size: 32px;
    }

    /* Layer 4 */
    #card-4 h2 {
        font-size: 60px;
    }

    #card-4 p,
    #card-4 strong {
        font-size: 28px;
    }

    /* Layer 5 */
    #card-5 h2 {
        font-size: 60px;
    }

    #card-5 p {
        font-size: 28px;
    }

    /* Layer 7 */
    #card-7 .content h2 {
        font-size: 50px;
    }

    #card-7 .content p {
        font-size: 28px;
    }

    /* Layer 8 */
    #card-8 h2 {
        font-size: 60px;
    }

    #card-8 p {
        font-size: 28px;
    }

    /* Layer 9 */
    #card-9 h2 {
        font-size: 60px;
    }

    #card-9 p {
        font-size: 28px;
    }

    /* Layer 13 */
    #card-13 h2 {
        font-size: 60px;
    }

    #card-13 p {
        font-size: 28px;
    }
}

@media (min-width:1200px) {
    /* Layer 3 */
    #card-3 .content {
        grid-template-columns: repeat(8, 1fr);
    }

    #card-3 .content p {
        font-size: 11px;
    }

    /* Layer 10 */
    #card-10 .text-container h2 {
        font-size: 60px;
    }

    #card-10 .text-container p {
        font-size: 28px;
    }
}