@font-face {
    font-family: 'bakso';
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/baksosapi.woff2') format('woff2');
}


@font-face {
    font-family: 'Raleway';
    font-weight: normal;
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/raleway-regular.woff') format('woff');
}

@font-face {
    font-family: 'Raleway-bold';
    font-weight: bold;
    src: url('https://static.bayard.io/milan-jeunesse.com/typos/raleway-bold.woff') format('woff');
}


.bakso {
    font-family: 'bakso';
    font-weight: 400;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}


[data-content-type=html] {
    width: 100%;
}

.my-size-12 {
    font-size: 12em;
}

.my-size-17 {
    font-size: 17em;
}

.my-size-25 {
    font-size: 25em;
}

.my-size-27 {
    font-size: 25em;
}

.my-size-19 {
    font-size: 19em;
    color: #000;
}

.my-size-36 {
    font-size: 36em;
}

.mgz-element-column > .mgz-element-inner {
    padding: 0;
}

.category-cms {
    display: block;
}

/* --- DESKTOP 1280px - 282px --- */
#odm-2023-07-18 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#odm-2023-07-18 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;

    width: 100%;
    max-width: 1280px;
    margin: auto;
    height: 282px;
    max-height: 282px;

    background-color: #ffa324;

    font-size: 1px !important;
    font-family: Arial, sans-serif;
}


#odm-2023-07-18 sup {
    vertical-align: text-top;
    font-size: .7em;
}


#odm-2023-07-18 > article {
    text-align: center;
    color: #FFF;
}

#odm-2023-07-18 > article > p {
    margin-top: .7em;
    margin-bottom: .2em;

    line-height: 1;
}


#odm-2023-07-18 > img {
    width: auto;
    height: 100%;
}


/* --- */
@media screen and (min-width: 769px) {
    .my-only-mobile,
    .my-only-tablet {
        display: none !important;
    }
}


/* --- DESKTOP 1280px - 282px --- */
@media screen and (max-width: 1279px ) {
    #odm-2023-07-18 {
        font-size: calc(100vw / 1280) !important;
        /*height: auto;*/
    }

    #odm-2023-07-18 > div:nth-of-type(2) img {
        height: 100%;
    }
}


@media screen  and (min-width: 768px) and (max-width: 1279px ) {
    #odm-2023-07-18 {
        /*height: 24vw;*/
    }
}


/* --- TABLET 768px max-height 225px --- */
@media screen and (min-width: 416px) and (max-width: 768px) {
    #odm-2023-07-18 {
        font-size: calc(90vw / 768) !important;
        max-height: 225px;
    }

    #odm-2023-07-18 > article > p:first-of-type {
        font-size: 35em;
        line-height: 1.2;
    }

    #odm-2023-07-18 > article > p:nth-of-type(2) {
        font-size: 18em;
    }

    .my-hide-on-tablet,
    .my-only-mobile,
    .my-only-desktop {
        display: none !important;
    }
}


@media screen and (min-width: 416px) and (max-width: 768px) {
    #odm-2023-07-18 {
        /*height: 31vw*/
    }
}

/* --- MOBILE max-height 150px --- */
@media screen and (max-width: 415px) {
    #odm-2023-07-18 {
        height: 150px;

        font-size: calc(100vw / 415) !important;
    }

    #odm-2023-07-18 > article > p {
        font-size: 18em;
    }

    #odm-2023-07-18 > img {
        height: auto;
    }


    .my-only-tablet,
    .my-only-desktop,
    .my-hide-on-mobile {
        display: none !important;
    }
}
