#MERA_title {
    background-color: rgba(90, 200, 205, 1);
    background-image: url("data/images/MERA/MERA_title_divider_bottom.png");
    background-size: 90%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
}

#MERA_title img:first-child {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#MERA_title img:nth-child(2) {
    margin-top: 1vw;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
}

#MERA_title img:nth-child(3) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    padding-bottom: 20vw;
    width: 30%;
}

@media screen and (max-width: 600px) {
    #MERA_title {
        background-color: rgba(90, 200, 205, 1);
        background-image: url("data/images/MERA/MERA_title_divider_bottom.png");
        background-size: 200%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: bottom;
    }

    #MERA_title img:nth-child(3) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5vw;
        padding-bottom: 20vw;
        width: 60%;
    }
}


#MERA_features {
    background-color: rgba(245, 150, 150, 1);
    background-image: url("data/images/MERA/MERA_features_divider_bottom.png");
    background-size: 90%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
    padding-bottom: 8vw;
}

#MERA_features h1:first-child {
    color: rgba(5, 50, 80, 1);
    text-align: center;
    font-size: 11vw;
    padding-top: 2.8vw;
}

#MERA_features h2:nth-child(2) {
    color: rgba(5, 50, 80, 1);
    display: block;
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2.4vw;
    letter-spacing: -0.02vw;
    line-height: 100%;
    transform: none;
}

#MERA_features img:nth-child(3) {
    width: 30vw;
    margin-left: 6vw;
    margin-top: -3.6vw;
    padding-bottom: 2vw;
}

#MERA_features div:nth-child(4) {
    display: block;
    position: absolute;
    background-color: rgba(90, 200, 200, 1);
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    top: 24.8vw;
    left: 36vw;
}

#MERA_features h2:nth-child(5) {
    color: rgba(5, 50, 80, 1);
    position: absolute;
    top: 27vw;
    left: 37.3vw;
    font-size: 1.8vw;
    letter-spacing: -0.02vw;
    text-align: left;
    width: 42vw;
    line-height: 100%;
    transform: none;
}

#MERA_features h2:nth-child(5) span {
    text-transform: uppercase;
    font-size: 2.4vw;
    letter-spacing: -0.04vw;
}

#MERA_features div:nth-child(6),
#MERA_features div:nth-child(7) {
    width: 100%;
    position: relative;
    height: 24vw;
}

#MERA_features div:nth-child(7) {
    height: 30vw;
}

#MERA_features div:nth-child(6) h2:first-child,
#MERA_features div:nth-child(7) h2:first-child {
    color: rgba(5, 50, 80, 1);
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    font-size: 1.8vw;
    letter-spacing: -0.02vw;
    line-height: 100%;
    text-align: left;
    padding-left: 24vw;
    padding-right: 4vw;
    transform: none;
}

#MERA_features div:nth-child(6) h2:nth-child(2),
#MERA_features div:nth-child(7) h2:nth-child(2) {
    color: rgba(5, 50, 80, 1);
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    font-size: 1.8vw;
    letter-spacing: -0.02vw;
    line-height: 100%;
    text-align: left;
    padding-right: 24vw;
    padding-left: 4vw;
    transform: none;
}

#MERA_features div h2 span {
    text-transform: uppercase;
    font-size: 2.4vw;
    letter-spacing: -0.04vw;
}

#MERA_features img:nth-child(8) {
    display: block;
    width: 28vw;
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    mix-blend-mode: multiply;
}

#MERA_features_mobile {
    background-color: rgba(245, 150, 150, 1);
    background-image: url("data/images/MERA/MERA_features_divider_bottom.png");
    background-size: 200%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
    padding-bottom: 8vw;
}

#MERA_features_mobile h1:first-child {
    color: rgba(5, 50, 80, 1);
    text-align: center;
    font-size: 16vw;
    padding-top: 2.8vw;
}

#MERA_features_mobile h2:nth-child(2) {
    color: rgba(5, 50, 80, 1);
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 3.8vw;
    letter-spacing: -0.02vw;
    line-height: 100%;
    transform: none;
}

#MERA_features_mobile img:nth-child(3) {
    width: 36vw;
    margin-left: 2vw;
    margin-top: -1vw;
    padding-bottom: 5vw;
}

#MERA_features_mobile div:nth-child(4) {
    display: block;
    position: absolute;
    background-color: rgba(90, 200, 200, 1);
    border-radius: 4vw;
    width: 8vw;
    height: 8vw;
    top: 36vw;
    left: 38vw;
}

#MERA_features_mobile h2:nth-child(5) {
    color: rgba(5, 50, 80, 1);
    position: absolute;
    top: 38vw;
    left: 40vw;
    font-size: 3vw;
    letter-spacing: -0.02vw;
    line-height: 100%;
    text-align: left;
    width: 34vw;
    transform: none;
}

#MERA_features_mobile h2:nth-child(5) span {
    text-transform: uppercase;
    font-size: 3.8vw;
    letter-spacing: -0.04vw;
}

#MERA_features_mobile h2:nth-child(6),
#MERA_features_mobile h2:nth-child(7),
#MERA_features_mobile h2:nth-child(8),
#MERA_features_mobile h2:nth-child(9) {
    color: rgba(5, 50, 80, 1);
    margin-left: auto;
    margin-right: auto;
    width: 48vw;
    font-size: 3vw;
    letter-spacing: -0.02vw;
    line-height: 100%;
    text-align: left;
    padding-bottom: 6vw;
    transform: none;
}

#MERA_features_mobile h2:nth-child(9) {
    padding-bottom: 30vw;
    letter-spacing: -0.04vw;
}

#MERA_features_mobile h2:nth-child(6) span,
#MERA_features_mobile h2:nth-child(7) span,
#MERA_features_mobile h2:nth-child(8) span,
#MERA_features_mobile h2:nth-child(9) span {
    text-transform: uppercase;
    font-size: 3.8vw;
    letter-spacing: -0.04vw;
}

#MERA_features_mobile img:nth-child(10) {
    display: block;
    width: 40vw;
    position: absolute;
    bottom: 4vw;
    right: -3vw;
    mix-blend-mode: multiply;
}


#MERA_how_it_works {
    background-color: rgba(221, 201, 223, 1);
    background-image: url("data/images/MERA/MERA_how_it_works_divider_bottom.png");
    background-size: 90%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

#MERA_how_it_works h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(5, 50, 80, 1);
    padding-top: 3.6vw;
}

#MERA_how_it_works img:nth-child(2) {
    display: block;
    width: 88%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vw;
}

#MERA_how_it_works img:nth-child(3) {
    display: block;
    width: 94%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vw;
}

@media screen and (max-width: 600px) {
    #MERA_how_it_works {
        background-color: rgba(221, 201, 223, 1);
        background-image: url("data/images/MERA/MERA_how_it_works_divider_bottom.png");
        background-size: 200%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: bottom;
        position: relative;
    }

    #MERA_how_it_works h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(5, 50, 80, 1);
        padding-top: 3.6vw;
    }
}


#MERA_usage_analytics {
    background-color: rgba(255, 255, 255, 1);
    background-image: url("data/images/MERA/MERA_usage_analytics_divider_bottom.png");
    background-size: 90%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

#MERA_usage_analytics h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(5, 50, 80, 1);
    padding-top: 3.6vw;
}

#MERA_usage_analytics img:nth-child(2) {
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
    padding-bottom: 6vw;
}

#MERA_usage_analytics p:nth-child(3) {
    position: absolute;
    top: 20.4vw;
    left: 7.4vw;
    font-size: 2.4vw;
    font-family: Impact;
    transform: scale(1, 0.73);
    line-height: 100%;
    letter-spacing: -0.08vw;
    text-align: left;
    color: rgba(5, 50, 80, 1);
}

#MERA_usage_analytics p:nth-child(4) {
    position: absolute;
    top: 24.2vw;
    left: 52vw;
    font-size: 2.4vw;
    font-family: Impact;
    transform: scale(1, 0.73);
    line-height: 100%;
    letter-spacing: -0.08vw;
    text-align: left;
    color: rgba(5, 50, 80, 1);
}

#MERA_usage_analytics p:nth-child(5) {
    position: absolute;
    top: 47.6vw;
    left: 22.6vw;
    font-size: 2.4vw;
    font-family: Impact;
    transform: scale(1, 0.73);
    line-height: 100%;
    letter-spacing: -0.08vw;
    text-align: left;
    color: rgba(5, 50, 80, 1);
}


#MERA_usage_analytics_mobile {
    background-color: rgba(255, 255, 255, 1);
    background-image: url("data/images/MERA/MERA_usage_analytics_divider_bottom.png");
    background-size: 200%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

#MERA_usage_analytics_mobile h1:first-child {
    text-align: center;
    font-size: 16vw;
    color: rgba(5, 50, 80, 1);
    padding-top: 3.6vw;
    padding-bottom: 10vw;
}

#MERA_usage_analytics_mobile img:nth-child(2),
#MERA_usage_analytics_mobile img:nth-child(4),
#MERA_usage_analytics_mobile img:nth-child(6) {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#MERA_usage_analytics_mobile p:nth-child(3),
#MERA_usage_analytics_mobile p:nth-child(5),
#MERA_usage_analytics_mobile p:nth-child(7) {
    font-size: 5vw;
    font-family: Impact;
    transform: scale(1, 0.73);
    line-height: 100%;
    letter-spacing: -0.08vw;
    text-align: left;
    color: rgba(5, 50, 80, 1);
    margin-left: 2.5vw;
}

#MERA_usage_analytics_mobile p:nth-child(7) {
    margin-bottom: 10vw;
}

#MERA_usage_analytics_mobile img:nth-child(8) {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vw;
}


#MERA_setting_up {
    background-color: rgba(220, 221, 233, 1);
    background-image: url("data/images/MERA/MERA_setting_up_divider_bottom.png");
    background-size: 90%;
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

#MERA_setting_up h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(5, 50, 80, 1);
    padding-top: 3.6vw;
}

#MERA_setting_up p:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    width: 46.8vw;
    font-size: 1.48vw;
    color: rgba(5, 50, 80, 1);
    margin-top: 2vw;
    margin-bottom: 2vw;
}

#MERA_setting_up ul:nth-child(3) {
    text-align: center;
    margin-top: 5vw;
    margin-top: 5vw;
}

#MERA_setting_up ul:nth-child(3) li {
    background-color: rgba(110, 200, 210, 1);
    display: inline-flex;
    width: 9.6vw;
    height: 6.6vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    text-align: left;
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;

    font-family: Impact;
    line-height: 100%;
    letter-spacing: -0.04vw;
    font-size: 1.4vw;
    color: rgba(5, 50, 80, 1);
}

#MERA_setting_up img:nth-child(4) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 46.8vw;
    margin-top: 4vw;
    padding-bottom: 8vw;
}

@media screen and (max-width: 600px) {
    #MERA_setting_up {
        background-color: rgba(220, 221, 233, 1);
        background-image: url("data/images/MERA/MERA_setting_up_divider_bottom.png");
        background-size: 200%;
        background-repeat: repeat-x;
        background-position-x: center;
        background-position-y: bottom;
        position: relative;
    }

    #MERA_setting_up h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(5, 50, 80, 1);
        padding-top: 3.6vw;
    }

    #MERA_setting_up p:nth-child(2) {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        font-size: 3vw;
        color: rgba(5, 50, 80, 1);
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    #MERA_setting_up ul:nth-child(3) {
        text-align: center;
        margin-top: 5vw;
        margin-top: 5vw;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #MERA_setting_up ul:nth-child(3) li {
        background-color: rgba(110, 200, 210, 1);
        display: inline-flex;
        width: 22vw;
        height: 16vw;
        text-align: left;
        margin-left: 1.4vw;
        margin-right: 1.4vw;
        margin-top: 1.6vw;
        margin-bottom: 1.6vw;
        padding-top: 0.8vw;
        padding-bottom: 0.8vw;
        padding-left: 2vw;
        padding-right: 2vw;

        font-family: Impact;
        line-height: 100%;
        letter-spacing: -0.04vw;
        font-size: 3vw;
        color: rgba(5, 50, 80, 1);
    }

    #MERA_setting_up img:nth-child(4) {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-top: 4vw;
        padding-bottom: 8vw;
    }
}


#MERA_industry_applications {
    background-color: rgba(170, 207, 55, 1);
    position: relative;
}

#MERA_industry_applications h1:first-child {
    text-align: center;
    font-size: 11vw;
    color: rgba(5, 50, 80, 1);
    padding-top: 3.6vw;
}

#MERA_industry_applications p:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    width: 46.8vw;
    font-size: 1.48vw;
    color: rgba(0, 0, 0, 1);
    margin-top: 2vw;
    margin-bottom: 3vw;
}

#MERA_industry_applications div:nth-child(3),
#MERA_industry_applications div:nth-child(4),
#MERA_industry_applications div:nth-child(5) {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 31.6vw;
}

#MERA_industry_applications div:nth-child(3) img:first-child,
#MERA_industry_applications div:nth-child(4) img:first-child,
#MERA_industry_applications div:nth-child(5) img:first-child {
    display: block;
    position: absolute;
    width: 50%;
    left: 0;
    padding-right: 1vw;
}

#MERA_industry_applications div:nth-child(3) img:nth-child(2),
#MERA_industry_applications div:nth-child(4) img:nth-child(2),
#MERA_industry_applications div:nth-child(5) img:nth-child(2) {
    display: block;
    position: absolute;
    width: 50%;
    right: 0;
    padding-left: 1vw;
}

#MERA_industry_applications h1:nth-child(6) {
    font-size: 11vw;
    color: rgba(5, 50, 80, 1);
    margin-top: -6vw;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20vw;
}

#MERA_industry_applications p:nth-child(7) {
    font-size: 1vw;
    color: rgba(255, 255, 255, 1);
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2vw;
}

#MERA_industry_applications img:nth-child(8) {
    position: absolute;
    display: block;
    width: 40vw;
    right: 5vw;
    bottom: 0;
    mix-blend-mode: multiply;
}

@media screen and (max-width: 600px) {
    #MERA_industry_applications h1:first-child {
        text-align: center;
        font-size: 16vw;
        color: rgba(5, 50, 80, 1);
        padding-top: 3.6vw;
    }

    #MERA_industry_applications p:nth-child(2) {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-size: 3vw;
        color: rgba(0, 0, 0, 1);
        margin-top: 2vw;
        margin-bottom: 3vw;
    }

    #MERA_industry_applications div:nth-child(3),
    #MERA_industry_applications div:nth-child(4),
    #MERA_industry_applications div:nth-child(5) {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: 31.6vw;
    }

    #MERA_industry_applications div:nth-child(3) img:first-child,
    #MERA_industry_applications div:nth-child(4) img:first-child,
    #MERA_industry_applications div:nth-child(5) img:first-child {
        display: block;
        position: absolute;
        width: 50%;
        left: 0;
        padding-right: 1vw;
    }

    #MERA_industry_applications div:nth-child(3) img:nth-child(2),
    #MERA_industry_applications div:nth-child(4) img:nth-child(2),
    #MERA_industry_applications div:nth-child(5) img:nth-child(2) {
        display: block;
        position: absolute;
        width: 50%;
        right: 0;
        padding-left: 1vw;
    }

    #MERA_industry_applications h1:nth-child(6) {
        font-size: 11vw;
        color: rgba(5, 50, 80, 1);
        margin-top: -6vw;
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20vw;
    }

    #MERA_industry_applications p:nth-child(7) {
        font-size: 2vw;
        color: rgba(255, 255, 255, 1);
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2vw;
    }

    #MERA_industry_applications img:nth-child(8) {
        position: absolute;
        display: block;
        width: 40vw;
        right: 5vw;
        bottom: 0;
        mix-blend-mode: multiply;
    }
}
