.ac-sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.ac-colored{
    color:#92CD8B
}

.ac-blue {
    color: #29B9EC;
}
.ac-lightgreen {
    color:#92CD8B
}

/*Global*/

html {
    font-size: 1vw
}

body,
html {
    height: 100%;
    font-family: 'Simpler-Light';
    color: #fff;
    background: #000;
}

.call-btn,
.call-btn svg {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    font-family: 'Simpler-Light';
    font-weight: 100;
}
.ac-show-on-mobile {
    display: none;
}
.ac-hide-on-mobile {
    display: block;
}
.ac-img-responsive {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto
}
.ac-main-picture{
    display: block;
    width: 100%;
}
/* Form */


.ac-wrapper-level-info {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    direction: rtl;
    color: #000;
    align-items: center;
    display: none;
}
.ac-level-info .ac-security,
.ac-level-info .ac-polution {
    display: none;
}

.ac-level-info .ac-security.ac-active,
.ac-level-info .ac-polution.ac-active {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.35vw;
    height: 1.2vw;
    margin: 0 0.2vw;
    padding-top: 0.1vw;
}

.ac-level-info .ac-security {
    color: #fff;
}

.ac-level-info .ac-polution {
    color: #000;
}

.ac-level-info .ac-security-seven {
    background-color: #446CB0
}

.ac-level-info .ac-security-six {
    background-color: #1F69B2
}

.ac-level-info .ac-security-five {
    background-color: #2788C8
}
.ac-level-info .ac-security-four {
    background-color: #2b859f
}
.ac-level-info .ac-security-three {
    background-color: #2bac83
}

.ac-level-info .ac-polution-one {
    background-color: #315F4D;
}
.ac-level-info .ac-polution-three {
    background-color: #008452;
}

.ac-level-info .ac-polution-four {
    background-color: #009556;
}

.ac-level-info .ac-polution-five {
    background-color: #008452;
}

.ac-level-info .ac-polution-nine {
    background-color: #FFD508;
}
.ac-level-info .ac-polution-fiftheen {
    background-color: #a22c2e;
}
.ac-level-info .ac-polution-fourtheen {
    background-color: #d7312d;
}
.ac-level-info {
    height: 4.9vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 3%;
    font-weight: 600;
}


@media(min-width:1000px) {
    hr {
        margin-block-start: 1.5vh;
        margin-block-end: 1.3vh;
        width: 100%;
    }
    .ac-close-form {
        display: none
    }
    .ac-thanks {
        height: 38vh;
    }
}


@media(max-width:1000px) {
    html {
        font-size: 3vw
    }
    .ac-show-on-mobile {
        display: block;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    
    .ac-level-info .ac-security.ac-active,
    .ac-level-info .ac-polution.ac-active {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 5.35vw;
        height: 5.2vw;
        margin: 0 0.8vw;
        padding-top: 0.1vw;
        margin-bottom: 0.5rem;
    }
    .ac-wrapper-level-info .ac-level-info {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 3%;
        font-weight: 600;
        flex-wrap: wrap;
        font-size: 4vw;
        padding: 2vw 0;
        align-content: space-between;
        height: 10vw;
    }
    hr {
        width: 85%;
        margin-block-start: 1vw;
        margin-block-end: 3vw;
    }
}