/* -------------------------- ALL -------------------------- */

.frontpage{
    width: auto;
}

/* Home header
============================================================ */

.home-header {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.home-header .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 75dvh;
    padding: 40px 50px;
    text-align: center;
    border-radius: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.home-header .wrapper::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1500" height="833"><defs><clipPath id="c"><path data-name="Rectangle 2607" transform="translate(210 4431)" fill="%23fff" stroke="%23707070" d="M0 0h1500v833H0z"/></clipPath><clipPath id="d"><path data-name="Rectangle 2604" fill="url(%23a)" d="M0 0h1920v1280.001H0z"/></clipPath><clipPath id="e"><path data-name="Tracé 52747" d="M26.54 0C10.456 50.987.078 109.382 0 166.549v1.274C.161 288.8 46.649 404.007 183.143 431.633c90.907 18.4 179.812-27.5 250.379-80.859 36.781-27.81 71.171-58.728 106.294-88.564 37.968-32.25 83.026-67.553 132.206-99.341q3.457-2.234 6.937-4.444C818.2 70.069 988.688 11.44 1123.12 125.3a247.122 247.122 0 0 1 31.208 31.459q1.846 2.24 3.613 4.5C1281.647 319.6 1121.968 557.623 1058 711.248c-39.649 95.21-45.473 217.729 77.684 245.417a251.917 251.917 0 0 0 54.573 6.361h1.481q2.969-.012 5.906-.1c41.068-1.207 77.766-13.529 110.444-33.587V0Z" fill="none"/></clipPath><clipPath id="g"><path data-name="Tracé 52748" d="M0 0v811.29c143.09-28.938 302.064-7.031 434.305 35.664C675.47 924.818 821.39 1098.763 963.171 1280H1920v-184.976c-58.9-51.626-135.016-78.444-224.677-61.726-130.984 24.42-332.738 130.322-421.008-32.638-85.848-158.484 188.14-263.927 253.079-371.047 52.994-87.415 33.3-212.642-66-257.637-85.091-38.556-185.212 9.175-255.634 56.889-169.675 114.963-337.784 408.95-574.509 275.795l-.607-.345a294.985 294.985 0 0 1-4.338-2.5l-2.058-1.2q-1.317-.77-2.626-1.552a223.1 223.1 0 0 1-3.127-1.881c-.866-.529-1.744-1.035-2.6-1.579-1.387-.878-2.747-1.8-4.111-2.7q-.794-.523-1.583-1.05l-1.219-.815c-.819-.557-1.642-1.113-2.461-1.677-1.258-.862-2.52-1.724-3.766-2.6-.749-.521-1.54-.972-2.281-1.5a333.024 333.024 0 0 1-36.286-29.961q-2.322-2.2-4.585-4.444c-57.234-56.529-90.75-130.517-108.363-210.949q-.835-3.809-1.619-7.642C423.438 304.932 436.112 162.47 457.1 47.97q4.4-24.044 9.5-47.97Z" fill="url(%23b)"/></clipPath><linearGradient id="a" x1=".089" y1=".03" x2=".827" y2=".875" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23b5ddd5"/><stop offset="1" stop-color="%232b3b52"/></linearGradient><linearGradient id="b" x1=".502" y1=".362" x2=".514" y2="1.079" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%232b3b52"/><stop offset="1" stop-color="%23b5ddd5"/></linearGradient><radialGradient id="f" cx=".099" cy=".257" r="1.106" gradientTransform="matrix(.766 0 0 -1 .005 1.918)" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23b5ddd4"/><stop offset="1" stop-color="%232a3b52"/></radialGradient></defs><g data-name="Groupe de masques 92" transform="translate(-210 -4431)" clip-path="url(%23c)"><g data-name="Groupe 11021"><g data-name="Groupe 11016" style="isolation:isolate"><g data-name="Groupe 11015" clip-path="url(%23d)" transform="translate(0 4001)"><path data-name="Rectangle 2603" transform="rotate(-7.512 83.677 1274.53)" fill="url(%23a)" d="M0 0h2070.864v1520.029H0z"/></g></g><g data-name="Groupe 11018"><g data-name="Groupe 11017" clip-path="url(%23e)" transform="translate(611.915 4001)"><path data-name="Rectangle 2605" transform="rotate(-3.865 32.474 962.051)" fill="url(%23f)" d="M0 0h1370.031v1049.018H0z"/></g></g><g data-name="Groupe 11020" style="isolation:isolate"><g data-name="Groupe 11019" clip-path="url(%23g)" transform="translate(0 4001)"><path data-name="Rectangle 2606" transform="rotate(-59.008 548.633 969.55)" fill="url(%23b)" d="M0 0h2085.911v2304.996H0z"/></g></g></g></g></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.home-header .title,
.home-header .subtitle {
    max-width: 600px;
    color: #fff;
}

.home-header .title {
    font-size: 4rem;
    font-weight: 400;
}

.home-header .subtitle {
    margin-top: 8px;
}

.home-header .buttons {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 15px;
}
@media (max-width: 992px) {
    .home-header .wrapper {
        padding: 30px 50px;
        min-height: unset;
        border-radius: 25px;
    }

    .home-header .title {
        font-size: 2rem;
    }
}

/* Quotation
============================================================ */

.quotation {
    width: 1070px;
    max-width: 100%;
    margin: 80px auto;
    padding: 0 15px;
    font-family: "Optima", sans-serif;
    font-size: 3.25rem;
    line-height: 90px;
    text-align: center;
}

.quotation img {
    width: 90px;
    height: auto;
    translate: 0 -15px;
    margin-bottom: -45px;
}

@media (max-width: 992px) {
    .quotation {
        font-size: 2rem;
        line-height: 60px;
    }

    .quotation img {
        width: 60px;
        translate: 0 -10px;
        margin-bottom: -30px;
    }
}