.flpweb-legacy section{
	padding-bottom:0;
  	margin-bottom:0;
}
.gsmc .footer p {
    margin-top: 0px !important;
}
.footer h4 {
    font-size: 1.4rem;
    font-family: 'OpenSans', sans-serif;
    margin: 8px 0px;
}

/* AhKar */
.main-container section, .ck-navbar, .footer.footer-gray {
    margin: 0;
}
body {
    overflow-x: clip;
}
.cr-container {
    max-width: 1024px;
}

.text-red {
    color: #FF3333;
}
.inline-link {
    color: #FF3333;
    text-decoration: none;
    transition: all .3s ease;
}
.inline-link:hover {
    text-decoration: underline;
}
.cta-link {
    display: inline-block;
    color: #fff;
    background: #FF3333;
    border: 1px solid #FF3333;
    border-radius: 4px;
    padding: 9px 27px;
    transition: all .3s ease;
}
.cta-link:hover {
    color: #FF3333;
    background: transparent;
    text-decoration: none;
}

.cr-inline-mobile {
    display: block;
}
.cr-block-mobile {
    display: inline;
}



.cr-banner {
    padding: 0;
}
.cr-banner-main {
    display: flex;
    flex-direction: column;
}

.cr-banner-top {
    padding: 49px 0 50px;
}
.cr-banner-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}
.cr-banner-left {
    flex-shrink: 0;
}
.cr-banner-left-content {
    width: 414px;
    color: rgba(0, 0, 0, .6);
    line-height: 21.79px;
}
.cr-banner-left-content h1 {
    color: #000;
    font-size: 54px;
    line-height: 64.8px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    margin: 0 0 16px;
}
.cr-banner-left-content img {
    max-width: 250px;
    margin: 0 0 36px;
}
.cr-banner-left-content p {
    margin: 0 0 16px;
}
.cr-banner-right {
    flex-grow: 1;
    width: 100%;
    max-width: 529px;
    min-height: 529px;
    position: relative;
    overflow: hidden;
}
.cr-banner-right .cr-banner-video-wrapper video {
    position: absolute;
    top: 20px;
    padding: 5px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 95%;
    object-fit: cover;
    object-position: center;
}
.cr-banner-right .cr-banner-video-wrapper img {
    position: absolute;
    width: 102%;
    height: 100%;
    top: 2px;
    left: 0px;
    z-index: 1;
}

.cr-banner-right-content {
    position: relative;
}
.cr-banner-right-content img {
    width: 100%;
}

.cr-banner-bot {
    flex-grow: 1;
    background: #F4F1ED;
    padding: 88px 0 50px;
}
.cr-banner-bot-content {
    max-width: 846px;
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    line-height: 24.51px;
    text-align: center;
    margin: auto;
}
.cr-banner-bot-content h2 {
    color: #000;
    font-size: 42px;
    line-height: 63px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    margin: 0 0 16px;
}
.cr-banner-bot-content p {
    margin: 0;
}
.cr-banner-bot-content p:not(:first-of-type) {
    margin: 0 0 20px;
}



.cr-stick-group {
    position: relative;
    padding: 0;
}
.cr-transition-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cr-transition-sticky {
    position: relative;
    width: 100%;
    height: 100vh;
}
.cr-transition-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 136%;
    height: 100%;
    background-size: cover;
    background-position: center right;
}
.cr-transition-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(269.77deg, rgba(0, 0, 0, 0) 7.31%, rgba(79, 61, 40, 0.4) 50.02%); */
    background: linear-gradient(90deg, rgba(0, 0, 0, .75) 30%, rgba(0, 0, 0, 0) 100%);
}
.cr-transition-img:nth-child(even)::after {
    background: linear-gradient(-90deg, rgba(0, 0, 0, .75) 30%, rgba(0, 0, 0, 0) 100%);
}

.cr-story {
    height: 100vh;
}
.cr-story-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.cr-story-bg .cr-container {
    position: relative;
    z-index: 2;
}
.cr-story-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
}
#cr-story-2 .cr-story-wrap {
    justify-content: flex-end;
}
.cr-story-content {
    max-width: 512px;
    color: #fff;
    font-size: 18px;
    line-height: 21.6px;
}
.cr-story-content img {
    max-width: 80px;
    margin: 0 0 10px;
}
.cr-story-content p {
    margin: 0;
    padding: 24px 0px;
}


.flpweb-legacy section.cr-focusarea {
    padding: 60px 0 !important;
}
.flpweb-legacy section .cr-focusarea-wrap {
    max-width: 846px;
    margin: auto;
}
.flpweb-legacy section .cr-focusarea-wrap h2 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 42px;
    line-height: 63px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 16px;
}
.flpweb-legacy section .cr-focusarea-writeup {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    line-height: 24.51px;
    text-align: left;
    margin: 0 0 60px;
}
.flpweb-legacy section .cr-focusarea-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.cr-focusarea-row {
    display: flex;
    gap: 30px;
}

.flpweb-legacy section .cr-focusarea-row h3 {
    flex-shrink: 0;
    width: 71px;
    color: rgba(0, 0, 0, .6);
    font-family: 'OpenSans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom:20px;
}

.cr-focusarea-row > div {
    flex-grow: 1;
}
.cr-focusarea-row h4 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.96px;
    margin: 0 0 6px;
}
.cr-focusarea-row p {
    color: rgba(0, 0, 0, .6);
    line-height: 24px;
    margin: 0;
}


.cr-focusarea {
    padding: 60px 0 !important;
}
.cr-focusarea-wrap {
    max-width: 846px;
    margin: auto;
}
.cr-focusarea-wrap h2 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 42px;
    line-height: 63px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 16px;
}
.cr-focusarea-writeup {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    line-height: 24.51px;
    text-align: left;
    margin: 0 0 60px;
}
.cr-focusarea-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.cr-focusarea-row {
    display: flex;
    gap: 30px;
}

.cr-focusarea-row h3 {
    flex-shrink: 0;
    width: 71px;
    color: rgba(0, 0, 0, .6);
    font-family: 'OpenSans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom:20px;
}
.cr-focusarea-row > div {
    flex-grow: 1;
}
.cr-focusarea-row h4 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.96px;
    margin: 0 0 6px;
}
.cr-focusarea-row p {
    color: rgba(0, 0, 0, .6);
    line-height: 24px;
    margin: 0;
}



.cr-eligibility {
    height: 250vh;
}
.cr-eligibility .cr-container {
    max-width: calc(50% + (1024px / 2));
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
}
.cr-eligibility-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    height: 100vh;
    color: #fff;
    padding: 60px 0;
}
.cr-eligibility-left {
    flex-shrink: 0;
    max-width: 243px;
    margin-top: -60px;
}
.cr-eligibility-left h2 {
    color: #fff;
    font-size: 42px;
    line-height: 63px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    margin: 0 0 6px;
}
.cr-eligibility-left p {
    font-size: 18px;
    line-height: 24.51px;
    margin: 0 0 32px;
}
.cr-eligibility-right {
    flex-grow: 1;
    padding: 0 50px;
    overflow: hidden;
}
.cr-eligibility-move {
    display: flex;
    gap: 107px;
    width: auto;
}
.cr-eligibility-card {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 330px;
    color: #fff;
}
.cr-eligibility-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: -52px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    padding: 0 0 12px;
}
.cr-eligibility-card:last-of-type::before {
    display: none;
}
.cr-eligibility-card > div {
    flex-grow: 1;
}
.cr-eligibility-card h3 {
    color: rgba(255, 255, 255, .4);
    font-family: 'OpenSans', sans-serif;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 10px;
}
.cr-eligibility-card h4 {
    color: #fff;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
    line-height: 29.96px;
    font-weight: 700;
    margin: 0 0 10px;
}
.cr-eligibility-card p {
    margin: 0 0 60px;
}
.cr-eligibility-card img {
    flex-shrink: 0;
    height: 110px;
}


.flpweb-legacy section.cr-potential {
    padding: 60px 0;
}
.cr-potential-flex {
    display: flex;
    align-items: center;
    gap: 105px;
}
.cr-potential-left {
    flex-shrink: 0;
}
.cr-potential-left img {
    width: 409px;
}
.cr-potential-right {
    flex-grow: 1;
}
.cr-potential-content h2 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 42px;
    line-height: 63px;
    font-weight: 400;
    margin: 0 0 16px;
}
.cr-potential-writeup {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    line-height: 24.51px;
    margin: 0 0 60px;
}
.cr-potential-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.cr-potential-item {
    width: calc(50% - 20px);
}
.cr-potential-item img {
    height: 24px;
    margin: 0 0 11px;
}
.cr-potential-item p {
    font-size: 18px;
    line-height: 24.51px;
    font-weight: 600;
    margin: 0;
}


/* .cr-timeline {
    height: 350vh;
} */
.cr-timeline-flex {
    display: flex;
    align-items: center;
    /* height: 100vh; */
    padding: 70px 0;
}
.cr-timeline-content {
    width: 100%;
}
.cr-timeline-content h2 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 42px;
    line-height: 63px;
    font-weight: 400;
    margin: 0 0 30px;
}
.cr-timeline-wrap {
    overflow: hidden;
}
.cr-timeline-move {
    display: flex;
    gap: 20px;
}
.cr-timeline-item {
    flex-shrink: 0;
    position: relative;
    width: 30%;
}
.cr-timeline-item::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 25px;
    width: 100%;
    height: 1px;
    background: #999999;
}
.cr-timeline-item:last-of-type::before {
    display: none;
}
.cr-timeline-dot {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: linear-gradient(139.4deg, #656565 18.92%, #353538 78.36%);
    border-radius: 100%;
    margin: 0 0 30px;
}
.cr-timeline-item:first-of-type .cr-timeline-dot {
    transform: translateX(10px);
}
.cr-timeline-item:first-of-type .cr-timeline-dot, 
.cr-timeline-item:last-of-type .cr-timeline-dot {
    background: linear-gradient(139.4deg, #FF3333 18.92%, #D51818 78.36%);
}
.cr-timeline-item h3 {
    color: #FF3333;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
    line-height: 29.96px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.cr-timeline-item h4 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
    line-height: 29.96px;
    font-weight: 700;
    margin: 0;
}
.cr-timeline-item p {
    color: rgba(0, 0, 0, .6);
    line-height: 24px;
    margin: 0;
}


.flpweb-legacy section.cr-faq {
    padding: 60px 0 104px;
}
.cr-faq-wrap {
    max-width: 848px;
    margin: auto;
}
.cr-faq-wrap h2 {
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 42px;
    line-height: 63px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px;
}
.cr-faq-accordion {
    margin: 0;
}
.cr-faq-accordion > li {
    padding: 0 0 30px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.cr-faq-accordion > li:last-of-type {
    margin: 0;
}
.cr-faq-accordion .uk-accordion-title {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
    line-height: 24.51px;
    font-weight: 600;
}
.cr-faq-accordion .uk-accordion-title::before {
    display: none;
}
.cr-faq-accordion .uk-accordion-title span {
    position: relative;
    width: 20px;
    height: 20px;
}
.cr-faq-accordion .uk-accordion-title span::before,
.cr-faq-accordion .uk-accordion-title span::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #2E2E2E;
    transition: all .3s ease;
}
.cr-faq-accordion .uk-accordion-title span::after {
    transform: rotate(90deg);
}
.cr-faq-accordion li.uk-open .uk-accordion-title span::after {
    transform: rotate(180deg);
}
.cr-faq-accordion .uk-accordion-content {
    font-size: 18px;
    line-height: 24.51px;
    font-weight: 400;
}
.cr-faq-accordion .uk-accordion-content li {
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
    line-height: 24.51px;
    font-weight: normal;
    margin: 0 0 1.5em;
}
.cr-faq-accordion .uk-accordion-content li p {
    font-weight: 400;
    margin: 0;
}
.cr-faq-accordion .uk-accordion-content li p:not(:last-of-type) {
    margin: 0 0 20px;
}


/* new eligibility section */

.flpweb-legacy section.cr-new-eligibility {
    padding: 50px 0;
    background-color: #000;
}

.cr-new-eligibility-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.cr-new-eligibility-grid .cr-new-eligibility-card {
    border-right: 1px solid rgba(255, 255, 255, .4);
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cr-new-eligibility-grid .cr-new-eligibility-card h3,
.cr-new-eligibility-grid .cr-new-eligibility-card h4 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 14px;
    margin-top: 0px;
    line-height: 1.3;
    color: #fff;
}

.cr-new-eligibility-grid .cr-new-eligibility-card p{
    margin: 0;
    color: #fff;
}

.cr-new-eligibility-grid .cr-new-eligibility-card img {
    width: 100px;
}

.cr-new-eligibility-grid .cr-new-eligibility-card:nth-child(3n) {
    border-right: none;
}

.cr-new-eligibility-header {
    max-width: 846px;
    text-align: center;
    margin: 0 auto 60px;

}


.cr-new-eligibility-header h2 {
    color: #FF3333;
    font-family: 'OpenSans', sans-serif;
    font-size: 42px;
    line-height: 63px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 16px;
}


.cr-new-eligibility-header p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24.51px;
}

.cr-new-eligibility .cta-link {
    display: block;
    width: fit-content;
    margin: 40px auto 0;

}

.cr-line-break-desktop {
    margin-top: 21.5px;
    display: block;
}


@media screen and (max-width: 959px) {
    .cr-banner-flex {
        gap: 30px;
    }
    .cr-banner-left {
        width: 50%;
    }
    .cr-banner-left-content {
        width: 100%;
    }
    .cr-banner-left-content h1 {
        font-size: 42px;
        line-height: 1.3em;
    }
    .cr-banner-left-content h1 span {
        display: block;
    }

    .cr-eligibility {
        height: 200vh;
    }
    .cr-eligibility-flex {
        gap: 30px;
    }
    .cr-eligibility-right {
        padding: 0 30px;
    }
    .cr-eligibility-move {
        gap: 51px;
    }
    .cr-eligibility-card {
        width: 250px;
        gap: 30px;
    }
    .cr-eligibility-card::before {
        right: -25px;
    }
    .cr-eligibility-card img {
        height: 90px;
    }

    .cr-potential-flex {
        gap: 30px;
    }
    .cr-potential-left {
        width: 40%;
    }
    .cr-potential-left img {
        width: auto;
    }
    .cr-potential-writeup {
        margin: 0 0 30px;
    }
    .cr-potential-grid {
        gap: 20px;
    }
    .cr-potential-item {
        width: calc(50% - 10px);
    }

    .cr-timeline-move {
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
  .jGJhuQ {
      overflow: unset !important;
  }
  #__next > div {
      overflow: unset !important;
  }  
}

@media screen and (max-width: 639px) {
    body {
        font-size: 14px;
    }
    .cta-link {
        padding: 5px 20px;
    }
    .cr-inline-mobile {
        display: inline;
    }
    .cr-block-mobile {
        display: block;
    }
    .cr-line-break-mobile {
        margin-top: 21.5px;
    }
    .cr-line-break-desktop {
        margin-top: 0px;
    }
    .cr-banner-bot {
        padding: 50px 0 50px;
    }
    .cr-banner-bot-content h2,
    .cr-focusarea-wrap h2,
    .cr-eligibility-left h2,
    .cr-potential-content h2,
    .cr-timeline-content h2,
    .cr-faq-wrap h2 {
        font-size: 32px;
        line-height: 1.3em;
    }
    .cr-focusarea-row h4,
    .cr-eligibility-card h4,
    .cr-timeline-item h3,
    .cr-timeline-item h4 {
        font-size: 20px;
        line-height: 1.3em;
    }
    .cr-banner-right{
        min-height: 250px;
    }
    .cr-banner-bot-content,
    .cr-story-content,
    .cr-focusarea-writeup,
    .cr-eligibility-left p,
    .cr-potential-writeup,
    .cr-potential-item p,
    .cr-faq-accordion .uk-accordion-title,
    .cr-faq-accordion .uk-accordion-content li {
        font-size: 16px;
    }
    .cr-focusarea-row p,
    .cr-timeline-item p,
    .cr-faq-accordion .uk-accordion-title,
    .cr-faq-accordion .uk-accordion-content li {
        line-height: 1.5;
    }

    .cr-banner-flex {
        flex-direction: column-reverse;
    }
    .cr-banner-left {
        width: 100%;
    }

    .cr-banner-left-content {
        text-align: center;
    }
    .cr-banner-left-content h1 {
        font-size: 32px;
    }
    .cr-banner-right {
        max-width: 250px;
        margin: 0 auto;
    }
    .cr-banner-right .cr-banner-video-wrapper video {
        top: 5px;
    }


    .cr-transition-img::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, .75) 100%);
    }
    .cr-transition-img:nth-child(even)::after {
        background: linear-gradient(-90deg, rgba(0, 0, 0, .75) 100%);
    }
    .cr-transition-img {
        width: 100%;
    }
    .cr-story .cr-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cr-story-content {
        max-width: 320px;
    }

    .cr-focusarea-row h3 {
        width: 20px;
        font-size: 50px;
    }

    .cr-eligibility .cr-container {
        display: flex;
        align-items: center;
        height: 100vh;
    }
    .cr-eligibility-flex {
        flex-direction: column;
        align-items: unset;
        width: 100%;
        height: auto;
    }
    .cr-eligibility-left {
        max-width: 100%;
        margin-top: 0;
        padding-right: 15px;
    }
    .cr-eligibility-right {
        padding: 0 15px 0 0;
    }
    .cr-eligibility-move {
        gap: 31px;
    }
    .cr-eligibility-card::before {
        right: -15px;
    }
    .cr-eligibility-card h3 {
        font-size: 22px;
        line-height: 1.3em;
    }
    .cr-eligibility-card img {
        height: 70px;
    }

    .cr-potential-flex {
        flex-direction: column;
    }
    .cr-potential-left {
        width: 100%;
        text-align: center;
    }
    .cr-potential-left img {
        max-width: 250px;
    }

    .cr-timeline {
        height: 150vh;
    }
    .cr-timeline-flex {
        height: 100vh;
    }
    .cr-timeline-item {
        width: auto;
        max-width: 300px;
    }
    .cr-timeline-item:first-of-type .cr-timeline-dot {
        transform: translateX(0);
    }

    .cr-faq-accordion > li {
        padding: 0 0 15px;
    }
    .cr-banner-left-content img {
        margin: 0 0 25px;
    }

    .cr-new-eligibility-grid {
        grid-template-columns: 1fr;
    }

    .cr-new-eligibility-grid .cr-new-eligibility-card {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        padding-bottom: 20px;
    }

    .cr-story-wrap {
        padding: 24px 0;
    }
}


@media screen and (max-width: 414px) {
    .cr-potential-grid {
        gap: 30px;
    }
    .cr-potential-item {
        width: 100%;
    }
    /* .cr-potential-left img {
        max-width: 100%;
    } */

    .cr-timeline-item {
        max-width: 70%;
    }
}
/* AhKar */



/* Aung Htet */

/* Aung Htet */



/* Myat Ko */

/* @media only screen and (max-width: 950px) {
    .cr-banner-flex {
        flex-direction: column;
    }

    .cr-potential-flex {
        flex-direction: column;
    }

    .cr-potential-left {
        width: 100%;
    }

    .cr-potential-left img {
        width: 100%;
    }

    .cr-focusarea-wrap {
        margin-top: 142px;
    }

    .cr-story-2 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 780px) {
    
    .cr-banner-top {
        padding-bottom: 0px;
    }

    .cr-banner-bot {
        padding: 0px;
    }

    .cr-focusarea-wrap {
        margin-top: 200px;
    }

    .cr-eligibility-flex {
        flex-direction: column;
        align-items: unset;
        margin: 0;

    }

    .cr-eligibility-left {
        margin-top: 50px;
    }
    
    
} */

/* Myat Ko */