/* ---  FRAMEWORK  --- */
@font-face {
    font-family: 'bakso';
    src: url('https://project.mantavision.com/font/baksosapi.woff2') format('woff2'),
    url('https://project.mantavision.com/font/baksosapi.woff2') format('woff2');
}

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

.coronette {
    font-family: coronette, serif;
    font-weight: normal !important;
}


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

#odm-2023-02-20 * {
    box-sizing: border-box;
    position: relative;
    z-index: 1;

}


#odm-2023-02-20 .my-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#odm-2023-02-20 .my-background img {
    position: absolute;
}


#odm-2023-02-20 img {
    max-width: none;
    max-height: none;
}


/* --- DESKTOP max-height 350px --- */
#odm-2023-02-20 {
    position: relative;
    overflow: hidden;

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

    font-size: 1px !important;
}


#odm-2023-02-20 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 1px;

    font-family: Arial, sans-serif;
    color: inherit;
    text-decoration: none;
    line-height: normal;

    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;

}


#odm-2023-02-20 section span:not(.my-btn) {
    display: block;

    font-family: Arial, sans-serif;
    font-size: 20em;
    font-weight: 700;
    font-style: normal;

    text-align: center;
    white-space: nowrap;
}


/* --- LOCAL --- */
#odm-2023-02-20 > section {
    width: min-content;
    height: min-content;

    text-align: center;
}

#odm-2023-02-20 > section:first-of-type {
    z-index: 1;
    position: relative;
    margin-left: 100em;
}

#odm-2023-02-20 > section:first-of-type > span {
    margin-top: 1em;
    color: #244561;
}

#odm-2023-02-20 > section:nth-of-type(2) {
    text-align: center;
}

#odm-2023-02-20 > section:nth-of-type(2) > span {
    display: inline-block;
    color: #F16349;
    text-align: center;
    margin-top: .5em;
    margin-left: 7.5em;
}

#odm-2023-02-20 > img {
    width: auto;
}


#odm-2023-02-20 > span {
    position: absolute;
    left: 10px;
    bottom: 5px;

    font-size: 13px !important;
    color: #515151;
}

/* --- LOCAL --- */


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


/* --- DESKTOP max-height 350px --- */
@media screen and (min-width: 769px) and (max-width: 1279px ) {
    #odm-2023-02-20 {
        /*font-size: calc(100vw / 1279) !important;*/
    }
}

@media screen and (min-width: 769px) and (max-width: 1150px ) {
    #odm-2023-02-20 {
        font-size: calc(98vw / 1150) !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 995px) {
    #odm-2023-02-20 {
        height: 27vw !important;
    }
}


/* --- TABLET max-height 375px --- */
@media screen and (min-width: 416px) and (max-width: 768px) {
    /* --- LOCAL --- */
    #odm-2023-02-20 > section:first-of-type {
        margin-left: 30em;
    }

    #odm-2023-02-20 > section:first-of-type > img {
        width: 275em !important;
    }

    #odm-2023-02-20 > section:first-of-type > span {
        font-size: 16em;
    }


    #odm-2023-02-20 > section:nth-of-type(2) {
        left: 9% !important;;
    }

    #odm-2023-02-20 > section:nth-of-type(2) > span {
        font-size: 13em;
        margin-top: 0;
        margin-left: 0;
    }

    /* --- LOCAL --- */
    #odm-2023-02-20 {
        font-size: calc(105vw / 768) !important;
        height: 225px;
        max-height: 225px;
    }


    #odm-2023-02-20 > img:nth-of-type(2) {
        margin-top: 5%;
    }

    .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-02-20 {
        height: 36vw;
    }
}

/* --- MOBILE max-height 415px --- */
@media screen and (max-width: 415px) {
    /* --- LOCAL --- */
    #odm-2023-02-20 > section:first-of-type {
        position: absolute;

        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    #odm-2023-02-20 > section:first-of-type > img {
        margin-top: 1em;
        margin-left: 48em;
        width: 156em !important;
    }


    #odm-2023-02-20 > section:nth-of-type(2) {
        margin-left: -5em;
        margin-bottom: 3em !important;
        align-self: flex-end !important;
    }

    #odm-2023-02-20 > section:nth-of-type(2) > span {
        position: absolute;
        top: -1em;
        left: 3.6em;

        font-size: 13em;
        text-align: left;
    }

    /* --- LOCAL --- */
    #odm-2023-02-20 {
        font-size: calc(100vw / 415) !important;
        height: 150px;
        max-height: 150px;
    }

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

    .my-only-mobile {
        display: block !important;
    }

    #odm-2023-02-20 > span {
        font-size: 13em !important;
    }
}

@media screen and (max-width: 395px) {
    #odm-2023-02-20 {
        height: 37vw;
    }
}
