@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

*, ::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:;
    --tw-contain-size:;
    --tw-contain-layout:;
    --tw-contain-paint:;
    --tw-contain-style:;
}

::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:;
    --tw-contain-size:;
    --tw-contain-layout:;
    --tw-contain-paint:;
    --tw-contain-style:;
}
/*
! tailwindcss v3.4.18 | 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.
7. Disable tap highlights on iOS
*/
html,
:host {
    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, 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 */
    -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}
/*
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 */
    letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

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::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]:where(:not([hidden="until-found"])) {
    display: none;
}

.\!container {
    width: 100% !important;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .\!container {
        max-width: 640px !important;
    }

    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .\!container {
        max-width: 768px !important;
    }

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .\!container {
        max-width: 1024px !important;
    }

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .\!container {
        max-width: 1280px !important;
    }

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .\!container {
        max-width: 1536px !important;
    }

    .container {
        max-width: 1536px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.bottom-\[-138px\] {
    bottom: -138px;
}

.bottom-\[-70px\] {
    bottom: -70px;
}

.bottom-\[4px\] {
    bottom: 4px;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-\[14px\] {
    left: 14px;
}

.left-\[570px\] {
    left: 570px;
}

.right-0 {
    right: 0px;
}

.right-1\/2 {
    right: 50%;
}

.top-0 {
    top: 0px;
}

.top-\[30px\] {
    top: 30px;
}

.top-\[53px\] {
    top: 53px;
}

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

.z-\[998\] {
    z-index: 998;
}

.z-\[999\] {
    z-index: 999;
}

.m-14 {
    margin: 3.5rem;
}

.m-2 {
    margin: 0.5rem;
}

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

.my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px;
}

.my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mb-\[10px\] {
    margin-bottom: 10px;
}

.mb-\[12px\] {
    margin-bottom: 12px;
}

.mb-\[16px\] {
    margin-bottom: 16px;
}

.mb-\[20px\] {
    margin-bottom: 20px;
}

.mb-\[30px\] {
    margin-bottom: 30px;
}

.mb-\[36px\] {
    margin-bottom: 36px;
}

.mb-\[40px\] {
    margin-bottom: 40px;
}

.mb-\[50px\] {
    margin-bottom: 50px;
}

.ml-\[-20\%\] {
    margin-left: -20%;
}

.mt-\[10px\] {
    margin-top: 10px;
}

.mt-\[50px\] {
    margin-top: 50px;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-\[168px\] {
    height: 168px;
}

.h-\[189px\] {
    height: 189px;
}

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

.h-\[300px\] {
    height: 300px;
}

.h-\[30px\] {
    height: 30px;
}

.h-\[320px\] {
    height: 320px;
}

.h-\[34px\] {
    height: 34px;
}

.h-\[36px\] {
    height: 36px;
}

.h-\[400px\] {
    height: 400px;
}

.h-\[42px\] {
    height: 42px;
}

.h-\[50px\] {
    height: 50px;
}

.h-\[53px\] {
    height: 53px;
}

.h-\[598px\] {
    height: 598px;
}

.h-\[63px\] {
    height: 63px;
}

.h-\[651px\] {
    height: 651px;
}

.h-\[68px\] {
    height: 68px;
}

.h-\[70px\] {
    height: 70px;
}

.h-\[742px\] {
    height: 742px;
}

.h-\[90px\] {
    height: 90px;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.min-h-\[67\%\] {
    min-height: 67%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-28px\)\] {
    width: calc(100% - 28px);
}

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

.rotate-180 {
    --tw-rotate: 180deg;
    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));
}

.scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
}

.transform {
    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));
}

.resize {
    resize: both;
}

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

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

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

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

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

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

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

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[16px\] {
    gap: 16px;
}

.gap-\[20px\] {
    gap: 20px;
}

.gap-\[22px\] {
    gap: 22px;
}

.gap-\[27px\] {
    gap: 27px;
}

.gap-\[30px\] {
    gap: 30px;
}

.gap-\[40px\] {
    gap: 40px;
}

.gap-\[50px\] {
    gap: 50px;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.rounded-\[10px\] {
    border-radius: 10px;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.rounded-\[25px\] {
    border-radius: 25px;
}

.rounded-\[40px\] {
    border-radius: 40px;
}

.rounded-\[50px\] {
    border-radius: 50px;
}

.rounded-\[5px\] {
    border-radius: 5px;
}

.rounded-\[8px\] {
    border-radius: 8px;
}

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

.border {
    border-width: 1px;
}

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

.border-solid {
    border-style: solid;
}

.border-\[\#354B36\] {
    --tw-border-opacity: 1;
    border-color: rgb(53 75 54 / var(--tw-border-opacity, 1));
}

.bg-\[\#1A2D1B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 45 27 / var(--tw-bg-opacity, 1));
}

.bg-\[\#344C36\] {
    --tw-bg-opacity: 1;
    background-color: rgb(52 76 54 / var(--tw-bg-opacity, 1));
}

.bg-\[\#354B3666\] {
    background-color: #354B3666;
}

.bg-\[\#354B36\] {
    --tw-bg-opacity: 1;
    background-color: rgb(53 75 54 / var(--tw-bg-opacity, 1));
}

.bg-\[\#515151\] {
    --tw-bg-opacity: 1;
    background-color: rgb(81 81 81 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F4F4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6B01D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 176 29 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9AC1E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 172 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFFCC\] {
    background-color: #FFFFFFCC;
}

.bg-\[\#FFFFFFE5\] {
    background-color: #FFFFFFE5;
}

.bg-\[\#f3f3f3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-elephant {
    background-image: url('../images/img-elephant.png');
}

.bg-icon-elephant-1 {
    background-image: url('../images/icon-elephant-1.png');
}

.bg-icon-elephant-2 {
    background-image: url('../images/icon-elephant-2.png');
}

.bg-icon-elephant-3 {
    background-image: url('../images/icon-elephant-3.png');
}

.bg-icon-elephant-4 {
    background-image: url('../images/icon-elephant-4.png');
}

.bg-icon-elephant-white {
    background-image: url('../images/icon-elephant-white.png');
}

.bg-linevector {
    background-image: url('../images/line-vector.png');
}

.bg-logo {
    background-image: url('../images/logo_den1.png');
}

.bg-\[length\:85\%\] {
    background-size: 85%;
}

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

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

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

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-\[20px\] {
    padding: 20px;
}

.p-\[30px\] {
    padding: 30px;
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}

.px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px;
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
}

.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-\[36px\] {
    padding-top: 36px;
    padding-bottom: 36px;
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pb-\[50px\] {
    padding-bottom: 50px;
}

.pb-\[60px\] {
    padding-bottom: 60px;
}

.pt-\[100px\] {
    padding-top: 100px;
}

.pt-\[54px\] {
    padding-top: 54px;
}

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

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

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

.text-\[14px\] {
    font-size: 14px;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-\[18px\] {
    font-size: 18px;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[24px\] {
    font-size: 24px;
}

.text-\[30px\] {
    font-size: 30px;
}

.text-\[32px\] {
    font-size: 32px;
}

.text-\[48px\] {
    font-size: 48px;
}

.text-\[90px\] {
    font-size: 90px;
}

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

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

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

.uppercase {
    text-transform: uppercase;
}

.leading-tight {
    line-height: 1.25;
}

.text-\[\#000000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#344C36\] {
    --tw-text-opacity: 1;
    color: rgb(52 76 54 / var(--tw-text-opacity, 1));
}

.text-\[\#354B36\] {
    --tw-text-opacity: 1;
    color: rgb(53 75 54 / var(--tw-text-opacity, 1));
}

.text-\[\#373737\] {
    --tw-text-opacity: 1;
    color: rgb(55 55 55 / var(--tw-text-opacity, 1));
}

.text-\[\#4E4E4E\] {
    --tw-text-opacity: 1;
    color: rgb(78 78 78 / var(--tw-text-opacity, 1));
}

.text-\[\#585858CC\] {
    color: #585858CC;
}

.text-\[\#585858\] {
    --tw-text-opacity: 1;
    color: rgb(88 88 88 / var(--tw-text-opacity, 1));
}

.text-\[\#799A7B\] {
    --tw-text-opacity: 1;
    color: rgb(121 154 123 / var(--tw-text-opacity, 1));
}

.text-\[\#92989F\] {
    --tw-text-opacity: 1;
    color: rgb(146 152 159 / var(--tw-text-opacity, 1));
}

.text-\[\#F6B01DE5\] {
    color: #F6B01DE5;
}

.text-\[\#F6B01D\] {
    --tw-text-opacity: 1;
    color: rgb(246 176 29 / var(--tw-text-opacity, 1));
}

.text-\[\#ff0000\] {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Font Poppins */
/* CSS Reset cho các thẻ HTML */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: "Poppins", sans-serif;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}
/* Reset cho button */
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    button:focus {
        outline: none;
    }
/* Reset cho link */
a {
    text-decoration: none;
    color: inherit;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }
/* Reset cho list */
ul,
ol {
    list-style: none;
}
/* Reset cho form elements */
input,
textarea,
select {
    border: none;
    outline: none;
    resize: none;
}
/* Form field padding to stabilize visual height (khoảng 63px cho input) */
input {
    padding-top: 0.75rem; /* ~12px */
    padding-bottom: 0.75rem;
}
    /* Hide native date icon so custom background icon can be used */
    input[type=date]::-webkit-calendar-picker-indicator {
        opacity: 0;
        cursor: pointer;
    }

    input[type=date]::-webkit-inner-spin-button,
    input[type=date]::-webkit-clear-button {
        display: none;
    }
    /* Make date input use custom sizing instead of native control on mobile */
    input[type=date] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
/* Ensure fixed height for volunteer DOB field across devices (esp. mobile) */
#volunteer-dob {
    height: 51px;
    min-height: 51px;
}
/* On large screens (lg breakpoint), match the 63px Tailwind height */
@media (min-width: 1024px) {
    #volunteer-dob {
        height: 50px;
        min-height: 50px;
    }
}

:root {
    font-family: "Poppins", system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}
/* Các style tùy chỉnh sẽ thêm ở đây */
.bg-logo {
    background-image: url("../images/logo_den1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Custom button với gradient hover effect từ ngoài vào */
.elephant-button {
    position: relative;
    background: #f6b01d;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-weight: 500;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    z-index: 1;
    will-change: transform;
}

    .elephant-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at center, rgba(53, 75, 54, 0.8) 0%, rgb(53, 75, 54) 70%);
        border-radius: 40px;
        transform: scale(2);
        transform-origin: center;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: -1;
        will-change: transform, opacity;
    }

    .elephant-button:hover::before {
        transform: scale(1);
        opacity: 1;
    }

    .elephant-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(53, 75, 54, 0.4);
    }

    .elephant-button:active {
        transform: translateY(0);
        box-shadow: 0 5px 15px rgba(53, 75, 54, 0.3);
    }
/* Diagonal lines for large screens - positioned around logo container */
.diagonal-line-1 {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #354b36;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    z-index: 10;
}

.diagonal-line-2 {
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #354b36;
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    z-index: 10;
}

#svg-map-game path:hover {
    fill: #f9ac1e !important;
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:left-1\/2::before {
    content: var(--tw-content);
    left: 50%;
}

.before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
}

.before\:z-10::before {
    content: var(--tw-content);
    z-index: 10;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:h-\[24px\]::before {
    content: var(--tw-content);
    height: 24px;
}

.before\:h-\[32px\]::before {
    content: var(--tw-content);
    height: 32px;
}

.before\:h-\[36px\]::before {
    content: var(--tw-content);
    height: 36px;
}

.before\:w-\[24px\]::before {
    content: var(--tw-content);
    width: 24px;
}

.before\:w-\[29px\]::before {
    content: var(--tw-content);
    width: 29px;
}

.before\:w-\[36px\]::before {
    content: var(--tw-content);
    width: 36px;
}

.before\:-translate-x-1\/2::before {
    content: var(--tw-content);
    --tw-translate-x: -50%;
    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));
}

.before\:-translate-y-1\/2::before {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    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));
}

.before\:bg-icon-date::before {
    content: var(--tw-content);
    background-image: url('../images/icon-date.png');
}

.before\:bg-icon-document::before {
    content: var(--tw-content);
    background-image: url('../images/icon-document.png');
}

.before\:bg-icon-gallery::before {
    content: var(--tw-content);
    background-image: url('../images/icon-gallery.png');
}

.before\:bg-info-circle::before {
    content: var(--tw-content);
    background-image: url('../images/info-circle.png');
}

.before\:bg-location::before {
    content: var(--tw-content);
    background-image: url('../images/location.png');
}

.before\:bg-share::before {
    content: var(--tw-content);
    background-image: url('../images/share.png');
}

.before\:bg-video-square::before {
    content: var(--tw-content);
    background-image: url('../images/video-square.png');
}

.before\:bg-contain::before {
    content: var(--tw-content);
    background-size: contain;
}

.before\:bg-cover::before {
    content: var(--tw-content);
    background-size: cover;
}

.before\:bg-center::before {
    content: var(--tw-content);
    background-position: center;
}

.before\:bg-no-repeat::before {
    content: var(--tw-content);
    background-repeat: no-repeat;
}

.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}

.hover\:bg-\[\#2A3D2B\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(42 61 43 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#344C36\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(52 76 54 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#F6B01D\]:hover {
    --tw-text-opacity: 1;
    color: rgb(246 176 29 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

.group:hover .group-hover\:text-\[\#354B36\] {
    --tw-text-opacity: 1;
    color: rgb(53 75 54 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

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

@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }

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

    .lg\:left-1\/2 {
        left: 50%;
    }

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

    .lg\:top-\[187px\] {
        top: 187px;
    }

    .lg\:top-\[78px\] {
        top: 78px;
    }

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

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

    .lg\:my-\[10px\] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .lg\:my-\[30px\] {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .lg\:mb-\[38px\] {
        margin-bottom: 38px;
    }

    .lg\:mb-\[40px\] {
        margin-bottom: 40px;
    }

    .lg\:mb-\[60px\] {
        margin-bottom: 60px;
    }

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

    .lg\:mr-0 {
        margin-right: 0px;
    }

    .lg\:mt-\[10px\] {
        margin-top: 10px;
    }

    .lg\:mt-\[24px\] {
        margin-top: 24px;
    }

    .lg\:mt-\[60px\] {
        margin-top: 60px;
    }

    .lg\:line-clamp-4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-\[100px\] {
        height: 100px;
    }

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

    .lg\:h-\[214px\] {
        height: 214px;
    }

    .lg\:h-\[300px\] {
        height: 300px;
    }

    .lg\:h-\[320px\] {
        height: 320px;
    }

    .lg\:h-\[348px\] {
        height: 348px;
    }

    .lg\:h-\[48px\] {
        height: 48px;
    }

    .lg\:h-\[50px\] {
        height: 50px;
    }

    .lg\:h-\[598px\] {
        height: 598px;
    }

    .lg\:h-\[609px\] {
        height: 609px;
    }

    .lg\:h-\[700px\] {
        height: 700px;
    }

    .lg\:h-\[74px\] {
        height: 74px;
    }

    .lg\:h-\[78px\] {
        height: 78px;
    }

    .lg\:h-\[904px\] {
        height: 904px;
    }

    .lg\:min-h-\[300px\] {
        min-height: 300px;
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:w-full {
        width: 100%;
    }

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

    .lg\:max-w-\[80\%\] {
        max-width: 80%;
    }

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

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
        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));
    }

    .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\:flex-row {
        flex-direction: row;
    }

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

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:gap-\[17px\] {
        gap: 17px;
    }

    .lg\:gap-\[20px\] {
        gap: 20px;
    }

    .lg\:gap-\[26px\] {
        gap: 26px;
    }

    .lg\:gap-\[30px\] {
        gap: 30px;
    }

    .lg\:gap-\[50px\] {
        gap: 50px;
    }

    .lg\:gap-\[52px\] {
        gap: 52px;
    }

    .lg\:gap-\[80px\] {
        gap: 80px;
    }

    .lg\:rounded-\[39px\] {
        border-radius: 39px;
    }

    .lg\:rounded-\[40px\] {
        border-radius: 40px;
    }

    .lg\:rounded-none {
        border-radius: 0px;
    }

    .lg\:bg-\[length\:90\%\] {
        background-size: 90%;
    }

    .lg\:p-\[30px\] {
        padding: 30px;
    }

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

    .lg\:py-\[50px\] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .lg\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lg\:pl-\[40px\] {
        padding-left: 40px;
    }

    .lg\:pl-\[550px\] {
        padding-left: 550px;
    }

    .lg\:pr-\[80px\] {
        padding-right: 80px;
    }

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

    .lg\:pt-\[150px\] {
        padding-top: 150px;
    }

    .lg\:pt-\[30px\] {
        padding-top: 30px;
    }

    .lg\:text-\[16px\] {
        font-size: 16px;
    }

    .lg\:text-\[18px\] {
        font-size: 18px;
    }

    .lg\:text-\[20px\] {
        font-size: 20px;
    }

    .lg\:text-\[24px\] {
        font-size: 24px;
    }

    .lg\:text-\[30px\] {
        font-size: 30px;
    }

    .lg\:text-\[36px\] {
        font-size: 36px;
    }

    .lg\:text-\[48px\] {
        font-size: 48px;
    }
}

@media (min-width: 1280px) {
    .xl\:left-1\/2 {
        left: 50%;
    }

    .xl\:ml-\[-600px\] {
        margin-left: -600px;
    }

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

    .xl\:gap-\[30px\] {
        gap: 30px;
    }

    .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

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

    .xl\:px-\[23px\] {
        padding-left: 23px;
        padding-right: 23px;
    }

    .xl\:text-\[32px\] {
        font-size: 32px;
    }

    .xl\:text-\[36px\] {
        font-size: 36px;
    }

    .xl\:text-\[48px\] {
        font-size: 48px;
    }
}
