@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf");
}

body {
    /* margin: 0;
    padding: 0;
    overflow-x: hidden; */
    font-family: "Poppins-Regular";
}

body .nepon * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nepon button,
.nepon a {
    transition: .4s;
    text-decoration: none;
    background: none;
    outline: none;
}

.nepon a:hover,
.nepon button:hover {
    opacity: .6;
}

.nepon h2 {
    font-size: 2.50vw;
}

.nepon h3 {
    font-size: 2.29vw;
    color: #3B8056;
}

.nepon h4 {
    font-size: 1.88vw;
}

.nepon p,
.nepon a {
    font-size: 1.25vw;
}

.nepon small {
    font-size: 0.83vw;
}

.nepon .container {
    width: 59.38vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nepon section {
    margin-bottom: 2.60vw;
}

.nepon .horizontal_scaled {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.nepon .img_text {
    position: relative;
}

.nepon .img_text img {
    width: 100%;
}

.nepon .img_text small {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0.78vw;
    padding: 0 2.34vw;
    height: 2.60vw;
    background: linear-gradient(90deg, #D9B762 0%, rgba(217, 183, 98, 0.3) 76.35%, rgba(217, 183, 98, 0) 101.1%, rgba(217, 183, 98, 0.3) 101.1%);
    width: 100%;
    font-family: "Poppins-medium";
    color: white;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.418);
}

.nepon .img_text.right small {
    background: linear-gradient(-90deg, #D9B762 0%, rgba(217, 183, 98, 0.3) 76.35%, rgba(217, 183, 98, 0) 101.1%, rgba(217, 183, 98, 0.3) 101.1%);
    display: flex;
    justify-content: flex-end;
}

.nepon .main_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nepon .top_title {
    display: flex;
    align-items: center;
    margin-top: 3.65vw;
    margin-bottom: 1.04vw;
    font-family: "Poppins-Medium";
}

.nepon .top_title img {
    height: 6.61vw;
    margin-left: 0.78vw;
}


.nepon .hero img {
    width: 50.63vw;
    margin: 0 auto;
}

.nepon .hero h3,
.nepon .hero p {
    margin-bottom: 2.60vw;
}

.nepon .hero span {
    background: #006939;
    color: white;
    padding: 0.52vw 3.13vw;
    font-size: 1.25vw;
}

.nepon .hero span a {
    color: #fff;
    text-decoration: underline;
}

.nepon .hero span a:hover {
    opacity: 1;
    color: #f0ca88;
}

.nepon .video_container {
    width: 92.81vw;
    position: relative;
    margin-bottom: 5.21vw;
    margin-top: 2.60vw;
}

.nepon .video_container .fon {
    width: 100%;
}

.nepon .video_container .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7.19vw;
    height: 7.19vw;
    z-index: 1;
    cursor: pointer;
}

.nepon .video_container h2 {
    position: absolute;
    top: 2.08vw;
    right: 11.46vw;
    color: white;
}

.nepon .video_container .play .st0 {
    transition: .4s;
}

.nepon .video_container .play:hover .st0 {
    stroke: #54addd;
}

.nepon .sold {
    width: 72.92vw;
}

.nepon .sold .top_text {
    margin-left: 6.77vw;
    margin-bottom: 2.60vw;
}

.nepon .sold .top_text p {
    margin: 1.04vw 0;
    font-family: "Poppins-medium";
}

.nepon .sold .blocks {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nepon .sold .blocks>div {
    width: 49%;
    padding: 3.13vw;
    border: 0.16vw solid #9ec9af;
    background: white;
    box-shadow: -0.42vw -0.42vw 0.63vw -0.52vw rgba(0, 0, 0, 0.25), 0.42vw 0.42vw 0.63vw -0.26vw #E5E5E5;
    border-radius: 0.78vw;
    display: flex;
    justify-content: space-between;
    height: 21.04vw;
    align-items: center;
    margin-bottom: 2%;
}

.nepon .sold .blocks>div:nth-child(1) {
    margin-right: 1.9%;
}

.nepon .sold .blocks img {
    height: 15.63vw;
    margin-right: 1.04vw;
}

.nepon .sold .blocks h4 {
    color: #3B8056;
}

.nepon .sold .blocks div:nth-child(2) img {
    margin-right: 0;
    margin-left: 1.04vw;
}

.nepon .mini_hedge,
.nepon .instant_hedge {
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(158, 201, 175, 0.1);
}

.nepon .mini_hedge {
    margin-bottom: 0;
    background: white;
}

.nepon .mini_hedge .container {
    width: 72.92vw;
}

.nepon .instant_hedge h3 {
    margin-top: 1.56vw;
    margin-bottom: 3.65vw;
}

.nepon .diogonal_block {
    position: relative;
    width: 72.92vw;
}

.nepon .diogonal_block p {
    font-family: "Poppins-medium";
}

.nepon .diogonal_block .top_block {
    display: flex;
    align-items: flex-start;

}

.nepon .diogonal_block .top_block p {
    width: 31.25vw;
    margin-left: 5.21vw;
    margin-top: 14.8vw;
}

.nepon .diogonal_block img {
    border-radius: 0.25vw !important;
}

.nepon .diogonal_block .top_block img {
    width: 29.73vw;
}

.nepon .diogonal_block .center_block,
.nepon .mini_hedge_xl .green_block {
    background: #006939;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translateX(-50%);
    padding: 1.74vw;
    width: 21.88vw;
    z-index: 1;
    color: white;
}

.nepon .diogonal_block .center_block .text,
.nepon .mini_hedge_xl .green_block .text {
    border: 0.16vw solid white;
    padding: 1.56vw;
}

.nepon .diogonal_block .center_block .text p,
.nepon .mini_hedge_xl .green_block .text p {
    margin: 1.04vw 0;
}

.nepon .diogonal_block .bottom_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5vw;
}

.nepon .diogonal_block .bottom_block .right_cnt .img_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16.56vw;
    z-index: 1;
}

.nepon .diogonal_block .bottom_block .right_cnt .img_text.right {
    width: 30.68vw;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    z-index: 0;
}

.nepon .diogonal_block .bottom_block p {
    width: 25.52vw;
    margin-bottom: 9vw;
}

.nepon .diogonal_block .right_cnt {
    width: 42.44vw;
    height: 67.72999999999999vw;
    position: relative;
    margin-left: 5.21vw;
    margin-top: -11.21vw;
}

.nepon .instant_hedge {
    margin-top: 2.60vw;

}

.nepon .instant_hedge .diogonal_block {
    width: 62.50vw;
}

.nepon .instant_hedge .top_block p {
    width: 25.00vw;
    margin-left: 7.81vw;
}

.nepon .instant_hedge .bottom_block p {
    margin-bottom: 4.06vw;
}

.nepon .instant_hedge .bottom_block {
    margin-bottom: -7.81vw;
}

.nepon .instant_hedge .bottom_block .img_text {
    margin-left: 7.81vw;
    width: 30.68vw;
    transform: translateY(-23%);
}

.nepon .mini_hedge_xl {
    width: 72.92vw;
    position: relative;
}

.nepon .mini_hedge_xl img {
    width: 100%;
}

.nepon .mini_hedge_xl .green_block {
    transform: none;
    left: 5vw;
    top: -5vw;
}

.nepon .mini_hedge_xl>p {
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    background: rgba(255, 255, 255, 0.8);
    width: 33.85vw;
    padding: 1.3vw;
}

.nepon .green_text {
    background: rgba(158, 201, 175, 0.1);
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.13vw 0;
}

.nepon .green_text .container {
    width: 62.50vw;
}



.nepon .green_text p {
    /* clear: both; */
    display: flex;
}

.nepon .green_text p img {
    margin-right: 0.52vw;
    height: 10.42vw;
    margin-top: .4vw;
    /* margin: 0 auto 1.5%; */
}

.nepon .how_installed.container {
    width: 62.50vw;
}

.nepon .how_installed.container h3 {
    margin-top: 2.60vw;
    margin-bottom: 1.56vw;
}

.nepon .text_over_img {
    position: relative;
    display: flex;
    width: 62.50vw;
}

.nepon .text_over_img.right {
    justify-content: flex-end;
}

.nepon .text_over_img>img,
.nepon .text_over_img>video {
    width: 34.74vw;
}

.nepon .text_over_img>video {
    border-radius: .25vw;
}

.nepon .text_over_img .text {
    position: absolute;
    width: 29.53vw;
    padding: 1.56vw;
    border: 0.16vw solid #9ec9af;
    background: white;
    box-shadow: -0.42vw -0.42vw 0.63vw -0.52vw rgb(0 0 0 / 25%), 0.42vw 0.42vw 0.63vw -0.26vw #e5e5e5;
    border-radius: 0.78vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nepon .text_over_img .text a {
    color: #6da081;
    text-decoration: underline;
}

.nepon .text_over_img .text a:hover {
    opacity: 1;
    color: #f0ca88;
}

.nepon .text_over_img.left .text {
    right: 0;
    left: auto;
}

.nepon .how_installed .text_over_img h4 {
    position: absolute;
    display: flex;
    align-items: center;
    color: #3B8056;
    right: 0;
    transform: translateX(115%);
    top: 3.13vw;
}

.nepon .how_installed .text_over_img h4 img {
    margin-right: 0.26vw;
    height: 4.43vw;
    filter: brightness(0);
}

.nepon .pick_stage {
    width: 72.92vw;
}

.nepon .pick_stage .blocks {
    width: 100%;
    height: 21.88vw;
    align-items: flex-end;
    margin-top: 2.60vw;
    margin-bottom: 2.60vw;
}

.nepon .pick_stage .blocks>div:nth-child(1),
.nepon .pick_stage .blocks>div:nth-child(3) {
    width: 19.32vw;
}

.nepon .pick_stage .blocks>div:nth-child(2) {
    align-self: flex-start;
    width: 29.5vw;
}

.nepon .pick_stage .blocks>div img {
    width: 100%;
}

.nepon .pick_stage .blocks .img_text small {
    justify-content: center;
}

.nepon .pick_stage>span {
    margin-left: 5.21vw;
    color: #000;
    font-size: 1.25vw;
    margin-bottom: 1.56vw;
}

.nepon .pick_stage a {
    color: #6da081;
    text-decoration: underline;
}

.nepon .pick_stage a:hover {
    opacity: 1;
    color: #f0ca88;
}

.nepon .maintained {
    width: 62.50vw;
}

.nepon .maintained h3 {
    margin-bottom: 1.56vw;
}

.nepon .maintained>p {
    font-family: "Poppins-medium";
    margin-bottom: 1.56vw;
}


.nepon .maintained .blocks .text_over_img {
    margin-bottom: 5.21vw;
}

.nepon .maintained .blocks .text_over_img img {
    width: 31.25vw;
}

.nepon .maintained .blocks .text_over_img .text {
    width: 33.02vw;
    padding: 5.21vw 2.08vw;
    height: 26.04vw;
    display: flex;
    align-items: center;
}

.nepon .maintained .blocks>div:nth-child(2)::before {
    content: '';
    width: 100vw;
    position: absolute;
    z-index: 0;
    background: rgba(158, 201, 175, 0.1);
    height: 112%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nepon .action .text {
    width: 62.50vw;
    margin: 0 auto;
}

.nepon .action .text p {
    margin: 1.56vw 0 3.13vw 0;
}

.nepon .action .block {
    width: 86.35vw;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.nepon .action .block::before {
    content: '';
    width: 100vw;
    position: absolute;
    z-index: -1;
    background: rgba(158, 201, 175, 0.1);
    height: 102%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nepon .action .block>div {
    width: 42.14vw;
    margin-bottom: 3.13vw;
    position: relative;
    overflow: hidden;
}

.nepon .action .block>div img {
    width: 100%;
}

.nepon .action .block .text {
    position: absolute;
    color: white;
    z-index: 1;
    bottom: 1.56vw;
    left: 1.56vw;
}

.nepon .action .block .text h2 span {
    margin-left: 5.21vw;
}


.nepon .popup_overflow {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
}

.nepon .popup_overflow.active {
    opacity: 1;
    transition: 400ms;
    visibility: visible;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.692);
    cursor: pointer;
}

.nepon .popup_content {
    transition: 500ms;
    background: #90bbd1;
    border: 0.5vw solid #3F91B9;
    visibility: hidden;
    opacity: 0;
    max-height: 90vh;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.21vw;
    position: relative;
    overflow: hidden;
}

.nepon .popup_content iframe {
    width: 80vw;
    height: 45vw;
    max-height: calc(90vh - 1vw);
    display: block;
}


.nepon .popup_overflow.active .popup_content {
    opacity: 1;
    visibility: visible;

}

.nepon .popup_overflow .close {
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 2%;
}

.nepon .popup_overflow .close svg {
    width: 2vw;
    height: auto;
}

.nepon .popup_overflow .close path {
    fill: #fff;
    transition: 0.4s;
}

.nepon .popup_overflow .close:hover path {
    fill: #7EA258;
}

.nepon .still_quest {
    border-radius: 4px;
    background: #6da081;
    margin: 0 auto 2vw;
    color: #fff;
    padding: 9px 20px;
}

.nepon .still_quest:hover {
    background: #000;
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .nepon .popup_content {
        border: 1.5vw solid #3F91B9;
        padding: .6vw;
        padding-bottom: 0.6vw;
        border-radius: 1vw;
    }

    .nepon .popup_content iframe {
        width: 90vw;
        height: 49vw;
    }

    .nepon .popup_overflow .close svg {
        width: 7vw;
    }
}

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

    .nepon h2 {
        font-size: 7.5vw;
        line-height: 1.3;
    }

    .nepon h3 {
        font-size: 7vw;
        line-height: 1.3;
    }

    .nepon h4 {
        font-size: 6vw;
        line-height: 1.3;
    }

    .nepon p,
    .nepon a {
        font-size: 4vw;
    }

    .nepon small {
        font-size: 3.7vw;
    }

    .nepon .container {
        width: 100vw;
        overflow: hidden;
        align-items: center;
        margin-bottom: 12vw;
    }


    .nepon .img_text small {
        left: 0;
        bottom: 4.78vw;
        padding: 0 5.34vw;
        height: 12.6vw;
    }



    .nepon .top_title {
        display: none;

    }

    .nepon .hero img {
        width: 138.63vw;
        margin: 0;
    }

    .nepon .hero h3,
    .nepon .hero p {
        margin-bottom: 8.6vw;
        max-width: 92vw;
    }

    .nepon .hero h3 {
        margin-top: 7vw;
    }

    .nepon .hero span {
        padding: 2vw;
        width: 92vw;
        font-size: 4vw;
    }

    .nepon .video_container {
        width: 92vw;
        height: 80vw;
        margin-bottom: 10vw;
        margin-top: 0;
        overflow: hidden;
        justify-content: flex-start;
        border-radius: 1vw;
    }

    .nepon .video_container .fon {
        width: auto;
        height: 100%;
        transform: translateX(-25%);
    }

    .nepon .video_container .play {
        width: 25vw;
        height: 25vw;
    }

    .nepon .video_container h2 {
        display: none;
        top: 2.08vw;
        right: 2.08vw;
        width: 90%;
        text-align: right;
    }

    .nepon .sold {
        width: 92vw;
        margin-bottom: 0;
    }

    .nepon .sold .top_text {
        margin-left: 0;
        margin-bottom: 2.60vw;
    }

    .nepon .sold .top_text p {
        margin: 1.04vw 0 3vw 0;
    }

    .nepon .sold .blocks {
        width: 100%;
        position: relative;
        flex-direction: column;
    }

    .nepon .sold .blocks>div {
        width: 100%;
        padding: 3.13vw;
        border: .7vw solid #9ec9af;
        border-radius: 2vw;
        height: auto;
        margin-bottom: 8vw;
        flex-direction: column;
        align-items: center;
    }

    .nepon .sold .blocks>div .text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nepon .sold .blocks>div .text h4 {
        margin-bottom: .5vw;
    }

    .nepon .sold .blocks>div:nth-child(2),
    .nepon .sold .blocks>div:nth-child(3) {
        flex-direction: column-reverse;

    }

    .nepon .sold .blocks>div:nth-child(3) {
        margin-bottom: 0;
    }

    .nepon .sold .blocks>div:nth-child(1) {
        margin-right: 0;
    }

    .nepon .sold .blocks img {
        height: 65.63vw;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    .nepon .sold .blocks div:nth-child(2) img {
        margin-right: 0;
        margin-left: 1.04vw;
    }

    .nepon .mini_hedge,
    .nepon .instant_hedge {
        width: 100vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 12vw;
    }

    .nepon .mini_hedge .container,
    .nepon .instant_hedge .container {
        width: 92vw;
    }

    .nepon .instant_hedge h3 {
        margin-top: 8vw;
        margin-bottom: 4vw;
    }

    .nepon .diogonal_block {
        position: relative;
        width: 100%;
    }


    .nepon .diogonal_block .top_block {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .nepon .diogonal_block .top_block p {
        width: 92vw;
        margin-left: 0;
        margin-top: 5.81vw;
    }

    .nepon .diogonal_block img {
        border-radius: 1.5vw !important;
    }

    .nepon .diogonal_block .top_block img {
        width: 92vw;
    }

    .nepon .diogonal_block .center_block,
    .nepon .mini_hedge_xl .green_block {
        position: relative;
        left: auto;
        top: auto;
        margin: 7vw auto;
        transform: none;
        padding: 3.74vw;
        width: 68.88vw;
    }

    .nepon .diogonal_block .center_block .text,
    .nepon .mini_hedge_xl .green_block .text {
        border: 0.3vw solid white;
        padding: 3.7vw;
    }

    .nepon .diogonal_block .center_block .text p,
    .nepon .mini_hedge_xl .green_block .text p {
        margin: 1.04vw 0;
    }

    .nepon .diogonal_block .bottom_block {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column-reverse;
    }

    .nepon .diogonal_block .bottom_block .right_cnt .img_text {
        width: 73.56vw;
    }

    .nepon .diogonal_block .bottom_block .right_cnt .img_text.right {
        width: 82vw;
    }

    .nepon .diogonal_block .bottom_block .right_cnt .img_text.right small {
        bottom: auto;
        top: 4.78vw;
    }

    .nepon .diogonal_block .bottom_block p {
        width: 92vw;
        margin-bottom: 0;
    }

    .nepon .diogonal_block .right_cnt {
        width: 92vw;
        height: 253.73000000000002vw;
        position: relative;
        margin-left: 0;
        transform: none;
        margin-bottom: 5vw;
        margin-top: 0;
    }

    .nepon .instant_hedge {
        margin-top: 12vw;
        margin-bottom: 0;
        padding-top: 0;
    }

    .nepon .instant_hedge .diogonal_block {
        width: 92vw;
    }

    .nepon .instant_hedge .top_block p {
        width: 92vw;
        margin-left: 0;
    }

    .nepon .instant_hedge .bottom_block {
        margin-bottom: 0;
    }

    .nepon .instant_hedge .bottom_block p {
        margin-bottom: 0;
        margin-top: 5.81vw;
    }



    .nepon .instant_hedge .bottom_block .img_text {
        margin-left: 0;
        width: 92vw;
        transform: none;
    }

    .nepon .green_text {
        width: 100vw;
        padding: 12vw 0;
    }

    .nepon .green_text .container {
        width: 92vw;
        margin-bottom: 0vw;
    }

    .nepon .green_text p {
        display: block;
        flex-direction: column;
        align-items: center;
    }

    .nepon .green_text p img {
        margin-bottom: 0;
        margin-right: 2vw;
        height: 28vw;
        float: left;
    }

    .nepon .how_installed.container {
        width: 92vw;
    }

    .nepon .how_installed.container h3 {
        margin-top: 8vw;
        margin-bottom: 1.56vw;
    }

    .nepon .text_over_img {
        width: 92vw;
        height: 100vw;
        align-items: center;
        flex-direction: column;
        flex-direction: column-reverse;
        justify-content: flex-start;
        margin-bottom: 5vw;
    }

    .nepon .text_over_img.right {
        justify-content: flex-start;
    }

    .nepon .text_over_img>img,
    .nepon .text_over_img>video {
        width: 92vw;
    }

    .nepon .text_over_img .text {
        position: relative;
        width: 88vw;
        padding: 3.13vw;
        border: .7vw solid #9ec9af;
        background: white;
        box-shadow: -0.42vw -0.42vw 0.63vw -0.52vw rgb(0 0 0 / 25%), 0.42vw 0.42vw 0.63vw -0.26vw #e5e5e5;
        border-radius: 2vw;
        left: auto;
        top: auto;
        transform: none;
        right: auto;
        margin-top: -6vw;
    }

    .nepon .pick_stage .blocks .img_text small {
        justify-content: left;
    }

    .nepon .text_over_img.left .text {
        transform: none;
    }

    .nepon .how_installed .text_over_img h4 {
        transform: none;
        top: -4.5vw;
    }

    .nepon .how_installed .text_over_img h4 img {
        margin-right: 0.26vw;
        height: 4.43vw;
        filter: brightness(0);
    }

    .nepon .pick_stage {
        width: 92vw;
    }

    .nepon .pick_stage .blocks {
        width: 100%;
        height: auto;
        align-items: flex-start;
        margin-top: 12vw;
        margin-bottom: 0;
        flex-direction: column;
    }

    .nepon .pick_stage .blocks>div:nth-child(1),
    .nepon .pick_stage .blocks>div:nth-child(3) {
        width: 92vw;
        margin-bottom: 7vw;
    }

    .nepon .pick_stage .blocks>div:nth-child(2) {
        width: 92vw;
        margin-bottom: 7vw;
    }


    .nepon .pick_stage>span {
        margin-left: 0;
        margin-bottom: 0;
        font-size: 4vw;
        text-align: center;
    }

    .nepon .maintained {
        width: 100vw;
        margin-top: 0;
        padding: 0 4vw;
    }

    .nepon .maintained h3 {
        margin-bottom: 1.56vw;
        text-align: left;
    }

    .nepon .maintained>p {
        margin-bottom: 1.56vw;
        text-align: left;
        margin-bottom: 7vw;
    }

    .nepon .maintained>p br {
        display: none;
    }

    .nepon .maintained .blocks {
        margin-bottom: 0;
    }

    .nepon .maintained .blocks .text_over_img {
        margin-bottom: 5.21vw;
        height: auto;
    }

    .nepon .maintained .blocks .text_over_img:nth-child(3) {
        margin-bottom: 0;
    }

    .nepon .maintained .blocks .text_over_img img {
        width: 92vw;
    }

    .nepon .maintained .blocks .text_over_img .text {
        width: 88vw;
        padding: 5.21vw 2.08vw;
        height: auto;
        display: flex;
        align-items: center;
    }

    .nepon .maintained .blocks .text_over_img {
        margin-bottom: 20vw;
    }

    .nepon .maintained .blocks .text_over_img a br {
        display: none;
    }

    .nepon .maintained .blocks>div:nth-child(2)::before {
        height: 116%;

    }

    .nepon .action>.text {
        width: 92vw;
        margin: 0 auto 7vw auto;
        align-items: flex-start;
    }

    .nepon .action .text h3 {
        text-align: left;
    }

    .nepon .action .text p {
        margin: 1.56vw 0 5vw 0;
    }

    .nepon .action .block {
        width: 92vw;
        margin: 0 auto;
        padding: 5vw 0;
        flex-wrap: wrap;
        position: relative;
    }



    .nepon .action .block>div {
        width: 92vw;
        margin-bottom: 4vw;
        position: relative;
        overflow: hidden;
    }

    .nepon .action .block>div img {
        width: 100%;
    }

    .nepon .action .block .text {
        position: absolute;
        bottom: 3vw;
        left: 3vw;
        width: 94%;
    }

    .nepon .action .block .text h2 {
        font-size: 6vw;
    }

    .nepon .action .block .text h2 span {
        margin-left: 5.21vw;
    }

    .nepon .mini_hedge_xl {
        background: url(./images/miniHedgeXl.jpg);
        background-size: cover;
        background-position: 100%;
        width: 92vw;
        position: relative;
        margin: 28vw 0 25vw 0;
        border-radius: 1.5vw;
        height: 140vw;
    }

    .nepon .mini_hedge_xl img {
        display: none;
    }

    .nepon .mini_hedge_xl .green_block {
        transform: translateX(-50%);
        left: 50%;
        top: -42vw;
        position: absolute;
    }

    .nepon .mini_hedge_xl>p {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        width: 88vw;
        padding: 1.3vw;
        text-align: center;
    }

    .nepon .still_quest {
        margin: 4vw auto 4vw;
    }
}