@import url("https://fonts.googleapis.com/css2?family=Georgia:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,600;1,700;1,800&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

@font-face {
    font-family: "Khmer MEF1 Regular";
    src: url(../font/KhmerMEF1Regular.woff) format("woff");
}
@font-face {
    font-family: "Khmer MEF2 Regular";
    src: url(../font/KhmerMEF2Regular.woff) format("woff");
}

@font-face {
    font-family: "Georgia";
    font-style: normal;
    font-weight: normal;
    src: local("Georgia Regular"), url("../font/georgia.woff") format("woff");
}

@font-face {
    font-family: "Georgia";
    font-style: italic;
    font-weight: normal;
    src: local("Georgia Italic"), url("../font/georgiai.woff") format("woff");
}

@font-face {
    font-family: "Georgia";
    font-style: normal;
    font-weight: 600;
    src: local("Georgia Bold"), url("../font/georgiab.woff") format("woff");
}

@font-face {
    font-family: "Georgia";
    font-style: italic;
    font-weight: 600;
    src: local("Georgia Bold Italic"),
        url("../font/georgiaz.woff") format("woff");
}
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    src: local("Source Sans Pro"),
        url("../font/SourceSansPro-Regular.woff") format("woff");
}

html[lang="km"] body {
    font-family: "Khmer MEF1 Regular" !important;
}
html[lang="km"] body h1,
html[lang="km"] body h2,
html[lang="km"] body h3,
html[lang="km"] body h4,
html[lang="km"] body h5 {
    font-family: "Khmer MEF1 Regular" !important;
}
html[lang="km"] body header .nav a,
html[lang="km"] body header .nav .ttl {
    font-family: "Khmer MEF1 Regular" !important;
}
fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 600px) {
    .container {
        max-width: 600px;
    }
}

@media (min-width: 728px) {
    .container {
        max-width: 728px;
    }
}

@media (min-width: 984px) {
    .container {
        max-width: 984px;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

.visible {
    visibility: visible;
}

.collapse {
    visibility: collapse;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.top-0 {
    top: 0px;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-10 {
    grid-column: span 10 / span 10;
}

.col-span-11 {
    grid-column: span 11 / span 11;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.col-span-9 {
    grid-column: span 9 / span 9;
}

.col-span-full {
    grid-column: 1 / -1;
}

.\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.-ml-px {
    margin-left: -1px;
}

.-mt-px {
    margin-top: -1px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.block {
    display: block;
}

.\!inline-block {
    display: inline-block !important;
}

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

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.\!grid {
    display: grid !important;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-16 {
    height: 4rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.min-h-screen {
    min-height: 100vh;
}

.w-10 {
    width: 2.5rem;
}

.w-16 {
    width: 4rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-\[200px\] {
    max-width: 200px;
}

.max-w-\[500px\] {
    max-width: 500px;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-none {
    flex: none;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-items-center {
    justify-items: center;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.self-center {
    align-self: center;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(40 126 193 / var(--tw-bg-opacity));
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.from-gray-700 {
    --tw-gradient-from: #374151 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/50 {
    --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.stroke-gray-400 {
    stroke: #9ca3af;
}

.stroke-gray-600 {
    stroke: #4b5563;
}

.stroke-red-500 {
    stroke: #ef4444;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.\!pt-0 {
    padding-top: 0px !important;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.\!text-left {
    text-align: left !important;
}

.text-left {
    text-align: left;
}

.\!text-center {
    text-align: center !important;
}

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

.text-right {
    text-align: right;
}

.\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[120\%\] {
    font-size: 120%;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.\!leading-8 {
    line-height: 2rem !important;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.\!text-\[\#164F7A\] {
    --tw-text-opacity: 1 !important;
    color: rgb(22 79 122 / var(--tw-text-opacity)) !important;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gray-500\/20 {
    --tw-shadow-color: rgb(107 114 128 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.transition {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, -webkit-text-decoration-color,
        -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, -webkit-text-decoration-color,
        -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, -webkit-text-decoration-color,
        -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, -webkit-text-decoration-color,
        -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, -webkit-text-decoration-color,
        -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        fill, stroke, opacity, box-shadow, transform,
        -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Georgia", serif;
    background: #fff;
}
body p,
body button {
    font-family: "Source Sans Pro";
}
body h1,
body h2,
body h3,
body h4,
body h5 {
    font-family: "Georgia", serif;
}

body .dropDwn {
    position: relative;
}

body .dropDwn .box {
    position: absolute;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
    z-index: 999;
    top: 120%;
    border-radius: 5px;
    display: none;
}

body .dropDwn.active .box {
    display: block;
}

body header {
    padding: 10px 0;
}

body header .logo {
    display: block;
    width: 100px;
}

body header .nav a,
body header .nav .ttl {
    font-family: "Georgia", serif;
    font-size: 16px;
    color: #164f7a;
    font-weight: 500;
    cursor: pointer;
}

body header .nav a:hover,
body header .nav .ttl:hover {
    color: #2e77b6;
}

body header .nav a img,
body header .nav .ttl img {
    width: 30px;
}

body header .nav a iconify-icon,
body header .nav .ttl iconify-icon {
    font-size: 15px;
}

body .popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3607843137) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .innner {
    max-width: 690px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

body .topPage {
    background-color: #e6edf8;
}

body .topPage p {
    color: #2e77b6;
    font-weight: 400;
    font-size: 14px;
}

body .topPage .timeTtl {
    border-left: 2px solid #2e77b6;
}

body .sectitle {
    color: #2e77b6;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

body .txt {
    font-size: 20px;
    color: #164f7a;
}

body #hero {
    background: url("../img/hero.png");
    background-size: cover;
    background-position: center;
    min-height: 650px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

body #hero .socialBtn {
    display: flex;
    justify-content: center;
    gap: 10%;
    margin-top: 30px;
}

body #hero .socialBtn a {
    color: #fff;
    font-size: 50px;
}

body #hero:not(.img)::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #2e77b6;
    z-index: 2;
}

body #hero .videoBg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

body #hero .container {
    position: relative;
    z-index: 9;
}

body #hero h2 {
    font-size: 43px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

body #hero h4 {
    color: #fff;
    text-align: center;
    font-family: "Georgia", serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

body #hero p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    font-family: "Georgia", serif;
}

body .smTtl {
    color: #164f7a;
    font-size: 20px;
    font-family: "Georgia", serif;
    font-weight: 600;
}

body .teamCrd {
    border-radius: 5px;
    overflow: hidden;
}

body .teamCrd img {
    width: 100%;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

body .teamCrd ul {
    list-style: disc !important;
    margin-left: 20px;
    color: #164f7a;
    font-size: 16px;
    margin-bottom: 10px;
}

body .teamCrd ul.font-bold {
    font-family: "Georgia", serif;
}

body .teamCrd .lft {
    cursor: pointer;
}

body .teamCrd .lft .dtl {
    background: #2e77b6;
    padding: 20px;
    color: #fff;
}

body .teamCrd .lft .dtl .name {
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: 600;
}

body .teamCrd .lft .dtl .title {
    margin-top: 10px;
    font-size: 15px;
}

body .teamCrd.active .rght {
    display: flex !important;
}

body .teamCrd .rght {
    background: #ebebeb;
    display: none;
}

body .teamCrd .rght p {
    color: #164f7a;
    font-size: 17px;
    margin-bottom: 10px;
}

body .teamCrd .rght p.font-bold {
    font-family: "Georgia", serif;
}

body .socialIcon {
    font-size: 100px;
    color: #164f7a;
}

body .socialIcon a:hover {
    color: #3177ac;
}

body footer {
    background: #ebebeb;
}

body footer .copyright {
    border-top: 2px solid #164f7a;
}

body footer .copyright a {
    font-family: "Georgia", serif;
    color: #164f7a;
}

body footer .copyright p {
    font-family: "Georgia", serif;
}

body footer .backTop {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #2e77b6;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

body footer .social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

body footer .social a {
    color: #164f7a;
    font-size: 33px;
}

body footer .footerlogo {
    width: 140px;
    display: block;
    margin: 0 auto;
}

body footer .ttl {
    font-size: 24px;
    color: #16486a;
    font-weight: 700;
}

body footer .tel {
    font-weight: 700;
    font-size: 24px;
    font-family: "Georgia", serif;
    color: #2e77b6;
}

body footer .cpy {
    font-size: 16px;
    font-weight: 400;
}

body #valuesPoints img {
    width: 80px;
    margin: 0 auto;
    display: block;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

body #valuesPoints .f1 {
    border-width: 0 2px 2px 0;
    border-color: #e6edf8;
}

body #valuesPoints .f2 {
    border-width: 0 0 2px 0;
    border-color: #e6edf8;
}

body #valuesPoints .f3 {
    border-width: 0 2px 0 0;
    border-color: #e6edf8;
}

body #valuesPoints .ttl {
    font-size: 22px;
    text-align: center;
    color: #2e77b6;
    font-weight: 500;
    margin-top: 50px;
}

body #valuesPoints p {
    font-size: 17px;
    margin-top: 5px;
    color: #164f7a;
    text-align: center;
}

body .tel {
    font-weight: 700;
    font-size: 24px;
    font-family: "Georgia", serif;
    color: #2e77b6;
}

body #funds .topBn {
    background: #e6edf8;
}

body #funds .topBn .bg {
    background: #2e77b6;
    padding: 20px;
    color: #fff;
    font-family: "Georgia", serif;
    font-size: 20px;
    font-weight: 600;
}

body #funds .topBn .lft {
    margin-bottom: -90px;
}

body #funds .topBn .rght p {
    color: #164f7a;
    font-size: 17px;
    font-weight: 400;
}

body #fundDes .crd {
    padding: 20px 0;
    border-bottom: 2px solid #e6edf8;
}

body #fundDes .crd h4 {
    color: #164f7a;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

body #fundDes .crd.active ul {
    display: block;
}

body #fundDes .crd ul {
    margin-top: 40px;
    display: none;
}

body #fundDes .crd ul li {
    color: #000;
    font-size: 17px;
}

body #mission .crd {
    border-radius: 10px;
    min-height: 300px;
}

body #mission .crd.c1 {
    background: url("../img/crd1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

body #mission .crd .ttl {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

body #mission .crd h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

body #mission .crd.c2 {
    background: url("../img/crd2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

body #mission .crd.c3 {
    background: url("../img/Right-Image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

body #mission .crd .btn {
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 14px 20px;
    font-family: "Georgia", serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

body #mission .crd .btn:hover {
    color: #2e77b6;
    background: #fff;
}

body .contactForm h4 {
    font-weight: 600 !important;
    margin-bottom: 20px;
}

body .contactForm textarea {
    height: 200px;
}

body .contactForm input:not([type="radio"]):not([type="checkbox"]),
body .contactForm textarea {
    border: 2px solid #164f7a;
    width: 100%;
    font-family: inherit;
    border-radius: 5px;
    padding: 15px;
}

body .btn {
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 14px 20px;
    font-family: "Georgia", serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

body .btn:hover {
    color: #2e77b6;
    background: #fff;
}

body .btn.bl {
    color: #164f7a;
    border: 1px solid #164f7a;
}

body .btn.bl:hover {
    color: #fff;
    background: #164f7a;
}

body #found {
    background: #e6edf8;
}

body #found .btn {
    color: #164f7a;
    border: 1px solid #164f7a;
}

body #found .btn:hover {
    color: #fff;
    background: #164f7a;
}

body #found .ttl {
    font-size: 28px;
    color: #2e77b6;
    font-weight: 600;
    margin-bottom: 20px;
}

body #found h5 {
    color: #16486a;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

body #found .rght {
    margin-bottom: -150px;
    border-radius: 10px;
}

body #latest .crd {
    border-right: 2px solid #e6edf8;
    padding: 20px;
}

body #latest .crd:nth-last-of-type(1) {
    border: none;
}

body #latest .crd .date {
    color: #2e77b6;
    font-size: 15px;
}

body #latest .crd .ttl {
    font-size: 28px;
    color: #16486a;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
}

body #latest .crd .postLink {
    color: #164f7a;
    font-size: 18px;
    font-family: "Georgia", serif;
    display: inline-block;
    margin-top: 30px;
}

body #market .top {
    background-color: #e6edf8;
}

body #market .crd {
    border-right: 2px solid #e6edf8;
    padding: 20px;
}

body #market .crd:nth-child(3n) {
    border: none;
}

body #market .crd .date {
    color: #2e77b6;
    font-size: 15px;
}

body #market .crd .ttl {
    font-size: 28px;
    color: #16486a;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
}

body #market .crd .postLink {
    color: #164f7a;
    font-size: 18px;
    font-family: "Georgia", serif;
    display: inline-block;
    margin-top: 30px;
}

body #fundStory .crd {
    border-radius: 10px;
    min-height: 300px;
}

body #fundStory .crd.c1 {
    background: url("../img/crd1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

body #fundStory .crd .ttl {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

body #fundStory .crd h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

body #fundStory .crd.c2 {
    background: url("../img/crd2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

body #fundStory .crd.c3 {
    background: url("../img/Right-Image (6).png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

body #fundStory .crd .btn {
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 14px 20px;
    font-family: "Georgia", serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

body #fundStory .crd .btn:hover {
    color: #2e77b6;
    background: #fff;
}

body #importantNotise {
    position: fixed;
    width: 100%;
    overflow: auto;
    height: 100%;
    display: grid;
    place-content: center;
    top: 0;
    left: 0;
    background: rgba(46, 119, 182, 0.5333333333);
    z-index: 9999;
}

body #importantNotise .inner {
    height: 90vh;
    overflow: auto;
    background: #fff;
    position: relative;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

body #importantNotise .inner::-webkit-scrollbar {
    width: 5px;
}

body #importantNotise .inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body #importantNotise .inner::-webkit-scrollbar-thumb {
    background: #888;
}

body #importantNotise .inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body #importantNotise .inner h1 {
    font-size: 45px;
    font-family: "Georgia", serif;
    color: #164f7a;
    font-weight: 700;
    line-height: 1.4;
}

body #importantNotise .inner h2 {
    font-size: 24px;
    font-family: "Georgia", serif;
    color: #164f7a;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.4;
}

body #importantNotise .inner p {
    margin-top: 30px;
    font-size: 17px;
}

body #importantNotise .acceptCookie {
    background: #164f7a !important;
    color: #fff !important;
}

body #importantNotise .declineCookie {
    color: #fff !important;
    background: #9ec2e2 !important;
}

body #pp h2,
body #pp h1 {
    color: #164f7a;
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
}

body #pp h4,
body #pp strong {
    font-size: 16px;
    color: #164f7a;
    font-weight: 600;
    margin-top: 30px;
    font-family: "Georgia", serif;
}

body #pp p {
    font-size: 16px;
    margin-top: 30px;
}

body #pp ul {
    list-style: disc;
    list-style-position: inside;
}

body #pp ul li {
    font-size: 16px;
    margin-top: 20px;
}

body #pp .readmoreBtn {
    text-align: center;
    color: #2e77b6;
    font-weight: 700;
    font-size: 16px;
    font-family: "Georgia", serif;
}

body .blogContent p {
    font-size: 17px;
}

body .blogContent h1 {
    font-size: 2.5rem;
    color: #164f7a;
    font-family: "Georgia", serif;
}

body .blogContent h2 {
    font-size: 2rem;
    color: #164f7a;
    font-family: "Georgia", serif;
}

body .blogContent h3 {
    font-size: 1.5rem;
    color: #164f7a;
    font-family: "Georgia", serif;
}

body .blogContent h4 {
    font-size: 1.2rem;
    color: #164f7a;
    font-family: "Georgia", serif;
}

body .blogContent h5 {
    font-size: 1rem;
    color: #164f7a;
    font-family: "Georgia", serif;
}

@media screen and (max-width: 991px) {
    body header {
        position: relative;
    }

    body header .hide {
        display: none;
    }

    body header.active .hide {
        display: block;
    }

    body header.active .show {
        display: none;
    }

    body header.active .navItems {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    body header .navItems {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 99;
        padding: 20px 10px;
        top: 101px;
        opacity: 0;
        transition: 0.2s ease-in-out;
        left: -200%;
        visibility: hidden;
    }

    body header .navTgl {
        font-size: 40px;
    }

    body #funds .topBn .lft {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    body header .logo {
        width: 80px;
    }
    .dropDownMenu {
        position: absolute;
        top: 114%;
        min-width: 307px;
    }
    body #pp h2 {
        color: #164f7a;
        font-size: 24px;
        font-weight: 500;
    }

    body #importantNotise .inner h1 {
        font-size: 25px;
    }

    body #importantNotise .inner h2 {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    body #importantNotise .inner p {
        margin-top: 20px;
        font-size: 13px;
    }

    body #found .rght {
        margin: 0;
    }

    body #hero h2 {
        font-size: 28px;
    }

    body #hero {
        min-height: 40vh;
    }

    body .sectitle {
        font-size: 25px;
    }

    body .txt {
        font-size: 18px;
    }

    body .socialIcon {
        font-size: 50px;
    }

    body footer .footerlogo {
        width: 80px;
    }

    body footer .ttl {
        font-size: 20px;
    }

    body footer .tel {
        font-size: 20px;
    }

    body footer .cpy {
        font-size: 13px;
    }

    body #market .crd {
        border-bottom: 2px solid #e6edf8;
        padding: 20px;
        border-right: 0;
    }

    body #latest .crd {
        border-bottom: 2px solid #e6edf8;
        padding: 20px;
        border-right: 0;
    }
}

.selection\:bg-red-500 *::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500 *::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:text-white *::-moz-selection {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white *::selection {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:bg-red-500::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:text-white::-moz-selection {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white::selection {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:bg-gray-500\/5:hover {
    background-color: rgb(107 114 128 / 0.05);
}

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:z-10:focus {
    z-index: 10;
}

.focus\:rounded-sm:focus {
    border-radius: 0.125rem;
}

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:outline:focus {
    outline-style: solid;
}

.focus\:outline-2:focus {
    outline-width: 2px;
}

.focus\:outline-red-500:focus {
    outline-color: #ef4444;
}

.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

.active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.group:hover .group-hover\:stroke-gray-600 {
    stroke: #4b5563;
}

@media (prefers-reduced-motion: no-preference) {
    .motion-safe\:hover\:scale-\[1\.01\]:hover {
        --tw-scale-x: 1.01;
        --tw-scale-y: 1.01;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
}

@media (prefers-color-scheme: dark) {
    .dark\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }

    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    }

    .dark\:bg-gray-800\/50 {
        background-color: rgb(31 41 55 / 0.5);
    }

    .dark\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    }

    .dark\:bg-red-800\/20 {
        background-color: rgb(153 27 27 / 0.2);
    }

    .dark\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }

    .dark\:stroke-gray-600 {
        stroke: #4b5563;
    }

    .dark\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
    }

    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark\:shadow-none {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .dark\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }

    .dark\:ring-inset {
        --tw-ring-inset: inset;
    }

    .dark\:ring-white\/5 {
        --tw-ring-color: rgb(255 255 255 / 0.05);
    }

    .dark\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .group:hover .dark\:group-hover\:stroke-gray-400 {
        stroke: #9ca3af;
    }
}

@media (min-width: 640px) {
    .sm\:fixed {
        position: fixed;
    }

    .sm\:right-0 {
        right: 0px;
    }

    .sm\:top-0 {
        top: 0px;
    }

    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .sm\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .sm\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .sm\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .sm\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .sm\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .sm\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .sm\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .sm\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .sm\:col-span-full {
        grid-column: 1 / -1;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:flex-1 {
        flex: 1 1 0%;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .md\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .md\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .md\:col-span-full {
        grid-column: 1 / -1;
    }

    .md\:mt-14 {
        margin-top: 3.5rem;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:p-10 {
        padding: 2.5rem;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .lg\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:col-span-full {
        grid-column: 1 / -1;
    }

    .lg\:ml-auto {
        margin-left: auto;
    }

    .lg\:mr-4 {
        margin-right: 1rem;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:\!h-\[200px\] {
        height: 200px !important;
    }

    .lg\:\!max-h-\[200px\] {
        max-height: 200px !important;
    }

    .lg\:\!w-\[180px\] {
        width: 180px !important;
    }

    .lg\:max-w-\[180px\] {
        max-width: 180px;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:gap-0 {
        gap: 0px;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:p-10 {
        padding: 2.5rem;
    }

    .lg\:p-14 {
        padding: 3.5rem;
    }

    .lg\:p-8 {
        padding: 2rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem;
    }

    .lg\:pl-8 {
        padding-left: 2rem;
    }

    .lg\:pr-40 {
        padding-right: 10rem;
    }

    .lg\:pt-20 {
        padding-top: 5rem;
    }

    .lg\:pt-32 {
        padding-top: 8rem;
    }

    .lg\:\!text-center {
        text-align: center !important;
    }

    .lg\:\!text-right {
        text-align: right !important;
    }

    :is([dir="rtl"] .rtl\:lg\:ml-4) {
        margin-left: 1rem;
    }

    :is([dir="rtl"] .rtl\:lg\:mr-0) {
        margin-right: 0px;
    }
}

@media (min-width: 1280px) {
    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .xl\:col-span-full {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1536px) {
    .\32xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .\32xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .\32xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .\32xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .\32xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .\32xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .\32xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .\32xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .\32xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .\32xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .\32xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .\32xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .\32xl\:col-span-full {
        grid-column: 1 / -1;
    }
}

body #fundDes .crd .description {
    display: none;
}
body #fundDes .crd.active .description {
    display: block;
}
.fund-info ul,
.fund-info ol {
    margin: 0;
    list-style: initial;
    padding-left: 2rem !important;
}
.fund-info ol {
    list-style: decimal !important;
}
.nav a {
    text-transform: uppercase;
}

.hasDropDown:hover .dropDownMenu {
    display: block;
}
.dropDownMenu {
    position: absolute;
    top: 100%;
    min-width: 400px;
    background: #fff;
    z-index: 9;
    width: auto;
    padding: 10px;
    border-radius: 10px;
    display: none;
    border: 1px solid #ddd;
}
.dropDownMenu a {
    display: block;
    margin-top: 5px;
    font-size: 14px !important;
    opacity: 0.95;
}
.eventttl {
    font-size: 28px;
    color: #164f7a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}
.single .eventttl{
    margin-top: 20px;
}
.eventBtn {
    color: #2e77b6;
    border: 1px solid #2e77b6;
    padding: 8px 20px;
    display: inline-block;
}
.eventBtn:hover {
    background: #2e77b6;
    color: #fff;
}
.eventCardPhoto{
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    -o-object-fit: cover;
       object-fit: cover;
}
.eventContent ul {
    list-style: initial;
    padding-left: 2rem;
}
.eventContent ol {
    list-style: decimal;
    padding-left: 2rem;
}

.eventContent blockquote{
    padding: 20px;
    background: #f1f1f1;
    border-left: 5px solid #164f7a;
    margin: 20px 0;
}
.eventContent blockquote p{
    margin: 0;
}
.eventContent blockquote p:last-child{
    margin-bottom: 0;
}