<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --base-font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
}

body  {
    font-family: "Open Sans", Helvetica, sans-serif;
}

#menu-nav-default a {
    font-weight: 500;
}

/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    body {
        font-size: 70%;
    }
}

@media screen and (min-width: 64em) {
    body {
        font-size: 100%;
    }
}*/


[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

footer [type=color],
footer [type=date],
footer [type=datetime-local],
footer [type=datetime],
footer [type=email],
footer [type=month],
footer [type=number],
footer [type=password],
footer [type=search],
footer [type=tel],
footer [type=text],
footer [type=time],
footer [type=url],
footer [type=week],
footer textarea {
    border: 1px solid rgba(255, 255, 255, 0.21);
    box-shadow: none;
    box-sizing: border-box;
    background-color: #fff;
}


.reveal {
    border-radius: 7px;
}


.card {
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 7px;
}

hr {
    background-color: #eee;
}

.button {
    border-radius: 4px;
}

/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .grid-container {
        max-width: 82em;
    }
}


@media screen and (min-width: 1440px) {
    .grid-container {
        max-width: 107em;
    }
}
*/




.top-bar, .top-bar ul {
    background-color: transparent;
}

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
    -webkit-box-shadow: 0px 7px 19px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 19px -3px rgba(0, 0, 0, 0.25);
    border-color: #dcdcdc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.border-left-0 {
    border-left: none;
    border-right-color: #eee;
}

.border-bottom-1 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

.border-bottom-2 {
    border-bottom: solid 2px #ddd;
}

.border-top-1 {
    border-top: solid 1px #ddd;
    padding-top: 1.5rem;
    margin-top: 1rem;
}

.banner {
    padding: 1rem;
    border-radius: 4px;
}

.banner p {
    margin-bottom: 0;
}

.banner.warning {
    background-color: #ffae00;
    color: #fff;
}

.banner.warning a {
    color: #fff;
}

.banner.warning h4 {
    font-weight: bold;
}

.banner.danger {
    background-color: #DC3545;
    color: #fff;
}

.banner.danger a {
    color: #fff;
}

.banner.danger h4 {
    font-weight: bold;
}

.client-cookie-confirm-container p {
    margin-bottom: 0;
    line-height: 1.2rem;
}

@media screen and (max-width: 39.9375em) {
    .small-margim-bottom-1 {
        margin-bottom: 1rem;
    }

    .small-margim-bottom-2 {
        margin-bottom: 1.2rem;
    }

    .small-margim-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .small-margim-bottom-4 {
        margin-bottom: 1.8rem;
    }

    .small-margim-bottom-5 {
        margin-bottom: 2rem;
    }

    .small-text-center {
        text-align: center;
    }
}

.alert.error {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
}

.alert.error.alert-info {
    background-color: #d7ecfa;
    border: 1px solid rgba(10, 10, 10, .25);
}

.alert.error.alert-danger {
    background-color: #f7e4e1;
    border: 1px solid rgba(10, 10, 10, .25);
}

.errors {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    color: #b90000;
}


.color-sand {
    color: #F2EEE9;
}
.color-pale-coral {
    color: #FC8D7D;
}
.color-soft-blue {
    color: #5955AA;
}
.color-neo-coral {
    color: #FA5037;
}
.color-white {
    color: #FFFFFF;
}
.color-cement {
    color: #97999B;
}
.color-brick {
    color: #FB6A55;
}
.color-hard-blue {
    color: #141B4D;
}
.color-neo-blue {
    color: #2F2A95;
}




.h1 {
    font-size: 4.1053em !important; /* 78pt / 19pt = 4.1053em */
}

.h2 {
    font-size: 2.3158em !important; /* 44pt / 19pt = 2.3158em */
}

.h3 {
    font-size: 3.0526em !important; /* 58pt / 19pt = 3.0526em */
}

.h4 {
    font-size: 1.7368em !important; /* 33pt / 19pt = 1.7368em */
}

.h5 {
    font-size: 1.5625em !important; /* 25pt / 19pt = 1.3158em */
}

.h6 {
    font-size: 1em !important; /* 19pt / 19pt = 1em */
}


.text-small {
    font-size: 0.6875em !important;
}
.p {
    font-size: 0.875em !important;
}

@media screen and (max-width: 1440px) {
    .h1 {
        font-size: 3.5em !important; /* 78pt / 16 = 4.875em */
    }

    .h2 {
        font-size: 2.75em !important; /* 44pt / 16 = 2.75em */
    }

    .h3 {
        font-size: 3.625em !important; /* 58pt / 16 = 3.625em */
    }

    .h4 {
        font-size: 1.7368em !important;
    }

    .h5 {
        font-size: 1.5625em !important; /* 25pt / 16 = 1.5625em */
    }

    .h6 {
        font-size: 1.1875em !important; /* 19pt / 16 = 1.1875em */
    }
}

@media screen and (max-width: 640px) {
    .h1 {
        font-size: 2.5em !important; /* 78pt / 16 = 4.875em */
    }

    .h2 {
        font-size: 1.5em !important; /* 44pt / 16 = 2.75em */
    }

    .h3 {
        font-size: 2.3em !important; /* 58pt / 16 = 3.625em */
    }

    .h4 {
        font-size: 1.6em !important; /* 33pt / 16 = 2.0625em */
    }

    .h5 {
        font-size: 1.2em !important; /* 25pt / 16 = 1.5625em */
    }

    .h6 {
        font-size: 1.15em !important; /* 19pt / 16 = 1.1875em */
    }

    .text-small {
        font-size: 0.95rem !important;
    }
    .p {
        font-size: 0.95rem !important;
    }
}


.border-radius-5 {
    border-radius: 5px;
}
.border-radius-20 {
    border-radius: 23px;
}

.callout.sand {
    background-color: #F2EEE9;
    border-color: #F2EEE9;
    padding: 100px 80px;
    border-radius: 23px;
}


@media screen and (max-width: 1440px) and (min-width: 640px){
    .text-small {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 640px) {
    .callout.sand {
        padding: 30px 20px;
        border-radius: 23px;
    }
}

#main.page {
    padding-top: 4rem;
    padding-bottom: 5rem;
}
#main.page .retranca {
    margin-bottom: 0.7rem;
    font-size: 1rem;
    font-weight: 500;
}

#main.page .list-box {
    padding-bottom: 1rem;
}

#main.page .image-mask {
    overflow: hidden;
}

#main.page h2 .feature {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

#main.page h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

#main.page .list-box h3 {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

#main.page .content h3 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1;
}

#main.page .list-box .retranca {
    margin-bottom: 0.5rem;
    font-size: .85rem;
}
#main.page .list-box .date {
    font-size: 0.85rem;
    margin-top: -0.8rem;
    margin-bottom: -0.3rem;
}

#main.page .list-box .content {
    font-size: 0.9rem;
    line-height: 1.5;
}

#main.page .docs p {
    font-size: 1rem;
}



#main.page article {
    display:block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dddddd;
}

#main.page  .icon-download {
    display: block;
    margin: 0 auto 0.95rem auto;
}

#main.page .menu .is-active&gt;a {
    color: #fefefe;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
}
#main.page  .menu a {
    font-weight: 500;
}

.cell.padding-left-4 {
    padding-left: 4rem !important;
}

.cell.padding-left-4 {
    padding-left: 5rem !important;
}

.cell.padding-right-4 {
    padding-right: 4rem !important;
}

.cell.padding-right-4 {
    padding-right: 5rem !important;
}

/*
@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}*/

@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-Bold.ttf') format('truetype');
    font-weight: 700;
}
/*
@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Noto Serif Myanmar';
    src: url('../fonts/Noto_Serif_Myanmar/NotoSerifMyanmar-Black.ttf') format('truetype');
    font-weight: 900;
}*/


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: normal;
}

/*@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
}*/



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    font-family: "Noto Serif Myanmar",  sans-serif !important;
}
</pre></body></html>