/* FAQ  begin */
.faq {
    margin-top: 20px;
    max-width: 60%;
}
.faq .header h1 {
    color: inherit;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 50px;
}

.accordion {
    border: 0px;
    background: none;
}

.accordion, .menu, .tabs {
    list-style-type: none;
}


.accordion .accordion-item:first-child .accordion-title {
    border-radius: 20px 20px 0 0;
}

.accordion .accordion-item:last-child .accordion-title {
    border-radius: 0 0 20px 20px;
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem;
}

.accordion-title::before {
    content: url(../assets/i-plus.png) !important;
    transform: scale(.6);
    margin-top: 0;
    top: 25%;
}

.is-active>.accordion-title::before {
    content: url(../assets/i-close.png) !important;
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #2199e8;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.accordion-title {
    color: #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-align: left;
    background-color: #99aab7;
    border-bottom: 1px solid #C6CAD2;
}
.accordion-title:hover, .accordion-title:focus {
    background-color: #8b99a3;
    color: #fff;
}
.accordion-content {
    padding: 1.25rem 1rem;
    display: none;
    border-bottom: 1px solid #e6e6e6;
}
.accordion-content {
    background-color: #eff3f6;
    border-bottom: 0.5px solid #C6CAD2;
}

.accordion-content p {
    color: #333;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    text-align: left;
}


.accordion .accordion-item:last-child .accordion-content {
    border-radius: 0 0 20px 20px;
}

.accordion .accordion-item:last-child.is-active .accordion-title {
    border-radius: 0;
    border-bottom: 1px solid #C6CAD2;
}


@media only screen and (max-width: 500px) and (orientation: portrait){
    .faq {
        max-width: 100%;
        padding: 0;
    }
    ul {
        margin-left: 0;
    }
}
/* FAQ  end */

.column.medium-12 {
    padding: 5vh 0;
}

h1, h2, h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: inherit;
}

.fold-1-bckp3 {
    display: flex;
    margin: 15vh 0;
    background: url(../assets/bg-titles60.webp);
    background-size: contain;
}
.width-container {
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
}
.boxes {
    display: flex;
    align-items: stretch;
    gap: 2vw;
}
.usp-box {
    max-width: 18vw;
}
.usp-box:first-child {
    margin-top: -15vh;
    margin-bottom: 15vh;
    background-color: #444A55;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.usp-box:nth-child(2) {
    background: #717B8E;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
}
.usp-box:last-child {
    margin-top: 15vh;
    margin-bottom: -15vh;
    background-color: #C6CAD2;
    padding: 30px;
    border-radius: 20px;
}




@media only screen and (max-width: 1024px) and (orientation: portrait){
    .fold-1-bckp3 {
        background: none;
        margin: 5vh 0;
    }

    .boxes {
        flex-direction: column;
    }

    .usp-box:first-child {
        margin-top: -5vh;
        margin-bottom: 0;
        min-width: 100%;
    }

    .usp-box:last-child {
        margin-top: 0;
        margin-bottom: 0;
        min-width: 100%;
    }

    .usp-box {
        max-width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width: 500px) and (orientation: portrait){
    .fold-1-bckp3 {
        /* max-width: 90%; */
        margin: auto;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 40.063em){
    h3 {
        font-size: 1.375rem;
    }
}