@import url("fonts/fonts.css");
@import url("fonts/fontawesome.css");


/*    Viewport List
--------------------------
   Section - Height 680
   Section - Width 1450
--------------------------*/
/*--Temp CSS--*/

html,body {
    overflow-x: hidden;
    font-family: Helvetica, sans-serif;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: 0;
    /*-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)*/
}


img {
    width: 100%;
    height: auto;
    display: block;
}


strong {
    font-weight: 700
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="search"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

li {
    list-style-position: inside
}
a {
    text-decoration: none !important;
    color: #3196d2;
}
a:hover {
    color: #091a31;
}
a:focus {
    outline: none;
}

.clearfix {
    clear: both
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}








/*-------------------HEADER------------------*/
.navbar.navbar-light {
    background-color: #fff;
    padding: 1rem;
}
.navbar-logo {
    width: 70px;
}
.logo-desc {
    font-size: 18px;
    margin-left: 20px;
    width: 180px;
}
#navbarMain ul.navbar-nav > li {
    margin-right: 2rem;
}
#navbarMain ul.navbar-nav > li:last-child {
    margin-right: 0;
}
#navbarMain ul.navbar-nav > li > a {
    font-family: 'DK Crayon Crumble';
    font-size: 22px;
    color: #3c3c3b;
    opacity: 1;
}
#navbarMain ul.navbar-nav > li > a:hover {
    -webkit-transition: color ease-in-out 0.3s;
    transition: color ease-in-out 0.3s;
}
.container-wide {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}



/*-------------------LANDING------------------*/
#secLanding {
    width: 100%;
    background: url(../img/BGHomepage@1x-min.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.landing__bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#secLanding .container-sm {
    position: relative;
    margin-top: 110px;
}
.landing__col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.landing__title_desc {
    text-align: right;
}
.landing__title {
    font-family: 'DK Crayon Crumble';
    font-size: 72px;
    max-width: 220px;
    line-height: 56px;
    margin-bottom: 24px;
    color: #343738;
}
.landing__subtitle {
    width: 190px;
    margin-left: auto;
}
.landing__key_art {
    position: relative;
    width: 85%;
    margin: -50px auto 0;
    padding-bottom: 200px;
    pointer-events: none;
}

/*-------------------ABOUT------------------*/
#secAbout {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    background: url(../img/BGAboutYSD-body@1x-min.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0 80px;
    z-index: 3;
}
#secAbout::before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-90%);
    transform: translate(-50%,-90%);
    background: url(../img/BGAboutYSD-top@1x-min.png) no-repeat center center;
}
#secAbout::after {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,90%);
    transform: translate(-50%,90%);
    background: url(../img/BGAboutYSD-bottom@1x-min.png) no-repeat center center;
}

.about__col {
    width: 100%;
}
.about__col_top {
    max-width: 737px;
    margin-left: auto;
    text-align: right;
}
h2.about__title {
    font-family: 'DK Crayon Crumble';
    font-size: 78px;
    margin-bottom: 14px;
    color: #3e3e3c;
}

p.body_para {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #3e3e3c;
}
.about__col_btm {
    width: 525px;
    margin-left: auto;
    padding-right: 90px;
    padding-top: 200px;
}
.about__col_btm .about__vision_row {
    width: 325px;
    margin-bottom: 24px;
}
.about__key_art {
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
    width: 93%;
    pointer-events: none;
}
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
}




/*-------------------CHAIRMAN------------------*/
#secChairman {
    position: relative;
    background-color: #fbe4ea;
    padding-top: 100px;
    background: url(../img/BGChairman@1x-min.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 130px;
}
.chairman__container {
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.chairman__image_name {
    width: 620px;
    margin-left: auto;
}
.chairman__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    margin-top: 100px;
}
.chairman__image_container img {
    pointer-events: none;
}
.chairman__name {
    width: 240px;
    display: block;
    font-size: 23px;
    line-height: 1.3;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-left: 40px;
    color: #3e3e3c;
}
.chairman__bubble_container {
    max-width: 390px;
}
p.body_para.quote__para {
    margin-bottom: 0;
    position: relative;
    padding: 36px 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: normal;
    color: #3e3e3c;
}
p.body_para.quote__para::before {
    content: '“';
    display: block;
    font-size: 100px;
    position: absolute;
    top: -40px;
    left: -5px;
    pointer-events: none;
    color: #3e3e3c;
    font-family: "Times New Roman", Times, serif;
}
p.body_para.quote__para::after {
    content: '”';
    display: block;
    font-size: 100px;
    position: absolute;
    bottom: -80px;
    right: 0;
    pointer-events: none;
    color: #3e3e3c;
    font-family: "Times New Roman", Times, serif;
}
h2.chairman__title {
    font-family: 'DK Crayon Crumble';
    font-size: 78px;
    line-height: 1.1;
    margin-bottom: 50px;
    color: #3e3e3c;
}
.chairman__txt_download_container {
    margin-top: 36px;
}
#secChairman .container-wide {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

a.download_link {
    display: inline-block;
}
.download_icon {
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.download__lbl {
    font-family: 'DK Crayon Crumble';
    font-size: 31px;
    display: inline-block;
    vertical-align: sub;;
    color: #3E3E3C;
    margin-bottom: 0;
    cursor: pointer;
}




/*-------------------CEO------------------*/
.ceo__container {
    margin-top: 100px;
    width: 100%;
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
}
h2.ceo__title {
    font-family: 'DK Crayon Crumble';
    font-size: 78px;
    line-height: 1.1;
    margin-bottom: 50px;
    text-align: right;
    color: #3E3E3C;
}
.ceo__info {
    width: 471px;
    margin-left: auto;
}
.ceo__txt_download_container {
    text-align: right;
    margin-top: 50px;
}
.ceo__container .download__lbl {
    width: 330px;
    line-height: 1.3;
    vertical-align: middle;
    text-align: left;
}
.ceo__image_container {
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ceo__image_container img {
    pointer-events: none;
}
.ceo__name {
    width: 200px;
    display: block;
    font-size: 23px;
    line-height: 1.3;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    position: absolute;
    top: 58%;
    margin-left: 50px;
    left: 50%;
    transform: translateX(-88%);
    color: #3e3e3c;
    z-index: 2;
}
.chairman__footer_key_art {
    width: 103%;
    position: absolute;
    left: -30px;
    bottom: -110px;
    z-index: 3;
    pointer-events: none;
}



/*-------------------SPECIAL FEATURES------------------*/
#secFeatures {
    position: relative;
    padding: 200px 0 150px;
    background: url(../img/BGSpecialFeatures-body@1x-min.png) no-repeat center center;
    background-size: cover;
    z-index: 2;
}
#secFeatures::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,15px);
    transform: translate(-50%,15px);
    display: block;
    background: url(../img/BGSpecialFeatures-bottom@1x-min.png) no-repeat center center;
    background-size: cover;
    z-index: 2;
}
.features__content {
    text-align: center;
    width: 100%;
    position: relative;
}
h2.features__title {
    font-family: 'DK Crayon Crumble';
    font-size: 78px;
    margin-bottom: 24px;
}
p.body_para.features__para {
    width: 820px;
    margin: 0 auto 2rem;
    font-size: 22px;
    font-weight: normal;
}
p.body_para.features__para_2 {
    width: 614px;
}
#secFeatures .download_link {
    margin-top: 48px;
    text-align: center;
}
#secFeatures .download_link .download_icon {
    display: block;
    margin: 0 auto 5px;
}
.features__icon_left {
    width: 110px;
    position: absolute;
    left: 0;
    bottom: -14px;
    pointer-events: none;
}
.features__icon_right {
    width: 90px;
    position: absolute;
    right: -50px;
    top: -24px;
    pointer-events: none;
}



/*-------------------IMPACT REPORT------------------*/
#secReport {
    position: relative;
    
}
#secReport .container-wide {
    flex-direction: column;
    padding: 100px 0;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.report__swiper_container {
    width: 100%;
    position: relative;
}
.swiper__col {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 140px 0;
    justify-content: space-between;
}
h2.report__title {
    font-family: 'DK Crayon Crumble';
    font-size: 100px;
    color: #fff;
    padding-left: 50px;
    line-height: 80px;
}
.report__key_art {
    position: absolute;
    pointer-events: none;
}
#reportSwiper .swiper-slide-1 {
    position: relative;
    background-color: #da4178;
    background: url(../img/BGEducation@1x-min.png) no-repeat center center;
    background-size: cover;
}
#reportSwiper .swiper-slide-1 .report__key_art {
    width: 760px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-80%,-45%);
    transform: translate(-80%,-45%);
}
#reportSwiper .swiper-slide-2 {
    position: relative;
    background-color: #0bb273;
    background: url(../img/BGEnvironment@1x-min.png) no-repeat center center;
    background-size: cover;
}
#reportSwiper .swiper-slide-2 .report__key_art {
    width: 900px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-92%,-48%);
    transform: translate(-92%,-48%);
}
#reportSwiper .swiper-slide-2 .report__stats_container {
    padding: 120px 0 70px;
}
#reportSwiper .swiper-slide-3 {
    position: relative;
    background-color: #db6d41;
    background: url(../img/BGCommunity@1x-min.png) no-repeat center center;
    background-size: cover;
}
#reportSwiper .swiper-slide-3 .report__key_art {
    width: 820px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-75%,-25%);
    transform: translate(-75%,-25%);
}
#reportSwiper .swiper-slide-3 h2.report__title {
    width: 430px;
    line-height: 1.2;
}
#reportSwiper .swiper-slide-3 h2.report__title span {
    display: block;
    -webkit-transform: translateX(-36px);
    transform: translateX(-36px);
}
#reportSwiper .swiper-slide-3 .report__stats_container {
    padding: 120px 0 70px;
}
#reportSwiper .swiper-slide-4 {
    position: relative;
    background-color: #1280c4;
    background: url(../img/BGSports@1x-min.png) no-repeat center center;
    background-size: cover;
}
#reportSwiper .swiper-slide-4 .report__key_art {
    width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-80%,-30%);
    transform: translate(-80%,-30%);
}
#reportSwiper .swiper-slide-4 .report__stats_container {
    padding: 120px 0 70px;
}
#reportSwiper .swiper-slide-5 {
    position: relative;
    background-color: #6f3d96;
    background: url(../img/BGArts&Culture@1x-min.png) no-repeat center center;
    background-size: cover;
}
#reportSwiper .swiper-slide-5 .report__key_art {
    width: 690px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-80%,-42%);
    transform: translate(-80%,-42%);
}
#reportSwiper .swiper-slide-5 .report__stats_container {
    padding: 120px 0 70px;
}
.report__stats_container {
    color: #fff;
}
.report__stats_row {
    margin-bottom: 24px;
}
.report__stats_title {
    width: 284px;
    margin: 0 auto 14px;
    font-size: 22px;
    font-family: 'Helvetica';
}
.report__stats_val {
    font-family: 'DK Crayon Crumble';
    font-size: 78px;
    line-height: 1;
}
.report_download_container  {
    margin-top: 50px;
}
.report_download_container .download__lbl {
    color: #fff;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-next {
    width: 80px;
    height: 80px;
    right: 8%;
}
.swiper-button-next:after {
    content: '';
    background: url(../img/OurFivePillarsArrowRight@1x.png) no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: block;

}
.swiper-button-prev {
    width: 80px;
    height: 80px;
    left: 8%;
}
.swiper-button-prev:after {
    content: '';
    background: url(../img/OurFivePillarsArrowLeft@1x.png) no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: block;

}


.modal .modal-dialog {
    max-width: 85%;
    height: 90%;
    display: flex;
}
.modal .modal-dialog .modal-body {
    
}
.modal .modal-dialog .modal-body iframe {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*-------------------DOWNLOAD------------------*/

#secDownload {
    position: relative;
    background-color: #ECD8BF;
    background: url(../img/BGDownload@1x-min.png) no-repeat center center;
    background-size: cover;
    padding: 210px 0 250px;
    z-index: 1;
    margin-top: -20px;
}

h2.download__title {
    font-family: 'DK Crayon Crumble';
    font-size: 78px;
    margin-bottom: 50px;
    text-align: left;
    width: 100%;
    color: #3e3e3c;
}
ul.download__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}
ul.download__list li {
    width: 50%;
    margin-bottom: 36px;
}
ul.download__list li a {
    position: relative;
    display: block;
}
ul.download__list li:nth-child(odd) {
    padding-left: 14px;
}
ul.download__list li:nth-child(even) {
    padding-right: 14px;
}
ul.download__list li:first-child {
    width: 60%;
    padding-left: 0;
}
ul.download__list li .download__lbl {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 28px;
}
ul.download__list li:first-child .download__lbl {
    font-size: 36px;
}
.download__col {
    width: 100%;
}
.download__col .download__col_right {
    margin-left: auto;
    width: 555px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}



/*-------------------FOOTER------------------*/
.footer__col {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}
ul.social__list {
    display: flex;
    align-items: center;
    margin: 0;
}
ul.social__list > li {
    list-style: none;
    margin: 0 40px 0 0;
    display: block;
    max-width: 24px;
}
ul.social__list > li:last-child {
    margin-right: 0;
}
ul.social__list > li > a {
    display: block;
}
.footer__copyright {
    font-family: 'Proxima Nova Rg';
    font-size: 15px;
    color: #6d6e70;
}







@media (max-width: 1450px) {
    
    
    
/*-------------------HEADER 1450------------------*/
    .container-wide {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1190px;
    }
    #navbarMain ul.navbar-nav > li {
        margin-right: 1.5rem;
    }
    #navbarMain ul.navbar-nav > li > a {
        font-size: 20px;
    }
    .logo-desc {
        font-family: 'ProximaNova-Bold';
        font-size: 18px;
        color: #6d6e70;
        margin-left: 12px;
    }
    

/*-------------------LANDING 1450------------------*/
    
    .ysd_logo {
        width: 130px;
    }
    .about__col_top {
        max-width: 690px;
        margin-left: auto;
        text-align: right;
    }
    h2.about__title {
        font-family: 'DK Crayon Crumble';
        font-size: 68px;
        margin-bottom: 14px;
        color: #3e3e3c;
    }
    .about__col_btm {
        width: 450px;
        margin-left: auto;
        padding-right: 40px;
        padding-top: 200px;
    }
    .about__key_art {
        position: absolute;
        left: 0;
        bottom: 50%;
        transform: translateY(60%);
        width: 90%;
        pointer-events: none;
    }
    p.body_para {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 17px;
        line-height: 1.5;
        font-weight: 600;
        color: #3e3e3c;
    }
/*-------------------ABOUT 1450------------------*/
    
    .container-sm {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 880px;
    }

    #secAbout::before {
        background-size: contain;
        height: 90px;
        -webkit-transform: translate(-50%,-85%);
        transform: translate(-50%,-85%);
    }
    #secAbout::after {
        background-size: contain;
        height: 100px;
        -webkit-transform: translate(-50%,80%);
        transform: translate(-50%,80%);
    }

/*-------------------CHAIRMAN 1450------------------*/
    
    h2.chairman__title {
        font-family: 'DK Crayon Crumble';
        font-size: 68px;
        line-height: 1.1;
        margin-bottom: 36px;
        color: #3e3e3c;
    }
    p.body_para.quote__para {
        margin-bottom: 0;
        position: relative;
        padding: 36px 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 19px;
        line-height: 1.3;
        font-weight: normal;
        color: #3e3e3c;
    }
    p.body_para.quote__para::before {
        content: '“';
        display: block;
        font-size: 90px;
        position: absolute;
        top: -26px;
        left: 0;
        pointer-events: none;
        color: #3e3e3c;
        font-family: "Times New Roman", Times, serif;
    }
    p.body_para.quote__para::after {
        content: '”';
        display: block;
        font-size: 90px;
        position: absolute;
        bottom: -60px;
        right: 0;
        pointer-events: none;
        color: #3e3e3c;
        font-family: "Times New Roman", Times, serif;
    }
    .chairman__info {
        position: absolute;
        top: 0;
        left: 0;
        width: 378px;
        margin-top: 80px;
    }
    .chairman__bubble_container {
        max-width: 338px;
    }
    .chairman__image_name {
        width: 490px;
        margin-left: auto;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    .chairman__name {
        width: 180px;
        display: block;
        font-size: 18px;
        line-height: 1.3;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        position: absolute;
        top: 50%;
        margin-left: 44px;
        color: #3e3e3c;
    }

    .download_icon {
        width: 32px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    .download__lbl {
        font-family: 'DK Crayon Crumble';
        font-size: 27px;
        display: inline-block;
        vertical-align: sub;
        color: #3E3E3C;
        margin-bottom: 0;
        cursor: pointer;
    }

/*-------------------CEO 1450------------------*/
    .ceo__container {
        margin-top: 100px;
        width: 100%;
        padding-bottom: 100px;
        position: relative;
        z-index: 1;
    }
    .ceo__image_container {
        width: 90%;
        position: absolute;
        left: -5%;
        bottom: 0;
    }
    h2.ceo__title {
        font-family: 'DK Crayon Crumble';
        font-size: 68px;
        line-height: 1.1;
        margin-bottom: 36px;
        text-align: right;
        color: #3E3E3C;
    }
    .ceo__info {
        width: 407px;
        margin-left: auto;
    }
    .ceo__container .download__lbl {
        width: 290px;
        line-height: 1.3;
        vertical-align: middle;
        text-align: left;
    }
    .ceo__name {
        width: 140px;
        display: block;
        font-size: 18px;
        line-height: 1.3;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        position: absolute;
        top: 58%;
        margin-left: 50px;
        left: 50%;
        transform: translateX(-88%);
        color: #3e3e3c;
        z-index: 2;
    }
    .chairman__footer_key_art {
        width: 110%;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-52%,53%);
        transform: translate(-52%,53%);
        z-index: 3;
        pointer-events: none;
    }

/*-------------------SPECIAL FEATURES 1450------------------*/

    h2.features__title {
        font-family: 'DK Crayon Crumble';
        font-size: 68px;
        margin-bottom: 24px;
    }
    p.body_para.features__para {
        width: 720px;
        margin: 0 auto 2rem;
        font-size: 19px;
        font-weight: normal;
    }
    p.body_para.features__para_2 {
        width: 530px;
    }
    .features__icon_left {
        width: 100px;
        position: absolute;
        left: -14px;
        bottom: -14px;
        pointer-events: none;
    }
    .features__icon_right {
        width: 80px;
        position: absolute;
        right: -70px;
        top: -15px;
        pointer-events: none;
    }

/*-------------------IMPACT REPORT 1450------------------*/
    .swiper__col {
        width: 880px;
        margin: 0 auto;
        display: flex;
        padding: 120px 0;
        justify-content: space-between;
    }
    h2.report__title {
        font-family: 'DK Crayon Crumble';
        font-size: 90px;
        color: #fff;
        padding-left: 50px;
        line-height: 70px;
    }
    .report__stats_title {
        width: 245px;
        margin: 0 auto 10px;
        font-size: 19px;
        font-family: 'Helvetica';
    }
    .report__stats_val {
        font-family: 'DK Crayon Crumble';
        font-size: 68px;
        line-height: 1;
    }
    .swiper-button-next {
        width: 70px;
        height: 70px;
        right: 5%;
    }
    .swiper-button-prev {
        width: 70px;
        height: 70px;
        left: 5%;
    }
    #reportSwiper .swiper-slide {
        height: auto;
    }
    #reportSwiper .swiper-slide-1 .report__key_art {
        width: 550px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-80%,-50%);
        transform: translate(-80%,-50%);
    }

    #reportSwiper .swiper-slide-2 .report__stats_container {
        padding: 95px 0 55px;
    }
    #reportSwiper .swiper-slide-2 .report__key_art {
        width: 730px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-84%,-50%);
        transform: translate(-84%,-50%);
    }

    #reportSwiper .swiper-slide-3 .report__stats_container {
        padding: 95px 0 55px;
    }
    #reportSwiper .swiper-slide-3 .report__key_art {
        width: 600px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-75%,-25%);
        transform: translate(-75%,-25%);
    }

    #reportSwiper .swiper-slide-4 .report__stats_container {
        padding: 95px 0 55px;
    }
    #reportSwiper .swiper-slide-4 .report__key_art {
        width: 550px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-80%,-30%);
        transform: translate(-90%,-30%);
    }

    #reportSwiper .swiper-slide-5 .report__stats_container {
        padding: 95px 0 55px;
    }
    #reportSwiper .swiper-slide-5 .report__key_art {
        width: 500px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-82%,-42%);
        transform: translate(-82%,-42%);
    }

/*-------------------DOWNLOAD 1450------------------*/
    #secDownload {
        position: relative;
        background-color: #ECD8BF;
        background: url(../img/BGDownload@1x-min.png) no-repeat center center;
        background-size: cover;
        padding: 90px 0 130px;
        z-index: 1;
        margin-top: -20px;
        width: 105%;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    h2.download__title {
        font-family: 'DK Crayon Crumble';
        font-size: 68px;
        margin-bottom: 50px;
        text-align: left;
        width: 100%;
    }
    .download__col .download__col_right {
        margin-left: auto;
        width: 482px;
        -webkit-transform: translate(50px,0);
        transform: translate(50px,0);
    }
    ul.download__list {
        list-style: none;
        margin: 0;
        padding: 0 50px 0 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    ul.download__list li {
        margin-bottom: 24px;
    }
    ul.download__list li .download__lbl {
        font-size: 25px;
    }
    ul.download__list li:first-child .download__lbl {
        font-size: 32px;
    }
    

/*-------------------FOOTER 1450------------------*/
    
    
    
    
    
}






@media (max-width: 1280px) {
    
    
    
/*-------------------HEADER 1280------------------*/
    
    .container-wide {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
    }
    #navbarMain ul.navbar-nav > li {
        margin-right: 1rem;
    }
    .logo-desc {
        font-family: 'ProximaNova-Bold';
        font-size: 15px;
        color: #6d6e70;
        margin-left: 10px;
    }

    
    
    

/*-------------------LANDING 1280------------------*/
    

/*-------------------ABOUT 1280------------------*/
    

/*-------------------CHAIRMAN 1280------------------*/
    
    
    

/*-------------------CEO 1280------------------*/
    
    
    
    
    

/*-------------------SPECIAL FEATURES 1280------------------*/
    
    
    
    
    

/*-------------------IMPACT REPORT 1280------------------*/
    
    

/*-------------------DOWNLOAD 1280------------------*/
    
    

/*-------------------FOOTER 1280------------------*/
    
    footer {
        padding: 0 1rem;
    }
    
    
    
}




@media (max-width: 1190px) {
    
    
    
/*-------------------HEADER 1190------------------*/
    
    
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    #navbarMain.collapse:not(.show) {
        display: none !important;
    }
    .navbar-light .navbar-toggler {
        border: 0;
        position: relative;
        padding: 0;
        border-radius: 0;    
        height: 30px;
    }
    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:active {
        outline: none;
    }
    .navbar-toggler .navbar-toggler-icon {
        background-image: url(../img/mobileBurgerLine.png);
        background-size: contain;
        width: 35px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .navbar-toggler .navbar-toggler-icon::before {
        content: '';
        background-image: url(../img/mobileBurgerLine.png);
        background-size: contain;
        width: 35px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: -10px;
        left: 0;
    }
    .navbar-toggler .navbar-toggler-icon::after {
        content: '';
        background-image: url(../img/mobileBurgerLine.png);
        background-size: contain;
        width: 35px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
    .logo-desc {
        position: absolute;
        left: 120px;
        top: 46px;
    }
    .navbar-collapse.show {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        flex-basis: 100%;
        height: auto;
        align-items: flex-end;
        justify-content: center;
        padding: 30px 0 20px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100%;
        display: block !important;
    }
    
    
    .navbar-toggler.collapsed .navbar-toggler-icon {
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-toggler.collapsed .navbar-toggler-icon::before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-toggler.collapsed .navbar-toggler-icon::after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    .navbar-toggler .navbar-toggler-icon {
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggler .navbar-toggler-icon::before {
        -webkit-transform: rotate(270deg) translate(-10px, 0px);
        transform: rotate(270deg) translate(-10px, 0px);
    }
    .navbar-toggler .navbar-toggler-icon::after {
        opacity: 0;
    }
    .navbar-nav {
        padding: 30px 0 15px;
    }
    #navbarMain ul.navbar-nav > li {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    #navbarMain ul.navbar-nav > li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #navbarMain ul.navbar-nav > li > a {
        font-family: 'DK Crayon Crumble';
        font-size: 30px;
        color: #3e3e3c;
    }
    
/*-------------------LANDING 1190------------------*/
    
    
    
    

/*-------------------ABOUT 1190------------------*/
    #secAbout::before {
        background-size: contain;
        height: 60px;
        -webkit-transform: translate(-50%,-85%);
        transform: translate(-50%,-85%);
    }
    #secAbout::after {
        background-size: contain;
        height: 68px;
        -webkit-transform: translate(-50%,80%);
        transform: translate(-50%,80%);
    }
    
    

/*-------------------CHAIRMAN 1190------------------*/
    
    
    
    

/*-------------------CEO 1190------------------*/
    
    
    
    

/*-------------------SPECIAL FEATURES 1190------------------*/
    
    
    
    

/*-------------------IMPACT REPORT 1190------------------*/
    .swiper__col {
        width: 680px;
        margin: 0 auto;
        display: flex;
        padding: 120px 0;
        justify-content: space-between;
    }
    h2.report__title {
        font-family: 'DK Crayon Crumble';
        font-size: 72px;
        color: #fff;
        padding-left: 40px;
        line-height: 60px;
    }
    .report__stats_title {
        width: 206px;
        margin: 0 auto 10px;
        font-size: 16px;
        font-family: 'Helvetica';
    }
    .report__stats_val {
        font-family: 'DK Crayon Crumble';
        font-size: 56px;
        line-height: 1;
    }
    .swiper-button-next {
        width: 60px;
        height: 60px;
        right: 8%;
    }
    .swiper-button-next:after {
        content: '';
        background: url(../img/OurFivePillarsArrowRight@1x.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 60px;
        display: block;
    
    }
    .swiper-button-prev {
        width: 60px;
        height: 60px;
        left: 8%;
    }
    .swiper-button-prev:after {
        content: '';
        background: url(../img/OurFivePillarsArrowLeft@1x.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 60px;
        display: block;
    
    }

    .swiper__col .swiper__col_right {
        min-width: 270px;
    }
    #reportSwiper .swiper-slide-1 .report__key_art {
        width: 400px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-85%,-50%);
        transform: translate(-85%,-50%);
    }

    #reportSwiper .swiper-slide-2 .report__stats_container {
        padding: 105px 0 45px;
    }
    #reportSwiper .swiper-slide-2 .report__key_art {
        width: 520px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-84%,-50%);
        transform: translate(-84%,-50%);
    }

    #reportSwiper .swiper-slide-3 .report__stats_container {
        padding: 105px 0 45px;
    }
    #reportSwiper .swiper-slide-3 h2.report__title {
        width: 430px;
        line-height: 1.2;
        text-align: left;
    }
    #reportSwiper .swiper-slide-3 h2.report__title span {
        display: block;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    #reportSwiper .swiper-slide-3 .report__key_art {
        width: 430px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-78%,-25%);
        transform: translate(-78%,-25%);
    }

    #reportSwiper .swiper-slide-4 .report__stats_container {
        padding: 105px 0 45px;
    }
    #reportSwiper .swiper-slide-4 .report__key_art {
        width: 420px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-90%,-53%);
        transform: translate(-90%,-53%);
    }

    #reportSwiper .swiper-slide-5 h2.report__title {
        text-align: left;
    }
    #reportSwiper .swiper-slide-5 .report__stats_container {
        padding: 105px 0 45px;
    }
    #reportSwiper .swiper-slide-5 .report__key_art {
        width: 400px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-85%,-37%);
        transform: translate(-85%,-37%);
    }

/*-------------------DOWNLOAD 1190------------------*/
    
    
    
    

/*-------------------FOOTER 1190------------------*/
    
    
    
    
    
}


@media (max-width: 900px) {
    
    
    
/*-------------------HEADER 900------------------*/
    .container-wide {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .container-sm {
        width: 100%;
        padding-right: 46px;
        padding-left: 46px;
    }
    .navbar-expand-lg .navbar-collapse.show {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
    

/*-------------------LANDING 900------------------*/
    
    .ysd_logo {
        width: 110px;
    }
    .landing__key_art {
        position: relative;
        width: 120%;
        left: 50%;
        -webkit-transform: translateX(-48%);
        transform: translateX(-48%);
        margin: 40px auto 0;
        padding-bottom: 280px;
        pointer-events: none;
    }
    
    

/*-------------------ABOUT 900------------------*/
    
    .about__col_top {
        max-width: 560px;
        margin-left: auto;
        text-align: right;
    }
    #secAbout::before {
        background-size: cover;
        height: 70px;
        -webkit-transform: translate(-50%,-85%);
        transform: translate(-50%,-85%);
    }
    #secAbout::after {
        background-size: cover;
        height: 78px;
        -webkit-transform: translate(-50%,80%);
        transform: translate(-50%,80%);
    }
    h2.about__title {
        font-family: 'DK Crayon Crumble';
        font-size: 58px;
        margin-bottom: 14px;
        color: #3e3e3c;
    }
    .about__key_art {
        position: absolute;
        left: 0;
        bottom: 50%;
        -webkit-transform: translate(-12%,60%);
        transform: translate(-12%,60%);
        width: 140%;
        pointer-events: none;
    }
    p.body_para {
        font-weight: 400;
    }
    
/*-------------------CHAIRMAN 900------------------*/
    h2.chairman__title {
        font-family: 'DK Crayon Crumble';
        font-size: 58px;
        line-height: 1.1;
        margin-bottom: 36px;
        color: #3e3e3c;
    }
    .chairman__info {
        position: absolute;
        top: 0;
        left: 0;
        width: 380px;
        margin-top: 0;
    }
    .chairman__bubble_container {
        max-width: 338px;
    }
    .chairman__image_name {
        width: 80%;
        margin-left: auto;
        margin-top: 400px;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    .chairman__name {
        width: 180px;
        display: block;
        font-size: 18px;
        line-height: 1.3;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        position: absolute;
        top: 50%;
        margin-left: 0;
        color: #3e3e3c;
        -webkit-transform: translateY(170%);
        transform: translateY(170%);
    }
    .chairman__txt_download_container {
        margin-top: 300px;
    }
    .chairman__txt_download_container .download__lbl {
        width: 220px;     
        vertical-align: middle;
    }

/*-------------------CEO 900------------------*/
    .ceo__container {
        margin-top: 100px;
        width: 100%;
        padding-bottom: 210px;
        position: relative;
        z-index: 1;
    }
    .ceo__image_container {
        width: 144%;
        position: absolute;
        left: -28%;
        bottom: 0;
    }
    h2.ceo__title {
        font-family: 'DK Crayon Crumble';
        font-size: 58px;
        line-height: 1.1;
        margin-bottom: 36px;
        text-align: right;
        color: #3E3E3C;
    }
    .chairman__footer_key_art {
        width: 190%;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-52%,53%);
        transform: translate(-52%,53%);
        z-index: 3;
        pointer-events: none;
    }
    
    
/*-------------------SPECIAL FEATURES 900------------------*/
    h2.features__title {
        font-family: 'DK Crayon Crumble';
        font-size: 58px;
        margin: 0 auto 24px;
        max-width: 360px;
    }
    p.body_para.features__para {
        width: 100%;
        margin: 0 auto 2rem;
        font-size: 19px;
        font-weight: normal;
    }
    .features__content {
        text-align: center;
        width: 100%;
        position: relative;
        padding: 0 100px;
    }
    .features__icon_right {
        width: 80px;
        position: absolute;
        right: 20px;
        top: -80px;
        pointer-events: none;
    }

/*-------------------IMPACT REPORT 900------------------*/
    
    .swiper__col {
        width: 100%;
        margin: 0 auto;
        display: flex;
        padding: 80px;
        flex-direction: column;
        justify-content: space-between;
    }
    .swiper__col .swiper__col_right {
        min-width: 270px;
        padding-top: 400px;
    }

    #reportSwiper .swiper-slide-1 .report__key_art {
        width: 400px;
        top: 200px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    #reportSwiper .swiper-slide-2 .report__key_art {
        width: 520px;
        top: 160px;
        left: 50%;
        -webkit-transform: translate(-84%,-50%);
        transform: translate(-50%,0);
    }

    #reportSwiper .swiper-slide-3 h2.report__title {
        width: 100%;
        line-height: 1.2;
        text-align: center;
        padding-left: 0;
    }
    #reportSwiper .swiper-slide-3 h2.report__title span {
        display: inline;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    #reportSwiper .swiper-slide-3 .report__key_art {
        width: 490px;
        top: 250px;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    #reportSwiper .swiper-slide-4 .report__key_art {
        width: 390px;
        top: 210px;
        left: 50%;
        -webkit-transform: translate(-45%,0);
        transform: translate(-45%,0);
    }
    #reportSwiper .swiper-slide-5 h2.report__title {
        text-align: center;
        padding-left: 0;
    }
    #reportSwiper .swiper-slide-5 .report__key_art {
        width: 400px;
        top: 210px;
        left: 50%;
        -webkit-transform: translate(-42%,0);
        transform: translate(-42%,0);
    }
    

/*-------------------DOWNLOAD 900------------------*/
    
    #secDownload {
        position: relative;
        background-color: #f2dfc5;
        background-image: none;
        padding: 0 0 60px;
        z-index: 1;
        margin-top: -10px;
        width: 100%;
        -webkit-transform: translateX(-4%);
        transform: translateX(-2px);
        margin-bottom: 0;
    }
    #secDownload .download__top_wave {
        position: relative;
        background-color: #f2dfc5;
        background-image: url(../img/BGDownload@1x-min.png);
        background-repeat: no-repeat;
        background-position: 0 -5px;
        background-size: contain;
        padding: 22px 0 180px;
        z-index: 1;
        margin-top: -10px;
        height: 630px;
        width: 169%;
        -webkit-transform: translateX(-4%);
        transform: translateX(-2px);
        margin-bottom: 0;
    }
    .download__col .download__col_right {
        margin: 0 auto;
        width: 460px;
        -webkit-transform: translate(0,-30px);
        transform: translate(0,-30px);
        position: relative;
        z-index: 1;
    }
    h2.download__title {
        font-family: 'DK Crayon Crumble';
        font-size: 58px;
        margin: 0 auto 50px;
        text-align: center;
        width: 100%;
        max-width: 420px;
    }
    ul.download__list {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

/*-------------------FOOTER 900------------------*/
    
    
    
    
    
}


@media (max-width: 576px) {
    
    
    
/*-------------------HEADER 576------------------*/
    
    .navbar.navbar-light {
        background-color: #fff;
        padding: 20px 15px;
    }
    .navbar-brand {
        padding: 0;
    }
    .navbar-logo {
        width: 50px;
    }
    .logo-desc {
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #6d6e70;
        margin-left: 10px;
        position: absolute;
        top: 30px;
        left: 90px;
    }
    .navbar-nav {
        padding: 30px 0 15px;
    }
    .navbar-light .navbar-toggler {
        border: 0;
        position: relative;
        padding: 0;
        border-radius: 0;
        height: 30px;
        margin-top: -6px;
    }
    #navbarMain ul.navbar-nav > li {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    #navbarMain ul.navbar-nav > li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #navbarMain ul.navbar-nav > li > a {
        font-size: 20px;
    }
    .navbar-expand-lg .navbar-nav {
        height: auto;
        padding: 30px 0 10px;
    }
    .container-wide {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container-sm {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .navbar-toggler .navbar-toggler-icon {
        width: 30px;
        height: 6px;
    }
    .navbar-toggler .navbar-toggler-icon::before {
        width: 30px;
        height: 6px;
    }
    .navbar-toggler .navbar-toggler-icon::after {
        width: 30px;
        height: 6px;
    }
    .logo-desc {
        width: 150px;
        margin-left: 5px;
        top: 36px;
    }


/*-------------------LANDING 576------------------*/
    #secLanding .container-sm {
        position: relative;
        margin-top: 89px;
    }
    .ysd_logo {
        width: 70px;
    }
    .landing__title {
        font-family: 'DK Crayon Crumble';
        font-size: 52px;
        max-width: 170px;
        margin-left: auto;
        line-height: 44px;
        margin-bottom: 14px;
        color: #343738;
    }
    .landing__subtitle {
        width: 160px;
        margin-left: auto;
    }
    .landing__key_art {
        position: relative;
        width: 200%;
        left: 50%;
        -webkit-transform: translateX(-48%);
        transform: translateX(-48%);
        margin: 40px auto 0;
        padding-bottom: 90px;
        pointer-events: none;
    }

/*-------------------ABOUT 576------------------*/
    
    #secAbout {
        padding: 50px 0;
    }
    .about__key_art {
        position: absolute;
        left: 0;
        bottom: 50%;
        -webkit-transform: translate(-15%,60%);
        transform: translate(-15%,60%);
        width: 190%;
        pointer-events: none;
    }
    #secAbout::before {
        background-size: cover;
        height: 40px;
        -webkit-transform: translate(-50%,-85%);
        transform: translate(-50%,-85%);
    }
    #secAbout::after {
        background-size: cover;
        height: 48px;
        -webkit-transform: translate(-50%,80%);
        transform: translate(-50%,80%);
    }
    h2.about__title {
        font-family: 'DK Crayon Crumble';
        font-size: 48px;
        margin-bottom: 14px;
        color: #3e3e3c;
    }
    p.body_para {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        color: #3e3e3c;
    }
    .about__col_top {
        max-width: 560px;
        width: 100%;
        margin-left: auto;
        text-align: right;
        padding-left: 25px;
    }
    .about__col_btm {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        padding: 190px 0 0 20px;
        position: relative;
    }
    .about__col_btm .about__vision_row {
        width: 100%;
        margin-bottom: 24px;
    }
    

/*-------------------CHAIRMAN 576------------------*/
    #secChairman {
        position: relative;
        background-color: #fbe4ea;
        padding-top: 70px;
        background: url(../img/BGChairman@1x-min.png) no-repeat center center;
        background-size: cover;
        padding-bottom: 70px;
    }
    .chairman__container {
        position: relative;
        width: 100%;
        margin-top: 0;
    }
    h2.chairman__title {
        font-family: 'DK Crayon Crumble';
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 36px;
        color: #3e3e3c;
    }
    p.body_para.quote__para {
        margin-bottom: 0;
        position: relative;
        padding: 30px 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 17px;
        line-height: 1.3;
        font-weight: normal;
        color: #3e3e3c;
    }
    .chairman__info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding-right: 14px;
        max-width: 315px;
    }
    p.body_para.quote__para::before {
        content: '“';
        display: block;
        font-size: 80px;
        position: absolute;
        top: -22px;
        left: 0;
        pointer-events: none;
        color: #3e3e3c;
        font-family: "Times New Roman", Times, serif;
    }
    p.body_para.quote__para::after {
        content: '”';
        display: block;
        font-size: 80px;
        position: absolute;
        bottom: -50px;
        right: 0;
        pointer-events: none;
        color: #3e3e3c;
        font-family: "Times New Roman", Times, serif;
    }
    .chairman__image_name {
        width: 85%;
        margin-left: auto;
        margin-top: 340px;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    .chairman__txt_download_container {
        margin-top: 140px;
    }
    .download_icon {
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }
    .download__lbl {
        font-family: 'DK Crayon Crumble';
        font-size: 22px;
        display: inline-block;
        vertical-align: sub;
        color: #3E3E3C;
        margin-bottom: 0;
        cursor: pointer;
    }
    .chairman__txt_download_container .download__lbl {
        width: 150px;
        vertical-align: middle;
        font-size: 20px;
        line-height: 1.2;
    }
    .chairman__name {
        width: 120px;
        display: block;
        font-size: 12px;
        line-height: 1.3;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        position: absolute;
        top: 50%;
        margin-left: -36px;
        color: #3e3e3c;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    

/*-------------------CEO 576------------------*/
    .ceo__container {
        margin-top: 70px;
        width: 100%;
        padding-bottom: 210px;
        position: relative;
        z-index: 1;
    }
    h2.ceo__title {
        font-family: 'DK Crayon Crumble';
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 36px;
        text-align: right;
        color: #3E3E3C;
    }
    .ceo__info {
        width: 100%;
        margin-left: auto;
        padding-left: 40px;
        max-width: 315px;
    }
    .ceo__container .download__lbl {
        width: 185px;
        line-height: 1.3;
        vertical-align: middle;
        text-align: left;
        font-size: 20px;
    }
    .ceo__txt_download_container {
        text-align: right;
        margin-top: 36px;
    }
    .ceo__name {
        width: 90px;
        display: block;
        font-size: 12px;
        line-height: 1.3;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        position: absolute;
        top: 55%;
        margin-left: 40px;
        left: 50%;
        transform: translateX(-88%);
        color: #3e3e3c;
        z-index: 2;
    }
    .ceo__image_container {
        width: 155%;
        position: absolute;
        left: -32%;
        bottom: 0;
    }
    
    
/*-------------------SPECIAL FEATURES 576------------------*/
    #secFeatures {
        position: relative;
        padding: 100px 0;
        background: url(../img/BGSpecialFeatures-body@1x-min.png) no-repeat center center;
        background-size: cover;
        z-index: 2;
    }
    .features__content {
        text-align: center;
        width: 100%;
        position: relative;
        padding: 0 20px;
    }
    h2.features__title {
        font-family: 'DK Crayon Crumble';
        font-size: 48px;
        margin: 0 auto 24px;
        max-width: 275px;
        width: 100%;
    }
    p.body_para.features__para {
        width: 100%;
        margin: 0 auto 2rem;
        font-size: 17px;
        font-weight: normal;
    }
    .features__icon_left {
        width: 60px;
        position: absolute;
        left: -16px;
        bottom: 26px;
        pointer-events: none;
    }
    .features__icon_right {
        width: 60px;
        position: absolute;
        right: -24px;
        top: -46px;
        pointer-events: none;
    }
    #secFeatures .download__lbl {
        width: 200px;
    }

/*-------------------IMPACT REPORT 576------------------*/
    #reportSwiper .swiper-slide {
        align-items: flex-start;
    }
    .swiper__col {
        width: 100%;
        margin: 0 auto;
        display: flex;
        padding: 60px 50px;
        flex-direction: column;
        justify-content: space-between;
    }
    .swiper__col .swiper__col_right {
        min-width: auto;
        padding-top: 400px;
        width: 100%;
    }
    h2.report__title {
        font-family: 'DK Crayon Crumble';
        font-size: 52px;
        color: #fff;
        padding-left: 0;
        line-height: 1.4;
    }
    .report__stats_val {
        font-family: 'DK Crayon Crumble';
        font-size: 44px;
        line-height: 1;
    }
    .swiper__col .swiper__col_right {
        min-width: auto;
        padding-top: 290px;
        width: 100%;
    }
    #reportSwiper .swiper-slide-1 .report__key_art {
        width: 250px;
        top: 150px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    #reportSwiper .swiper-slide-2 .report__key_art {
        width: 320px;
        top: 130px;
        left: 50%;
        -webkit-transform: translate(-84%,-50%);
        transform: translate(-50%,0);
    }
    #reportSwiper .swiper-slide-2 .report__stats_container {
        padding: 30px 0 20px;
    }

    #reportSwiper .swiper-slide-3 .report__key_art {
        width: 300px;
        top: 250px;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    #reportSwiper .swiper-slide-3 .report__stats_container {
        padding: 0 0 20px;
    }

    #reportSwiper .swiper-slide-4 .report__key_art {
        width: 240px;
        top: 190px;
        left: 50%;
        -webkit-transform: translate(-45%,0);
        transform: translate(-45%,0);
    }
    #reportSwiper .swiper-slide-4 .report__stats_container {
        padding: 30px 0 20px;
    }

    #reportSwiper .swiper-slide-5 .report__key_art {
        width: 270px;
        top: 160px;
        left: 50%;
        -webkit-transform: translate(-46%,0);
        transform: translate(-46%,0);
    }
    #reportSwiper .swiper-slide-5 .report__stats_container {
        padding: 30px 0 20px;
    }

    .swiper-button-next {
        width: 40px;
        height: 40px;
        right: 8%;
        top: 40%;
    }
    .swiper-button-next:after {
        content: '';
        background: url(../img/OurFivePillarsArrowRight@1x.png) no-repeat center center;
        background-size: contain;
        width: 40px;
        height: 40px;
        display: block;
    }
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: 8%;
        top: 40%;
    }
    .swiper-button-prev:after {
        content: '';
        background: url(../img/OurFivePillarsArrowLeft@1x.png) no-repeat center center;
        background-size: contain;
        width: 40px;
        height: 40px;
        display: block;
    }
    
/*-------------------DOWNLOAD 576------------------*/
    #secDownload {
        width: 101%;
    }
    #secDownload .download__top_wave {
        background-position: 0px -2px;
        height: 380px;
        padding-bottom: 0;
    }
    h2.download__title {
        font-family: 'DK Crayon Crumble';
        font-size: 44px;
        margin: 0 auto 50px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .download__col .download__col_right {
        margin: -30px auto 0;
        width: 100%;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        position: relative;
        z-index: 1;
    }
    ul.download__list {
        max-width: 318px;
        margin: 0 auto;
    }
    ul.download__list li .download__lbl {
        font-size: 18px;
    }
    ul.download__list li:first-child .download__lbl {
        font-size: 23px;
    }
    

/*-------------------FOOTER 576------------------*/
    
    .footer__col {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 24px 0;
        flex-direction: column;
    }
    .footer__col .footer__col_left {
        margin-bottom: 16px;
    }
    
    .footer__col .footer__col_right {
        text-align: center;
    }
    .footer__copyright {
        font-size: 13px;
        color: #6d6e70;
    }
    .footer__copyright .copyright {
        display: block;
    }
}






@media (max-width: 330px) {
    
    
    
/*-------------------HEADER 330------------------*/
    .navbar.navbar-light {
        background-color: #fff;
        padding: 20px 5px;
    }
    .navbar-brand {
        margin-right: 0.5rem;
    }
    .container-sm {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .logo-desc {
        width: 140px;
        margin-left: 0;
        top: 36px;
        left: 84px;
    }
    #navbarMain ul.navbar-nav > li {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
/*-------------------LANDING 330------------------*/
    .landing__col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .landing__title {
        font-family: 'DK Crayon Crumble';
        font-size: 44px;
        max-width: 140px;
        margin-left: auto;
        line-height: 36px;
        margin-bottom: 10px;
        color: #343738;
    }
    .landing__subtitle {
        width: 140px;
        margin-left: auto;
    }
    .landing__key_art {
        position: relative;
        width: 185%;
        left: 50%;
        -webkit-transform: translateX(-48%);
        transform: translateX(-48%);
        margin: 20px auto 0;
        padding-bottom: 110px;
        pointer-events: none;
    }
/*-------------------ABOUT 330------------------*/
    h2.about__title {
        font-family: 'DK Crayon Crumble';
        font-size: 40px;
        margin-bottom: 14px;
        color: #3e3e3c;
    }
    p.body_para {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 600;
        color: #3e3e3c;
    }
    .about__col_top {
        max-width: 560px;
        width: 100%;
        margin-left: auto;
        text-align: right;
        padding-left: 0;
    }
    .about__col_btm {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        padding: 150px 20px 0 36px;
        position: relative;
    }
/*-------------------CHAIRMAN 330------------------*/
    h2.chairman__title {
        font-family: 'DK Crayon Crumble';
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 30px;
        color: #3e3e3c;
    }
    p.body_para.quote__para {
        margin-bottom: 0;
        position: relative;
        padding: 30px 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 15px;
        line-height: 1.3;
        font-weight: normal;
        color: #3e3e3c;
    }
    p.body_para.quote__para::before {
        top: -26px;
    }
    p.body_para.quote__para::after {
        bottom: -58px;
    }
    .chairman__image_name {
        width: 80%;
        margin-left: auto;
        margin-top: 315px;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    .download_icon {
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .chairman__txt_download_container .download__lbl {
        width: 130px;
        vertical-align: middle;
        font-size: 18px;
        line-height: 1.2;
    }
    .chairman__txt_download_container {
        margin-top: 130px;
    }
    .chairman__name {
        width: 120px;
        display: block;
        font-size: 12px;
        line-height: 1.3;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        position: absolute;
        top: 50%;
        margin-left: -48px;
        color: #3e3e3c;
        -webkit-transform: translateY(60%);
        transform: translateY(60%);
    }
    
/*-------------------CEO 330------------------*/
    .ceo__container {
        margin-top: 70px;
        width: 100%;
        padding-bottom: 190px;
        position: relative;
        z-index: 1;
    }
    h2.ceo__title {
        font-family: 'DK Crayon Crumble';
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 30px;
        text-align: right;
        color: #3E3E3C;
    }
    .ceo__container .download__lbl {
        width: 167px;
        line-height: 1.3;
        vertical-align: middle;
        text-align: left;
        font-size: 18px;
    }

/*-------------------SPECIAL FEATURES 330------------------*/
    #secFeatures {
        padding: 100px 0 70px;
    }
    h2.features__title {
        font-family: 'DK Crayon Crumble';
        font-size: 40px;
        margin: 0 auto 24px;
        max-width: 275px;
        width: 100%;
    }
    p.body_para.features__para {
        width: 100%;
        margin: 0 auto 1rem;
        font-size: 15px;
        font-weight: normal;
    }
    .features__icon_left {
        width: 50px;
        position: absolute;
        left: -20px;
        bottom: 60px;
        pointer-events: none;
    }
    .features__icon_right {
        width: 50px;
        position: absolute;
        right: -36px;
        top: -30px;
        pointer-events: none;
    }
    #secFeatures .download__lbl {
        width: 200px;
        font-size: 20px;
        line-height: 1.4;
    }
    
/*-------------------IMPACT REPORT 330------------------*/
    
    h2.report__title {
        font-family: 'DK Crayon Crumble';
        font-size: 42px;
        color: #fff;
        padding-left: 0;
        line-height: 1.4;
    }
    .swiper-button-next {
        width: 36px;
        height: 36px;
        right: 6%;
        top: 40%;
    }
    .swiper-button-next:after {
        content: '';
        background: url(../img/OurFivePillarsArrowRight@1x.png) no-repeat center center;
        background-size: contain;
        width: 36px;
        height: 36px;
        display: block;
    }
    .swiper-button-prev {
        width: 36px;
        height: 36px;
        left: 6%;
        top: 40%;
    }
    .swiper-button-prev:after {
        content: '';
        background: url(../img/OurFivePillarsArrowLeft@1x.png) no-repeat center center;
        background-size: contain;
        width: 36px;
        height: 36px;
        display: block;
    }
    #reportSwiper .swiper-slide-2 .report__key_art {
        width: 280px;
        top: 130px;
        left: 50%;
        -webkit-transform: translate(-84%,-50%);
        transform: translate(-50%,0);
    }
    #reportSwiper .swiper-slide-2 .report__stats_container {
        padding: 40px 0 20px;
    }
    #reportSwiper .swiper-slide-3 .report__key_art {
        width: 260px;
        top: 210px;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    #reportSwiper .swiper-slide-4 .report__key_art {
        width: 210px;
        top: 160px;
        left: 50%;
        -webkit-transform: translate(-45%,0);
        transform: translate(-45%,0);
    }
    #reportSwiper .swiper-slide-4 .report__stats_container {
        padding: 50px 0 20px;
    }
    #reportSwiper .swiper-slide-5 .report__key_art {
        width: 230px;
        top: 170px;
        left: 50%;
        -webkit-transform: translate(-46%,0);
        transform: translate(-46%,0);
    }
    #reportSwiper .swiper-slide-5 .report__stats_container {
        padding: 50px 0 20px;
    }

/*-------------------DOWNLOAD 330------------------*/
    #secDownload .download__top_wave {
        background-position: 0px -2px;
        height: 320px;
        padding-bottom: 0;
    }
    h2.download__title {
        font-family: 'DK Crayon Crumble';
        font-size: 38px;
        margin: 0 auto 40px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    ul.download__list {
        max-width: 285px;
        margin: 0 auto;
    }
    ul.download__list li:nth-child(odd) {
        padding-left: 6px;
    }
    ul.download__list li:nth-child(even) {
        padding-right: 6px;
    }
    ul.download__list li .download__lbl {
        font-size: 17px;
    }
    ul.download__list li:first-child .download__lbl {
        font-size: 21px;
    }
    
    

/*-------------------FOOTER 330------------------*/




}






