﻿body {
    font-family: Fselliotpro, sans-serif;
    color: #144168;
    font-size: 16px;
    line-height: 20px;
}
a {
    color: #144168;
    text-decoration: none;
}
.section_container {
    position: relative;
    z-index: 0;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}
.section_container.banner {
    z-index: 7;
    padding-top: 0;
    margin-top: 0;
    overflow: visible;
}
.section_container.banner.stage {
    overflow: hidden;
}
.section_container.stage_1 {
    background-color: #e9fff2;
}
.section_container.stage_2 {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            to(rgba(0, 0, 0, 0.3))
        ),
        url("../image/FA5149AF69204627901FFC3BA7464751.jpg");
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3)),
        url("../image/FA5149AF69204627901FFC3BA7464751.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}
.section_container.stage_3 {
    padding-right: 0px;
    padding-left: 0px;
}
.section_container.stage_4 {
    background-color: #38bf75;
    background-image: url("../image/stage_4_bg.png");
    background-position: 100% 0%;
    background-size: cover;
    background-attachment: fixed;
}
.section_container.stage_6 {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            to(rgba(0, 0, 0, 0.3))
        ),
        url("../image/stage_6_bg.jpg");
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3)),
        url("../image/stage_6_bg.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}
.section_container_in {
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding: 90px 0;
}
.section_container_in.banner_title {
    padding-top: 15px;
    padding-bottom: 75px;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
}
.section_container_in.stage_2 {
    padding-top: 120px;
    padding-bottom: 0px;
    color: #fff;
}
.banner_container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.banner_container.stage {
    background-color: #40da85;
}
.banner_img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    background-image: url("../image/doi_banner.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.banner_opacity_filter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.35;
}
.banner_opacity_filter._50 {
    opacity: 0.5;
}
.banner_opacity_filter._15 {
    opacity: 0.15;
}
.banner_opacity_filter.stage {
    z-index: 0;
}
.banner_graphic_2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/banner_graphic2.png");
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50vw, 0px);
    -ms-transform: translate(-50vw, 0px);
    transform: translate(-50vw, 0px);
}
.banner_graphic_3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/banner_graphic3.png");
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50vw, 0px);
    -ms-transform: translate(-50vw, 0px);
    transform: translate(-50vw, 0px);
}
.image {
    height: 15px;
    margin-left: 10px;
}
.share_popup_block {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}
.share_popup_btn {
    width: 32px;
    height: 32px;
    margin-left: 20px;
}
.share_popup_btn:hover {
    opacity: 0.7;
}
.share_popup_btn.twitter {
    background-image: url("../image/twitter.svg");
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
}
.share_popup_btn.weibo {
    background-image: url("../image/weibo_1weibo.png");
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
}
.share_popup_btn.wechat {
    background-image: url("../image/wechat.svg");
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
}
.share_popup_btn.linkedin {
    background-image: url("../image/linkedin.svg");
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
}
.share_popup_btn.youtube {
    background-image: url("../image/youtube.svg");
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
}
.share_popup_btn.facebook {
    background-image: url("../image/facebook.svg");
    background-position: 50% 50%;
    background-size: 40%;
    background-repeat: no-repeat;
}
.share_popup_tri {
    width: 20px;
    margin-top: 5px;
    margin-right: 12px;
    margin-bottom: -1px;
}
.share_popup_tri.stage {
    margin-right: 5px;
}
.share_popup_block_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #333;
}

.section_container_in.more_padding.stage_3 {
    max-width: 1400px;
}

.stage_banner_graphic_1 {
    position: absolute;
    left: -115px;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: 1850px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../image/stage_banner_graphic_1_v2.png");
    background-position: 30% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.stage_banner_1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-image: url("../image/stage_banner_1.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0;
}

.stage_banner_slider {
    width: 100%;
    height: auto;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 75px;
    padding-bottom: 90px;
    background-color: transparent;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.stage_banner_slider_mask {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-right: auto;
}

.stage_banner_slider_arrow {
    display: none;
}

.stage_banner_slide {
    color: #fff;
}

.stage_banner_slider_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 0 52px;
}

.stage_banner_text {
    width: 100%;
    max-width: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
    opacity: 0;
    -webkit-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate(-200px, 0px);
    font-size: 100px;
    line-height: 85px;
    font-weight: 900;
    text-transform: capitalize;
}

.stage_banner_2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-image: url("../image/stage_banner_2_v2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0;
}

.stage_banner_3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-image: url("../image/stage_banner_3_v2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0;
}

.stage_banner_slide_in {
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.stage_1_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_1_left {
    position: relative;
    width: 100%;
    padding-right: 50px;
}

.stage_1_x {
    width: 30%;
    max-width: 480px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.stage_1_text1 {
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.stage_1_text1.stage_2 {
    padding-bottom: 0px;
}

.stage_green_text {
    color: #40da85;
}

.stage_1_text_2 {
    line-height: 30px;
}

.stage_1_read_more {
    display: inline-block;
    padding-right: 15px;
    background-image: url("../image/stage_1_read_more.png");
    background-position: 100% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-weight: 900;
}

.stage_1_read_more:hover {
    color: #40da85;
}

.stage_1_ppl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.stage_1_ppl_img {
    width: 100px;
    border-radius: 999px;
}

.stage_1_ppl_text {
    padding-left: 20px;
    color: #333;
}

.stage_1_ppl_name {
    color: #144168;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
}

.stage_banner_logo_img {
    height: 50px;
}

.stage_banner_share_container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 60px;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.stage_banner_share_container_in {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.stage_banner_index {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 300px;
    text-align: right;
}

.stage_index_btn {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-weight: 900;
}

.stage_index_btn:hover {
    color: #40da85;
}

.stage_banner_share_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_banner_share_btn {
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 15px;
}

.stage_banner_share_btn.twitter {
    margin-left: 0px;
    background-image: url("../image/stage_banner_share_twitter.png");
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
}

.stage_banner_share_btn.twitter:hover {
    background-image: url("../image/stage_banner_share_twitter_h.png");
}

.stage_banner_share_btn.linkedin {
    background-image: url("../image/stage_banner_share_in.png");
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
}

.stage_banner_share_btn.linkedin:hover {
    background-image: url("../image/stage_banner_share_in_h.png");
}

.stage_banner_share_btn.share {
    background-image: url("../image/stage_banner_share_icon.png");
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
}

.stage_banner_share_btn.share:hover {
    background-image: url("../image/stage_banner_share_icon_h.png");
}

.stage_banner_share_btn.wechat {
    background-image: url("../image/stage_banner_share_wechat.png");
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
}

.stage_banner_share_btn.wechat:hover {
    background-image: url("../image/stage_banner_share_wechat_h.png");
}

.stage_banner_share_btn.utube {
    background-image: url("../image/stage_banner_share_utube.png");
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
}

.stage_banner_share_btn.utube:hover {
    background-image: url("../image/stage_banner_share_utube_h.png");
}

.stage_banner_share_btn.weibo {
    background-image: url("../image/stage_banner_share_weibo.png");
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
}

.stage_banner_share_btn.weibo:hover {
    background-image: url("../image/stage_banner_share_weibo_h.png");
}

.stage_banner_share_thought_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #40da85;
    font-weight: 900;
}

.stage_banner_share_thought_btn:hover {
    background-color: #fff;
}

.stage_banner_share_thought_btn_icon {
    width: 18px;
    margin-right: 12px;
}

.stage_1_quote_mark {
    position: absolute;
    left: -25px;
    top: -50px;
    right: auto;
    bottom: auto;
    height: 40px;
}

.stage_1_quote_mark.end {
    left: auto;
    top: auto;
    right: 50px;
    bottom: 100px;
}

.stage_title_container {
    font-size: 100px;
    line-height: 80px;
    font-weight: 900;
}

.stage_title {
    display: inline;
}

.stage_title.stage_2 {
    margin-right: 20px;
}

.stage_2_title_arrow {
    width: 135px;
}

.stage_center_text {
    width: 100%;
    max-width: 875px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 30px;
    text-align: left;
}

.stage_center_text.stage_2 {
    margin-left: 0px;
    text-align: left;
}

.stage_2_container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 120px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.stage_2_container.stage_6 {
    overflow: hidden;
}

.stage_2_bg_dot {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 9px;
    height: 9px;
    margin-left: -4px;
    border-radius: 999px;
    background-color: #40da85;
}

.stage_2_bg_line {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 1px;
    height: 100%;
    background-color: #40da85;
}

.stage_2_col {
    width: 50%;
    padding-right: 60px;
}

.stage_2_col.right {
    padding-right: 0px;
    padding-left: 60px;
}

.stage_2_block {
    width: 50%;
    padding-top: 75px;
    padding-right: 60px;
}

.stage_2_block._1 {
    padding-top: 0px;
}

.stage_2_block.stage_6 {
    padding-top: 45px;
}

.stage_2_block._2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 60px;
}

.stage_2_block._4 {
    padding-right: 0px;
    padding-left: 60px;
}

.stage_2_img {
    height: 90px;
    margin-bottom: 30px;
}

.stage_2_text {
    position: relative;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

.stage_2_text_dot {
    position: absolute;
    left: -25px;
    top: 14px;
    right: auto;
    bottom: auto;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background-color: #40da85;
}

.stage_discover_btn {
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
}

.stage_discover_btn:hover {
    color: #40da85;
}

.stage_discover_btn.stage_4:hover {
    color: #fff;
}

.stage_3_content {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

.stage_3_text {
    width: 100%;
    max-width: 900px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.stage_3_text.stage_4 {
    padding-top: 40px;
    padding-bottom: 0px;
}

.stage_line {
    width: 90px;
    height: 5px;
    background-color: #144168;
    opacity: 0.2;
}

.stage_line.white {
    background-color: #fff;
    opacity: 0.4;
}

.stage_3_slider {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 30px 40px 60px;
    background-color: transparent;
}

.stage_3_slider.one_slide_only {
    padding-bottom: 0px;
}

.stage_3_slider_mask {
    width: 100%;
    height: auto;
}

.stage_3_slider_nav {
    left: 45px;
    display: none;
    height: 20px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_3_slider_arrow {
    display: none;
    width: 50px;
}

.stage_3_slider_arrow:hover {
    opacity: 0.7;
}

.stage_3_slide {
    width: 100%;
}

.stage_3_slide_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.stage_3_block {
    width: 33.333%;
    padding: 20px 10px;
}

.stage_3_block:hover {
    color: #40da85;
}

.stage_3_logo_block {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 6px 3px rgba(64, 218, 133, 0.3);
    text-align: center;
}

.stage_3_logo_img {
    margin-right: auto;
    margin-left: auto;
}

.stage_3_block_text {
    width: 100%;
    padding-right: 25px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.stage_4_title {
    width: 100%;
    max-width: 1000px;
    font-size: 85px;
    line-height: 70px;
    font-weight: 900;
}

.white_text {
    color: #fff;
}

.stage_section_text {
    width: 100%;
    max-width: 950px;
    padding-top: 40px;
    line-height: 30px;
}

.stage_4_number_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.stage_4_number {
    position: relative;
    width: 22%;
    margin-right: 4%;
    padding-top: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.stage_4_number.last {
    margin-right: 0%;
}

.stage_4_book_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.stage_4_book_item_img {
    width: 40%;
    max-width: 180px;
    margin-right: 5%;
}

.stage_4_book_item_right {
    min-width: 190px;
    padding-top: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.stage_4_book_name {
    padding-top: 10px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 900;
}

.stage_4_book_date {
    font-size: 14px;
    line-height: 18px;
}

.stage_4_book_download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
}

.stage_4_book_download:hover {
    color: #fff;
}

.stage_4_book_download_icon {
    height: 12px;
    margin-right: 10px;
}

.stage_4_book_tabs {
    display: none;
    padding-top: 40px;
}

.stage_4_book_tabs_menu {
    width: 320px;
    padding-right: 50px;
}

.stage_4_book_tab_link {
    overflow: hidden;
    padding: 10px 0px;
    background-color: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.stage_4_book_tab_link:hover {
    color: rgba(20, 65, 104, 0.7);
}

.stage_4_book_tab_link.w--current {
    overflow: visible;
    background-color: transparent;
    color: #144168;
}

.stage_4_book_tabs_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.stage_4_book_tab_pane {
    width: 100%;
}

.stage_4_book_slider {
    width: 100%;
    height: auto;
    padding-bottom: 45px;
    background-color: transparent;
}

.stage_4_book_slider_arrow {
    display: none;
}

.stage_4_book_slider_mask {
    width: 100%;
    height: auto;
    text-align: left;
}

.stage_4_book_slide {
    width: 50%;
    height: auto;
}

.stage_4_book_slider_nav {
    left: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_6_subtitle {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
    text-align: center;
}

.stage_6_subtitle._1 {
    padding-bottom: 15px;
    text-align: left;
}

.stage_6_text_link {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
}

.stage_6_text_link:hover {
    color: #40da85;
}

.stage_6_dot {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 5px;
    border-radius: 999px;
    background-color: #40da85;
    color: #144168;
    font-weight: 700;
    text-align: center;
}

.stage_img {
    width: 100%;
    height: 125px;
    background-image: url("../image/stage_img.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.stage_5_tabs {
    padding-top: 40px;
}

.stage_5_tabs_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #40da85;
}

.stage_5_tab_link {
    overflow: hidden;
    margin-top: -15px;
    padding: 0px 50px 0px 0px;
    background-color: #e9fff2;
    color: #144168;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    text-align: center;
}

.stage_5_tab_link.w--current {
    overflow: visible;
    background-color: #e9fff2;
    color: #40da85;
}

.stage_5_tab_link_tri {
    display: block;
    height: 6px;
    margin: 6px auto -6px;
}

.stage_5_tabs_content {
    left: -50px;
    width: 100%;
    padding-top: 25px;
}

.stage_5_tab_pane {
    width: 100%;
}

.stage_5_slider {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: transparent;
}

.stage_5_slider_mask {
    width: 100%;
    height: auto;
}

.stage_5_slide {
    width: 100%;
    height: auto;
}

.stage_5_slide_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_5_img {
    width: 50%;
}

.stage_5_slider_arrow {
    display: none;
}

.stage_5_slide_text_block {
    width: 50%;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.stage_5_slider_nav {
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 20px;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_5_slide_title {
    width: 100%;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.stage_5_slide_text {
    overflow: hidden;
    max-height: 72px;
    line-height: 24px;
}

.stage_section_anchor_point {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
}

.stage_7_form_container {
    width: 100%;
}

.stage_7_form_container_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.stage_7_form_block {
    width: 50%;
    max-width: 550px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.stage_7_form_block_text {
    padding-bottom: 10px;
    font-weight: 900;
}

.stage_7_form_field {
    height: 50px;
    margin-bottom: 0px;
    padding: 10px 15px;
    border: 1px none transparent;
    border-radius: 10px;
    background-color: #fff;
    color: #144168;
    font-size: 20px;
    line-height: 30px;
}

.stage_7_submit_btn_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stage_7_submit_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
}

.stage_7_submit_btn:hover {
    border-color: #144168;
    background-color: #144168;
    color: #fff;
}

.stage_7_submit_btn_arrow {
    height: 20px;
    margin-left: 12px;
}

.stage_4_book_tab_link_arrow {
    position: absolute;
    left: auto;
    top: 18px;
    right: -22px;
    bottom: auto;
    width: 12px;
}

.stage_1_read_less {
    display: inline-block;
    padding-right: 15px;
    background-image: url("../image/stage_1_read_less.png");
    background-position: 100% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-weight: 900;
}

.stage_1_read_less:hover {
    color: #40da85;
}

.stage_1_more_text {
    display: inline;
}

.stage_4_number_highlight {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

.stage_4_number_small {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
}

.stage_4_number_small_link {
    color: #fff;
    text-decoration: underline;
}

.stage_4_number_small_link:hover {
    color: #144168;
}

.stage_5_slide_date {
    padding-bottom: 10px;
    text-transform: uppercase;
}

.stage_4_book_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stage_4_block {
    width: 50%;
}

.stage_4_block._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stage_4_subtitle {
    width: 100%;
    padding-bottom: 30px;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.stage_4_book_item_block {
    width: 50%;
}

.stage_4_book_item_block._100_percent {
    width: 100%;
}

.stage_banner_graphic_2 {
    position: absolute;
    left: -115px;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: 1850px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../image/stage_banner_graphic_2_v2.png");
    background-position: 30% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
    .stage_index_btn {
        font-size: 17px;
        line-height: 21px;
    }
    .stage_title.stage_2 {
        margin-right: 25px;
    }
    .stage_2_col {
        padding-right: 70px;
    }
    .stage_2_col.right {
        padding-left: 70px;
    }
    .stage_3_slider {
        padding-bottom: 0px;
    }
    .stage_3_slider_nav {
        display: none;
    }
    .stage_3_slider_arrow {
        background-image: url("../image/stage_3_slider_arrow_l_v2.png");
        background-position: 50% 50%;
        background-size: 40%;
        background-repeat: no-repeat;
    }
    .stage_3_slider_arrow.right {
        background-image: url("../image/stage_3_slider_arrow_r_v2.png");
    }
    .stage_7_form_block {
        max-width: 575px;
        padding-right: 60px;
    }
}

@media screen and (min-width: 1440px) {
    .section_container_in.more_padding.stage_3 {
        max-width: 1500px;
    }
    .stage_banner_graphic_1 {
        position: relative;
        left: -100px;
    }
    .stage_index_btn {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .stage_banner_share_row {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .stage_1_quote_mark {
        left: -60px;
        top: -25px;
    }
    .stage_title.stage_2 {
        margin-right: 30px;
    }
    .stage_2_col {
        padding-right: 80px;
    }
    .stage_2_col.right {
        padding-left: 80px;
    }
    .stage_2_text_dot {
        top: 15px;
    }
    .stage_3_content {
        padding-right: 100px;
        padding-left: 100px;
    }
    .stage_line {
        width: 100px;
        height: 6px;
    }
    .stage_3_slider {
        padding-right: 85px;
        padding-left: 85px;
    }
    .stage_3_slider_arrow {
        width: 75px;
    }
    .stage_3_block {
        padding-right: 15px;
        padding-left: 15px;
    }
    .stage_7_form_block {
        max-width: 600px;
        padding-right: 65px;
    }
    .stage_banner_graphic_2 {
        position: relative;
        left: -100px;
        top: -100%;
    }
}

@media screen and (max-width: 991px) {
    .section_container_in {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .section_container_in.banner_title {
        padding-top: 12px;
        padding-bottom: 45px;
        font-size: 36px;
        line-height: 36px;
    }
    .section_container_in.stage_2 {
        padding-top: 90px;
    }
    .stage_banner_graphic_1 {
        left: 0px;
        background-position: 100% 0px;
    }
    .stage_banner_slider {
        padding-top: 60px;
        padding-bottom: 75px;
    }
    .stage_banner_slider_nav {
        bottom: 35px;
    }
    .stage_banner_text {
        max-width: 575px;
        padding-top: 45px;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 90px;
        line-height: 75px;
    }
    .stage_1_left {
        padding-right: 40px;
    }
    .stage_1_text1 {
        padding-bottom: 12px;
        font-size: 25px;
        line-height: 29px;
    }
    .stage_1_ppl {
        padding-top: 25px;
    }
    .stage_1_ppl_img {
        width: 90px;
    }
    .stage_1_ppl_text {
        padding-left: 18px;
    }
    .stage_1_ppl_name {
        font-size: 22px;
        line-height: 22px;
    }
    .stage_banner_logo_img {
        height: 42px;
    }
    .stage_banner_share_container {
        bottom: 45px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .stage_index_btn {
        display: none;
    }
    .stage_banner_share_row {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .stage_banner_share_btn {
        width: 32px;
        height: 32px;
        margin-left: 13px;
    }
    .stage_banner_share_thought_btn {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 19px;
    }
    .stage_1_quote_mark {
        left: -20px;
        top: -45px;
        height: 35px;
    }
    .stage_1_quote_mark.end {
        right: 40px;
        bottom: 80px;
    }
    .stage_title_container {
        font-size: 90px;
        line-height: 75px;
    }
    .stage_2_title_arrow {
        width: 120px;
    }
    .stage_center_text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .stage_2_container {
        padding-bottom: 90px;
    }
    .stage_2_col {
        padding-right: 30px;
    }
    .stage_2_col.right {
        padding-left: 30px;
    }
    .stage_2_block {
        padding-top: 60px;
        padding-right: 30px;
    }
    .stage_2_block.stage_6 {
        padding-top: 40px;
    }
    .stage_2_block.stage_6._2 {
        padding-top: 0px;
    }
    .stage_2_block._2 {
        padding-left: 30px;
    }
    .stage_2_block._4 {
        padding-left: 30px;
    }
    .stage_2_img {
        height: 80px;
        margin-bottom: 25px;
    }
    .stage_2_text {
        font-size: 25px;
        line-height: 29px;
    }
    .stage_2_text_dot {
        left: -15px;
        top: 10px;
        width: 7px;
        height: 7px;
    }
    .stage_discover_btn {
        margin-top: 25px;
    }
    .stage_discover_btn.stage_4 {
        margin-top: 20px;
    }
    .stage_3_content {
        padding-right: 40px;
        padding-left: 40px;
    }
    .stage_3_text {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .stage_3_text.stage_4 {
        padding-top: 30px;
    }
    .stage_3_slider {
        padding: 25px 30px 50px;
    }
    .stage_3_slider_nav {
        left: 35px;
    }
    .stage_3_block {
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .stage_3_logo_block {
        margin-bottom: 18px;
        padding: 23px;
    }
    .stage_3_block_text {
        font-size: 18px;
        line-height: 22px;
    }
    .stage_4_title {
        font-size: 75px;
        line-height: 65px;
    }
    .stage_section_text {
        padding-top: 30px;
    }
    .stage_4_number {
        width: 47%;
        margin-right: 6%;
        padding-top: 35px;
        font-size: 18px;
        line-height: 22px;
    }
    .stage_4_number._2 {
        margin-right: 0%;
    }
    .stage_4_book_item {
        padding-right: 20px;
    }
    .stage_4_book_name {
        font-size: 20px;
        line-height: 20px;
    }
    .stage_4_book_download {
        margin-top: 20px;
    }
    .stage_4_book_tabs {
        padding-top: 30px;
    }
    .stage_4_book_tabs_menu {
        width: 280px;
        padding-right: 40px;
    }
    .stage_4_book_tab_link {
        font-size: 25px;
        line-height: 29px;
    }
    .stage_4_book_tab_link.w--current {
        background-size: 12px;
    }
    .stage_4_book_slide {
        width: 100%;
    }
    .stage_6_subtitle {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 28px;
        line-height: 32px;
    }
    .stage_6_dot {
        margin-bottom: 15px;
    }
    .stage_5_tab_link {
        padding-right: 40px;
        font-size: 22px;
        line-height: 26px;
    }
    .stage_5_tabs_content {
        left: -40px;
        padding-top: 0px;
    }
    .stage_5_slide_text_block {
        padding-left: 40px;
    }
    .stage_5_slider_nav {
        bottom: 0px;
        padding-left: 35px;
    }
    .stage_5_slide_title {
        font-size: 25px;
        line-height: 29px;
    }
    .stage_7_form_container_in {
        padding-top: 30px;
    }
    .stage_7_form_block {
        padding-right: 30px;
    }
    .stage_7_submit_btn {
        font-size: 32px;
        line-height: 36px;
    }
    .stage_4_book_tab_link_arrow {
        top: 14px;
    }
    .stage_4_number_highlight {
        font-size: 22px;
        line-height: 26px;
    }
    .stage_4_number_small {
        margin-top: 10px;
        font-size: 13px;
        line-height: 17px;
    }
    .stage_4_book_row {
        display: block;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .stage_4_block._2 {
        margin-top: 30px;
    }
    .stage_4_subtitle {
        padding-bottom: 20px;
        font-size: 25px;
        line-height: 29px;
    }
    .stage_banner_graphic_2 {
        left: 0px;
        background-position: 100% 0px;
    }
}

@media screen and (max-width: 767px) {
    .section_container_in {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section_container_in.banner_title {
        font-size: 32px;
        line-height: 32px;
    }
    .share_popup_block {
        left: auto;
        right: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .share_popup_block.stage {
        left: auto;
        top: 100%;
        right: 0%;
        bottom: auto;
    }
    .share_popup_tri {
        margin-left: 252px;
    }
    .share_popup_tri.stage {
        margin-left: auto;
    }
    .section_container_in.stage_2 {
        padding-top: 75px;
    }
    .stage_banner_graphic_1 {
        background-position: 45% 0px;
    }
    .stage_banner_slider {
        min-height: 540px;
    }
    .stage_banner_text {
        max-width: 475px;
        padding-top: 30px;
        font-size: 75px;
        line-height: 60px;
    }
    .stage_1_container {
        display: block;
    }
    .stage_1_left {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
    }
    .stage_1_x {
        width: 100%;
        max-width: 360px;
        margin-top: 40px;
        margin-right: auto;
    }
    .stage_1_text1 {
        font-size: 22px;
        line-height: 26px;
    }
    .stage_1_ppl {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .stage_banner_logo_img {
        height: 36px;
    }
    .stage_banner_share_container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .stage_banner_share_row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .stage_1_quote_mark {
        left: -15px;
        top: -5px;
        height: 25px;
    }
    .stage_1_quote_mark.end {
        right: -15px;
        bottom: 115px;
    }
    .stage_title_container {
        font-size: 58px;
        line-height: 50px;
    }
    .stage_title.stage_2 {
        margin-right: 15px;
    }
    .stage_2_title_arrow {
        width: 80px;
    }
    .stage_center_text {
        text-align: left;
    }
    .stage_2_container {
        display: block;
        padding-bottom: 75px;
    }
    .stage_2_bg_dot {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 7px;
        height: 7px;
        margin-top: 5px;
        margin-left: 0px;
    }
    .stage_2_bg_line {
        left: 3px;
        margin-top: 5px;
    }
    .stage_2_col {
        width: 100%;
        padding-right: 0px;
        padding-left: 25px;
    }
    .stage_2_col.right {
        padding-left: 25px;
    }
    .stage_2_block {
        width: 100%;
        padding-top: 50px;
        padding-right: 0px;
        padding-left: 25px;
    }
    .stage_2_block.stage_6 {
        padding-top: 30px;
    }
    .stage_2_block.stage_6._2 {
        padding-top: 30px;
    }
    .stage_2_block._2 {
        padding-top: 50px;
        padding-left: 25px;
    }
    .stage_2_block._2.stage_2 {
        padding-top: 35px;
    }
    .stage_2_block._4 {
        padding-left: 25px;
    }
    .stage_2_img {
        height: 72px;
    }
    .stage_2_text {
        font-size: 22px;
        line-height: 26px;
    }
    .stage_2_text_dot {
        left: -25px;
    }
    .stage_3_content {
        padding-right: 25px;
        padding-left: 25px;
    }
    .stage_3_slider {
        padding: 20px 15px 40px;
    }
    .stage_3_slider_nav {
        left: 20px;
    }
    .stage_3_block_text {
        padding-right: 20px;
    }
    .stage_4_title {
        font-size: 48px;
        line-height: 40px;
    }
    .stage_4_book_item_img {
        min-width: 120px;
        margin-right: 7.5%;
    }
    .stage_4_book_tabs_menu {
        width: 240px;
        padding-right: 25px;
    }
    .stage_4_book_tab_link {
        font-size: 22px;
        line-height: 26px;
    }
    .stage_6_subtitle {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }
    .stage_img {
        height: 100px;
    }
    .stage_5_tab_link {
        margin-top: -12px;
        padding-right: 25px;
        font-size: 20px;
        line-height: 24px;
    }
    .stage_5_tabs_content {
        left: -25px;
    }
    .stage_5_img {
        width: 45%;
    }
    .stage_5_slide_text_block {
        width: 55%;
        padding-left: 25px;
    }
    .stage_5_slider_nav {
        width: 55%;
        padding-left: 20px;
    }
    .stage_5_slide_title {
        font-size: 22px;
        line-height: 26px;
    }
    .stage_7_form_block {
        width: 100%;
        padding-right: 0px;
    }
    .stage_7_submit_btn {
        font-size: 28px;
        line-height: 32px;
    }
    .stage_4_book_tab_link_arrow {
        top: 16px;
        right: -20px;
        width: 10px;
    }
    .stage_4_subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .stage_banner_graphic_2 {
        background-position: 45% 0px;
    }
    .section_container_in.stage_2 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 479px) {
    .section_container_in.more_padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section_container_in {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .section_container_in.banner_title {
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 28px;
        line-height: 28px;
    }
    .stage_banner_graphic_1 {
        background-position: 60% 0px;
    }
    .stage_banner_slider {
        min-height: 440px;
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .stage_banner_text {
        max-width: 325px;
        padding-bottom: 45px;
        font-size: 50px;
        line-height: 40px;
    }
    .stage_1_left {
        max-width: 400px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .stage_1_x {
        max-width: 240px;
        margin-top: 30px;
    }
    .stage_1_text1 {
        padding-bottom: 10px;
        font-size: 19px;
        line-height: 23px;
    }
    .stage_1_text_2 {
        line-height: 24px;
    }
    .stage_1_read_more {
        padding-right: 12px;
        background-size: 8px;
    }
    .stage_1_ppl {
        padding-top: 20px;
    }
    .stage_1_ppl_img {
        width: 80px;
    }
    .stage_1_ppl_text {
        padding-left: 15px;
    }
    .stage_1_ppl_name {
        font-size: 20px;
        line-height: 20px;
    }
    .stage_banner_logo_img {
        height: 30px;
    }
    .stage_banner_share_container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .stage_banner_share_row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .stage_banner_share_btn {
        width: 28px;
        height: 28px;
        margin-left: 11px;
    }
    .stage_banner_share_thought_btn {
        padding: 10px 18px;
        font-size: 13px;
        line-height: 17px;
    }
    .stage_banner_share_thought_btn_icon {
        width: 15px;
        margin-right: 10px;
    }
    .stage_1_quote_mark {
        left: -10px;
        top: -25px;
        height: 20px;
    }
    .stage_1_quote_mark.end {
        right: -10px;
        bottom: 75px;
    }
    .stage_title_container {
        font-size: 45px;
        line-height: 35px;
    }
    .stage_2_title_arrow {
        width: 60px;
    }
    .stage_center_text {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: 24px;
    }
    .stage_2_container {
        padding-bottom: 60px;
    }
    .stage_2_bg_dot {
        margin-top: 3px;
    }
    .stage_2_bg_line {
        margin-top: 3px;
    }
    .stage_2_col {
        padding-left: 20px;
    }
    .stage_2_col.right {
        padding-left: 20px;
    }
    .stage_2_block {
        padding-top: 40px;
        padding-left: 20px;
    }
    .stage_2_block.stage_6 {
        padding-top: 25px;
    }
    .stage_2_block.stage_6._2 {
        padding-top: 25px;
    }
    .stage_2_block._2 {
        padding-top: 40px;
        padding-left: 20px;
    }
    .stage_2_block._2.stage_2 {
        padding-top: 25px;
    }
    .stage_2_block._4 {
        padding-left: 20px;
    }
    .stage_2_img {
        height: 64px;
        margin-bottom: 20px;
    }
    .stage_2_text {
        font-size: 19px;
        line-height: 23px;
    }
    .stage_2_text_dot {
        left: -20px;
        top: 8px;
    }
    .stage_discover_btn {
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .stage_discover_btn.stage_4 {
        margin-top: 10px;
    }
    .stage_3_content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .stage_3_text {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .stage_3_text.stage_4 {
        padding-top: 20px;
    }
    .stage_3_slider {
        padding: 15px 10px 30px;
    }
    .stage_3_slider_nav {
        left: 15px;
    }
    .stage_3_slide_in {
        margin-bottom: 0px;
    }
    .stage_3_block {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .stage_3_logo_block {
        margin-bottom: 15px;
        padding: 20px;
    }
    .stage_3_block_text {
        padding-right: 0px;
        font-size: 16px;
        line-height: 20px;
    }
    .stage_4_title {
        font-size: 36px;
        line-height: 30px;
    }
    .stage_section_text {
        padding-top: 20px;
        line-height: 24px;
    }
    .stage_4_number {
        width: 100%;
        margin-right: 0%;
        padding-top: 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .stage_4_book_item_img {
        width: 35%;
        min-width: 105px;
        margin-right: 5%;
    }
    .stage_4_book_item_right {
        min-width: 180px;
    }
    .stage_4_book_name {
        padding-top: 5px;
        font-size: 18px;
        line-height: 18px;
    }
    .stage_4_book_date {
        font-size: 13px;
        line-height: 17px;
    }
    .stage_4_book_download {
        margin-top: 10px;
    }
    .stage_4_book_download_icon {
        height: 10px;
        margin-right: 8px;
    }
    .stage_4_book_tabs {
        padding-top: 20px;
    }
    .stage_4_book_tabs_menu {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .stage_4_book_tab_link {
        display: inline-block;
        width: auto;
        margin-right: 20px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .stage_4_book_tab_link.last {
        margin-right: 0px;
    }
    .stage_6_subtitle {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 24px;
    }
    .stage_6_dot {
        width: 25px;
        height: 25px;
        margin-bottom: 10px;
        padding-top: 4px;
    }
    .stage_img {
        height: 80px;
    }
    .stage_5_tabs {
        padding-top: 30px;
    }
    .stage_5_tab_link {
        padding-right: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .stage_5_tabs_content {
        left: 0px;
    }
    .stage_5_slide_in {
        display: block;
        padding-top: 15px;
    }
    .stage_5_img {
        width: 100%;
    }
    .stage_5_slide_text_block {
        width: 100%;
        max-width: 400px;
        padding-top: 15px;
        padding-left: 0px;
    }
    .stage_5_slider_nav {
        width: 100%;
        margin-left: -5px;
        padding-left: 0px;
    }
    .stage_5_slide_title {
        padding-bottom: 8px;
        font-size: 19px;
        line-height: 23px;
    }
    .stage_7_form_container_in {
        padding-top: 20px;
    }
    .stage_7_form_block {
        padding-bottom: 15px;
    }
    .stage_7_form_block_text {
        padding-bottom: 8px;
    }
    .stage_7_form_field {
        height: 40px;
        padding: 8px 12px;
        font-size: 16px;
        line-height: 24px;
    }
    .stage_7_submit_btn_row {
        padding-top: 10px;
    }
    .stage_7_submit_btn {
        padding: 12px 30px;
        font-size: 24px;
        line-height: 28px;
    }
    .stage_7_submit_btn_arrow {
        height: 15px;
        margin-top: -2px;
        margin-left: 10px;
    }
    .stage_4_book_tab_link_arrow {
        position: static;
        display: block;
        width: 8px;
        margin-right: auto;
        margin-bottom: -12px;
        margin-left: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .stage_1_read_less {
        padding-right: 12px;
        background-size: 8px;
    }
    .stage_4_number_highlight {
        font-size: 20px;
        line-height: 24px;
    }
    .stage_4_number_small {
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .stage_5_slide_date {
        padding-top: 4px;
        padding-bottom: 8px;
    }
    .stage_4_book_row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stage_4_block {
        width: 100%;
    }
    .stage_4_block._2 {
        margin-top: 25px;
    }
    .stage_4_subtitle {
        margin-bottom: -15px;
        padding-bottom: 0px;
        font-size: 19px;
        line-height: 23px;
    }
    .stage_4_book_item_block {
        width: 100%;
        margin-top: 25px;
    }
    .stage_banner_graphic_2 {
        background-position: 60% 0px;
    }
}
