/* GENERAL */
:root {
    --container-width: 540px;
}

@media screen and (min-width: 576px) {
    :root {
        --container-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    :root {
        --container-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    :root {
        --container-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    :root {
        --container-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    :root {
        --container-width: 1320px;
    }
}

body {
    background: var(--Azzurro-pallido, #F3F9FF);
}

h1.bold {
    color: var(--Azzurro-1, #1576A5);
    font-family: "TT Interphases Pro";
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
/*     text-transform: uppercase; */
	padding-left: 130px;
	svg {
		left: 0
	}
}

@media screen and (max-width: 1400px) {
    h1.bold {
        padding-left: 0px;
    }
}

@media screen and (max-width: 992px) {
    h1.bold {
        font-size: 40px;
		svg {
			max-width: 55px;
		}
    }
}

h2.light {
    color: var(--Azzurro-1, #1576A5);
    font-family: "TT Interphases Pro";
    font-style: normal;

    font-variant-numeric: oldstyle-nums tabular-nums ordinal;
    font-feature-settings: 'dlig' on, 'ss02' on;

    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

}

@media screen and (max-width: 992px) {
    h2.light {
        font-size: 20px;
        line-height: 22px;
    }
}

h2 {
    color: var(--Blu-terphscuro, #0D2A4B);
    font-family: "TT Interphases Pro";
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.2px;
}

h3 {
    color: var(--Azzurro-1, #26A8BF);
    font-family: "TT Interphases Pro Mono";
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

h6.subtitle {
    font-variant-numeric: ordinal;
    font-feature-settings: 'dlig' on;
    font-family: "TT Interphases Pro Mono";
    text-transform: uppercase;
    color: var(--Azzurro-pallido, var(--system-white, #F3F9FF));
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

p.big {
    color: var(--Blu, #116CA0);
    font-family: "TT Interphases Pro";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

p.bullet {
    color: var(--Blu-scuro, #0D2A4B);
    font-family: "TT Interphases Pro Condensed";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}



h6 {
    width: 100%;
    font-family: "TT Interphases Pro Mono";
    color: #26A8BF;

    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

a.button {
    /* color: var(--Azzurro-1, #26A8BF); */
    display: flex;
    width: 190px;
    padding: 12px 26px 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    /* flex-shrink: 0; */
    border-radius: 8px;
    /* border: 1px solid var(--Azzurro-1, #26A8BF); */
    text-decoration: none;
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
    background: var(--Azzurro-pallido, #F3F9FF);
    background-color: transparent;

    color: var(--Brown-Gold, #B39362);
    font-family: "TT Interphases Pro Mono";

    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 20.4px */
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

a.button:before {
    content: '';
    transition: all 0.3s;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: -1;
    /* filter: blur(21px); */
    left: 0;
    background-color: transparent;
    transition: all 0.5;
}

a.button:hover {
    color: white;
    background-position: 100px;
    background: var(--Gradient, linear-gradient(265deg, #0D2A4B 0%, #67CCCF 100%));
    transition: all 0.5s;

    svg path {
        stroke: white
    }
}

a.button:before:hover {
    background: var(--Gradient, linear-gradient(265deg, #0D2A4B 0%, #67CCCF 100%));
    transition: all 0.5;
}

a.button svg {
    transition: all 0.5s;
}

a.button:hover>svg {
    transform: rotate(90deg);
}

section#caratteristiche {
    scroll-margin-top: 170px;

    p {
        color: var(--Blu-scuro, #0D2A4B);
        font-family: "TT Interphases Pro", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        font-size: 17px;
    }

    p.intro {
        font-family: "TT Interphases Pro";
        font-size: 41px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
        /* 49.2px */

        color: var(--Main-Blue, #1576A5);
        font-variant-numeric: oldstyle-nums tabular-nums ordinal;
        font-feature-settings: 'ss06' on, 'dlig' on, 'ss05' on, 'ss02' on;

        font-size: 41px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }

    p.title {
        font-family: "TT Interphases Pro Mono";
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
        border-bottom: 3px solid var(--Azzurro-1, #B39362);
        width: fit-content;
        color: var(--Brown-Gold, #B39362);
        font-variant-numeric: ordinal;
        font-feature-settings: 'dlig' on;
        font-size: 21px;
        letter-spacing: 2.1px;
    }

    .bullet-point {
        margin-right: 20px;
    }

    /* .bullet-point {
        color: var(--Azzurro-1, #26A8BF);
        font-family: "TT Interphases Pro Mono";
        font-size: 217px;
        font-style: italic;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        text-transform: capitalize;
    } */

    .title-container {
        padding-left: 20px;
        /* padding-top: 70px; */
        transform: translateY(-160px);
        background: var(--Azzurro-pallido, #F3F9FF);
        border-radius: 20px 0;
    }

    /* .move-down-el {
        transform: translate(-10px, 180px);
    } */

    /* @media screen and (max-width: 992px) {
        .move-down-el {
            order: 3;
            transform: translate(50%, 0px);
        }
    } */

    .row.move-down-row {
        margin-top: 100px;
    }


    /* @media screen and (max-width: 992px) {
        .row.move-down-row {
            margin-top: 40px;
        }
    } */

    @media screen and (max-width: 768px) {
        /* .move-down-el {
            order: 3;
            transform: unset;
        } */

        .bullet-el {
            margin: 20px 0;
        }

        .bullet-point {
            margin-bottom: 20px;
        }

        .row.move-down-row {
            margin-top: 0px;
        }

        p.intro {
            font-size: 26px;
        }
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .col-md-6.col-lg-4.d-flex.bullet-el.offset-md-3 {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1400px) {
    section#caratteristiche {
        scroll-margin-top: 0px;

        .title-container {
            transform: translateY(0px);
            margin-top: 60px;
            margin-bottom: 60px;
        }
    }
}

@media screen and (max-width: 992px) {
    section#caratteristiche {
        .title-container {
            transform: translateY(0px);
            margin-top: 0px;
        }

        p.intro {
            color: var(--Main-Blue, #1576A5);
            font-family: "TT Interphases Pro";
            font-size: 26px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%;
        }
    }
}

@media screen and (max-width: 768px) {
    section#caratteristiche {

        .title-container {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        p.intro {
            font-size: 26px;
        }

        p.title {
            font-size: 21px;
        }
    }
}

img.border-radius {
    border-radius: 38px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0px 67px 19px 0px rgba(16, 53, 85, 0.00), 0px 43px 17px 0px rgba(16, 53, 85, 0.03), 0px 24px 15px 0px rgba(16, 53, 85, 0.10), 0px 11px 11px 0px rgba(16, 53, 85, 0.17), 0px 3px 6px 0px rgba(16, 53, 85, 0.19);
}

section.border-radius {
    border-radius: 38px;
}

section.border-radius#misura {
    border-radius: 30px;
    margin-top: 100px;
    display: flex;
    width: 100%;
    padding: 137px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    flex-direction: column;

    p {
        text-align: left;
        font-family: "TT Interphases Pro", sans-serif;
        width: 100%;
        text-align: left;
        margin: 0;
        color: var(--Azzurro-pallido, #F3F9FF);
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    h6.bold {
        font-family: "TT Interphases Pro Condensed";
        font-weight: 800;
        line-height: 120%;
        width: 100%;
        text-align: left;
        text-transform: none;
        color: var(--Azzurro-pallido, #F3F9FF);
        font-size: 64px;
        font-style: normal;
        margin-bottom: 10px;
    }

    video {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
    }
}



.container-img {
    overflow: hidden;
    width: 500px;
    height: 500px;
    border-radius: 32px;
    box-shadow: 0px 67px 19px 0px rgba(16, 53, 85, 0.00), 0px 43px 17px 0px rgba(16, 53, 85, 0.03), 0px 24px 15px 0px rgba(16, 53, 85, 0.10), 0px 11px 11px 0px rgba(16, 53, 85, 0.17), 0px 3px 6px 0px rgba(16, 53, 85, 0.19);

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

header {
    margin-top: 60px;

    .fixed {
        position: fixed;
        width: 100%;
    }

    padding-top: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

    .logo-container {
        width: 190px;

        img {
            max-width: 120px;
        }
    }

    nav {
        width: 50%;

        ul {
            display: flex;
            flex-direction: row;
            align-content: center;
            justify-content: space-around;
            flex-wrap: wrap;
            height: 100%;
            margin: 0;
            padding: 0;

            li {
                list-style: none;

                a {
                    text-decoration: none;
                    color: var(--Blu-scuro, #0D2A4B);
                    font-family: "TT Interphases Pro", sans-serif;

                    font-size: 17px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%;
                    transition: font-weight 0.5;
                }

                a:hover {
                    font-weight: 800;
                    font-style: normal;
                    font-family: "TT Interphases Pro", sans-serif;
                }
            }
        }
    }

    @media screen and (max-width: 992px) {
        .logo-container {
            width: 140px;

            img {
                max-width: 70px;
            }
        }

        nav {
            display: none;
        }
    }
}



/* hero */

section#hero {
    padding-top: 60px;
    min-height: 70vh;

    .row {
        position: relative;
    }

    svg#big {
        position: absolute;
        left: 300px;
        top: 0;
        /* max-width: 100%; */
        /* min-width: 100%; */
        width: 0;
        height: 0;
    }

    h1 img {
        max-height: 70px;
        margin-right: 30px;
    }
    @media screen and (max-width: 992px) {
        h1 img {
            max-height: 42px;
            margin-right: 22px;
        }
    }

    h2 {
        max-width: 80%;
        margin-top: 10px;
    }

    .video-container {
        position: relative;
        overflow: hidden;
        padding: 0;
        border-radius: 22px;
        margin-right: calc(var(--bs-gutter-x)* .5);
        margin-left: calc(var(--bs-gutter-x)* .5);

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
        }


    }

    @media screen and (max-width: 992px) {
        h2.light {
            position: absolute;
            bottom: 10px;
            z-index: 2;
            left: 20px;

            color: var(--Azzurro-pallido, #F3F9FF);
            font-family: "TT Interphases Pro";
            font-size: 24px;
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 25.2px */
        }
    }

    @media screen and (max-width: 768px) {
        .video-container {
            min-height: 60vh;
            margin: 10px;
            width: calc(100% - 20px);
        }

        h2.light {
            font-size: 21px;
        }
    }

}

@media screen and (max-width: 768px) {
    .video-container {
        min-height: 60vh;
        margin: 10px;
        width: calc(100% - 20px);
    }
}


@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {
    #hero {

        video {
            -webkit-clip-path: url(#myClip);
            clip-path: url(#myClip);
        }

        svg {
            position: absolute;

            path {
                width: 100%;
            }
        }
    }
}

.arrow {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    min-width: calc(((var(--container-width)) / 12)* 4);
    min-height: calc(((var(--container-width)) / 12)* 2);

    border-radius: 0 0 0 22px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .arrow {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .arrow {
        display: flex;
        right: unset;
        left: 0;
        min-width: calc(((var(--container-width)) / 12)* 2);
        bottom: 80px;

        svg path {
            fill: #F3F9FF;
        }
    }
}


.centered-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.el {
    /* margin-bottom: 50px; */
    min-height: 250px;

    p {
        font-family: "TT Interphases Pro", sans-serif;
        color: var(--Blu-scuro, #0D2A4B);
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 86%;
    }
}

@media screen and (max-width: 992px) {
    .el {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 170px;

        p {
            text-align: unset;
            font-size: 22px;
        }
    }
}

.infografica {
    position: relative;
    min-height: 75vh;
    margin-top: 100px;
    margin-bottom: 100px;

    img {
        width: 100%;
        max-width: calc(100vw - 20px);
        min-height: 70vh;
        position: absolute;
        height: 100%;
        object-fit: contain;
        opacity: 0;

        transition: all 0.2s;

        &.full {
            opacity: 1;
        }
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: flex;

        .hover {
            position: absolute;
            height: 100%;
            width: 34%;

            &.el1 {
                left: 0;
                z-index: 10;
            }

            &.el2 {
                left: 33%;
                z-index: 10;
            }

            &.el3 {
                right: 0;
                z-index: 10;
            }
        }
    }
}

@media screen and (max-width: 992px) {

    .infografica {
        margin-top: 50px;
        margin-bottom: 50px;

        .desktop {
            display: none;
        }

        .mobile {
            display: flex;

            .hover {
                position: absolute;

                width: 34%;

                &.el1 {
                    width: 100%;
                    height: 40%;
                    left: 0;
                    z-index: 10;
                }

                &.el2 {
                    height: 50%;
                    left: 0;
                    top: 40%;
                    width: 50%;
                    z-index: 10;
                }

                &.el3 {
                    height: 50%;
                    right: 0;
                    top: 40%;
                    width: 50%;
                    z-index: 10;
                }
            }
        }

    }
}

.ico {
    width: 45px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .el {
        min-height: unset;
        margin-bottom: 20px
    }

    .ico {
        margin-bottom: 10px;
    }
}

/* footer */

footer {
    background: #E0EBF6;
    padding-top: 123px;
    padding-bottom: 60px;

    a {
        color: black;
        text-decoration: none;
        transition: all 0.3s;
    }

    a:hover {
        text-decoration: underline;
    }

    img {
        max-height: 90px;
    }

    .title {
        color: var(--Blu-scuro, #0D2A4B);
        font-family: "TT Interphases Pro Condensed";
        font-size: 21px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
    }

    .name {
        color: var(--Blu-scuro, #0D2A4B);
        font-family: "TT Interphases Pro Condensed";
        font-size: 17px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
    }

    p {
        color: var(--Blu-scuro, #0D2A4B);
        font-family: "TT Interphases Pro", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .made-by,
    .made-by a {
        color: var(--Main-Blue, #1576A5);
        font-family: "TT Interphases Pro Mono";
        font-size: 13px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%;
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    footer {
        .loghi {
            margin-bottom: 20px
        }

        .info {
            margin: 10px 0;
            a.iubenda-white.no-brand.iubenda-noiframe.iubenda-embed.iubenda-noiframe {
                margin: 3px !important;
            }
        }
    }
}

section#software:after {
    content: '';
    background: linear-gradient(0deg, rgba(13, 42, 75, 0.30) 0%, rgba(13, 42, 75, 0.30) 100%);
    background-blend-mode: multiply;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
}

section#software {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    padding: 140px 100px;

    video {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: -2;
        top: 0;
        height: 100%;
        object-fit: cover;

    }

    :after {
        content: '';
        background: linear-gradient(0deg, rgba(13, 42, 75, 0.30) 0%, rgba(13, 42, 75, 0.30) 100%);
        background-blend-mode: multiply;
        position: absolute;
        left: 0;
        width: 100%;
    }

    h3 {
        color: var(--Azzurro-pallido, #F3F9FF);
        font-family: "TT Interphases Pro";
        font-size: 51px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: none;
        /* width: 65%; */
        margin-bottom: 20px;
        max-width: 700px;
    }

    h6 {
        margin-bottom: 12px;
    }

    .content {

        /* width: 60%; */
        /* max-width: 700px; */
        p {
            font-family: "TT Interphases Pro", sans-serif;
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            color: var(--Azzurro-pallido, #F3F9FF);
        }
    }
}


@media screen and (max-width: 992px) {

    section#software,
    section.border-radius#misura {
        /* padding: 120px 50px; */
        position: relative;
        aspect-ratio: 1 / 0.7;
        margin-top: 100px !important;

        .container {
            position: absolute;
            bottom: 20px;
            left: 10px;
            width: calc(100% - 20px)
        }
    }
}

@media screen and (max-width: 768px) {

    section#software,
    section.border-radius#misura {

        aspect-ratio: 1;
        width: calc(100% - 20px);
        margin: 0 auto;

        h6.bold {
            font-size: 40px;
        }

        p {
            padding-right: 0;
            font-size: 18px;
        }
    }
}

@media screen and (max-width: 576px) {
    section.border-radius#misura {
        aspect-ratio: 1;
        min-height: 50vh;
    }

    section#software {
        aspect-ratio: 1;
        min-height: 90vh;
    }
}


@media screen and (min-width: 576px) {

    section#software,
    section.border-radius#misura {
        max-width: 540px;
        margin: 0 auto;
        margin-top: 100px;
    }
}

@media screen and (min-width: 768px) {

    section#software,
    section.border-radius#misura {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {

    section#software,
    section.border-radius#misura {
        max-width: unset;
		max-width: calc(var(--container-width) + 170px);
    }
}


@media screen and (max-width: 992px) {
    section#software {
        padding: 120px 50px;

        h3 {
            width: 90%;
            font-size: 40px;
        }

        .content {
            width: 90%;

            p {
                font-size: 18px;
            }
        }
    }
}

@media screen and (max-width: 768px) {
    section#software {
        background: linear-gradient(0deg, rgba(13, 42, 75, 0.40) 0%, rgba(13, 42, 75, 0.40) 100%);

        h6.subtitle {
            font-size: 17px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
        }

        h3 {
            width: 100%;
            font-size: 36.734px;
            font-style: normal;
            font-weight: 800;
            line-height: 110%;
        }

        .content {
            width: 100%;
            font-size: 15.231px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
        }
    }
}

section#contacts {
    padding-top: 130px;
    padding-bottom: 100px;

    h3 {
        text-align: left;
        font-family: "TT Interphases Pro";
        width: 100%;
        margin: 0;
        color: var(--Blu-scuro, #0D2A4B);
        font-size: 41px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: none;
        margin-bottom: 20px;

    }

    h6 {
        width: 100%;
        text-align: left;
        font-family: "TT Interphases Pro Mono";
        color: #26A8BF;

        /* letter-spacing: 2.1px;
        text-transform: uppercase; */
        text-transform: none;
        margin-bottom: 20px;

        opacity: 0.8;
        color: var(--Main-Blue, #1576A5);
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    p.campi-obbligatori {
        opacity: 0.8;
        color: var(--Brown-Gold, #B39362);
        font-family: "TT Interphases Pro";
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
}

@media screen and (max-width: 992px) {
    section#contacts {
        padding: 120px 50px;

        h3 {
            font-size: 40px;
        }
    }
}

@media screen and (max-width: 768px) {
    section#contacts {
        padding: 120px 10px;

        h3 {
            font-size: 40px;
        }
    }
}


#parlano-di-noi:before {
    content: '';
    width: 100%;
    position: absolute;
    top: -199px;
    height: 200px;
    z-index: -3;
    background: #E0EBF6;
}

#parlano-di-noi {
    position: relative;
    background: #E0EBF6;
    display: flex;
	padding: 140px 0;

    .container {
        margin-top: 150px;
        margin-bottom: 150px;
    }


    .dicono-di-noi {
        color: var(--Azzurro-pallido, var(--system-white, #0D2A4B));
        text-align: center;
        font-family: "TT Interphases Pro";
        font-size: 41px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        width: 100%;
        margin: 0;
    }

    h5 {
        color: var(--Brown-Gold, #1576A5);
        font-variant-numeric: ordinal;
        font-feature-settings: 'dlig' on;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 2.1px;
        text-transform: uppercase;
    }

    h6.subtitle {
        font-size: 17px;
        color: var(--Brown-Gold, #B39362);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    #parlano-di-noi:before {
        content: none;
    }

    #parlano-di-noi {
        margin-top: 70px;

        .container {
            margin-top: 70px;
        }
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #parlano-di-noi {
        img.border-radius {
            aspect-ratio: 0.7 / 1;
            object-position: right;
        }
    }
}