@font-face {
  font-family: 'icomoon';
  src: url(/_next/static/media/icomoon.32f80bc2.eot);
  src: url(/_next/static/media/icomoon.32f80bc2.eot#iefix) format('embedded-opentype'),
    url(/_next/static/media/icomoon.4251fc4c.ttf) format('truetype'),
    url(/_next/static/media/icomoon.e32a4ef3.woff) format('woff'),
    url(/_next/static/media/icomoon.00c00e46.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon', sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-expand:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e905";
}

.icon-collapse:before {
  content: "\e906";
}

.icon-cross:before {
  content: "\e903";
}

.icon-address:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e900";
}
/*
! tailwindcss v3.3.5 | 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: #EFF0F6; /* 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, Helvetica, Verdana, Tahoma; /* 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;
}

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] {
  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: #25282B;
  --tw-ring-color: rgb(37 40 43 / 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: #25282B;
  --tw-ring-color: rgb(37 40 43 / 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:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-15 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-15 {
  right: 1.5rem;
}
.right-20 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 1.2rem;
}
.top-60 {
  top: 6rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.\!order-1 {
  order: 1 !important;
}
.float-none {
  float: none;
}
.clear-both {
  clear: both;
}
.my-6 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mb-35 {
  margin-bottom: 3.5rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-57 {
  margin-left: 5.7rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-20 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 0.3rem;
}
.mr-5 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 1.2rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mt-28 {
  margin-top: 2.8rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-6 {
  margin-top: 0.6rem;
}
.mt-60 {
  margin-top: 6rem;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-2\/4 {
  height: 50%;
}
.h-3 {
  height: 0.3rem;
}
.h-39 {
  height: 3.9rem;
}
.h-60 {
  height: 6rem;
}
.h-80 {
  height: 8rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.\!min-h-full {
  min-height: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-100 {
  width: 10rem;
}
.w-223 {
  width: 22.3rem;
}
.w-80 {
  width: 8rem;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 1.6rem;
}
.gap-24 {
  gap: 2.4rem;
}
.gap-x-20 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-24 {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.gap-x-28 {
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
.gap-x-40 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-16 {
  row-gap: 1.6rem;
}
.gap-y-32 {
  row-gap: 3.2rem;
}
.gap-y-40 {
  row-gap: 4rem;
}
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.2rem * var(--tw-space-x-reverse));
  margin-left: calc(3.2rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-20 {
  border-radius: 2rem;
}
.rounded-50\% {
  border-radius: 50%;
}
.rounded-lg {
  border-radius: 0.8rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-r-1 {
  border-right-width: 1px;
}
.border-t-3 {
  border-top-width: 3px;
}
.border-black-25282B {
  --tw-border-opacity: 1;
  border-color: rgb(37 40 43 / var(--tw-border-opacity));
}
.border-gray-D9D9D9 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-green-1BA9B5 {
  --tw-border-opacity: 1;
  border-color: rgb(27 169 181 / var(--tw-border-opacity));
}
.border-green-527C88 {
  --tw-border-opacity: 1;
  border-color: rgb(82 124 136 / var(--tw-border-opacity));
}
.bg-black-000 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-F7F7F7 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-green-2C4349 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 67 73 / var(--tw-bg-opacity));
}
.bg-green-F4FBFB {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 251 / var(--tw-bg-opacity));
}
.bg-purple-10217D {
  --tw-bg-opacity: 1;
  background-color: rgb(16 33 125 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-linear-top {
  background-image: linear-gradient(180deg, #E4F1ED 85%, rgba(228,240,241,0));;
}
.from {
  --tw-gradient-from: #25282B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 40 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill {
  fill: #25282B;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-18 {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-32 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.\!pb-\[calc\(5\/8\*100\%\)\] {
  padding-bottom: calc(5 / 8 * 100%) !important;
}
.pb-12 {
  padding-bottom: 1.2rem;
}
.pb-20 {
  padding-bottom: 2rem;
}
.pb-24 {
  padding-bottom: 2.4rem;
}
.pb-32 {
  padding-bottom: 3.2rem;
}
.pb-60 {
  padding-bottom: 6rem;
}
.pb-\[calc\(5\/8\*100\%\)\] {
  padding-bottom: calc(5 / 8 * 100%);
}
.pl-20 {
  padding-left: 2rem;
}
.pr-24 {
  padding-right: 2.4rem;
}
.pr-60 {
  padding-right: 6rem;
}
.pt-12 {
  padding-top: 1.2rem;
}
.pt-16 {
  padding-top: 1.6rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-24 {
  padding-top: 2.4rem;
}
.pt-4 {
  padding-top: 0.4rem;
}
.pt-60 {
  padding-top: 6rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text {
  font-size: 1.4rem;
}
.text-1-6 {
  font-size: 1.6rem;
}
.text-2 {
  font-size: 2rem;
}
.text-2-4 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.text-2-6 {
  font-size: 2.6rem;
  line-height: 3.9rem;
}
.text-3-2 {
  font-size: 3.2rem;
  line-height: 4.8rem;
}
.text-base {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.text-i-2xl {
  font-size: 2.4rem;
}
.text-lg {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.text-sm {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.font-bold {
  font-weight: 700;
}
.text {
  --tw-text-opacity: 1;
  color: rgb(37 40 43 / var(--tw-text-opacity));
}
.text-black-25282B {
  --tw-text-opacity: 1;
  color: rgb(37 40 43 / var(--tw-text-opacity));
}
.text-green-1BA9B5 {
  --tw-text-opacity: 1;
  color: rgb(27 169 181 / var(--tw-text-opacity));
}
.text-green-527C88 {
  --tw-text-opacity: 1;
  color: rgb(82 124 136 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 40 43 / var(--tw-placeholder-opacity));
}
.placeholder::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 40 43 / var(--tw-placeholder-opacity));
}
.opacity-100 {
  opacity: 1;
}
.shadow-lg {
  --tw-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 0 15px 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-sm {
  --tw-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 8px 12px 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);
}


:root {
  --font-poppins: 'Poppins',
    sans-serif;
}
html {
  font-size: 10px;
}

body {
  --foreground-rgb: 255, 255, 255;
  font-weight: 400;
  font-size: 1.4rem;
  /* font-family: var(--font-poppins),sans-serif,ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",Helvetica,
    Verdana,
    Tahoma; */
    font-family: var(--font-poppins),
      ui-sans-serif,
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Helvetica,
      "Helvetica Neue",
      Arial,
      "Noto Sans",
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji",
      Verdana,
      Tahoma;
}
/* font-sans  */
.title {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(27 169 181 / var(--tw-text-opacity));
}
@media (min-width: 540px) {

  .title {
    margin-bottom: 4rem;
    font-size: 5rem;
    line-height: 6.8rem;
  }
}
.sub-title {
  margin-bottom: 3.2rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 124 136 / var(--tw-text-opacity));
}
@media (min-width: 540px) {

  .sub-title {
    margin-bottom: 4rem;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

.content-box {
  /* container */
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media (min-width: 1140px) {

  .content-box {
    max-width: 100%;
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media (min-width: 1536px) {

  .content-box {
    max-width: 1536px;
  }
}

.btn {
  width: 12.5rem;
  border-radius: 0.8rem;
  --tw-bg-opacity: 1;
  background-color: rgb(27 169 181 / var(--tw-bg-opacity));
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
}
.image-unset {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  position: relative !important;
}
.swiper-btn {
  height: 5.6rem !important;
  width: 5.6rem !important;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(27 169 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  position: absolute;
  z-index: 2;
  top: calc(50% - 15px);
  cursor: pointer;
}
.banner-swiper{
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.banner-swiper .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.banner-swiper .swiper-button-prev {
  left: 2rem;
}
.banner-swiper .swiper-button-prev:after {
  font-size: 1.6rem;
}
.banner-swiper .swiper-button-next {
  right: 2rem;
}
.banner-swiper .swiper-button-next:after {
  font-size: 1.6rem;
}
.card-swiper {
  overflow: visible !important;
  /* container */
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media (min-width: 1140px) {

  .card-swiper {
    max-width: 100%;
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media (min-width: 1536px) {

  .card-swiper {
    max-width: 1536px;
  }
}
.mobile-menu-btn {
  display: flex;
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-menu-span {
  position: relative;
  display: block;
  height: 0.2rem;
  width: 2.6rem;
  border-radius: 0.6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 40 43 / var(--tw-bg-opacity));
}
.mobile-menu-span::before{
  top:-7px;
  transition: all 0.1s ease-out;
  position: absolute;
  left: 0px;
  height: 0.2rem;
  width: 2.6rem;
  border-radius: 0.6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 40 43 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content)}
.mobile-menu-span::after{
  bottom: -7px;
  transition: all 0.1s ease-out;
  position: absolute;
  left: 0px;
  height: 0.2rem;
  width: 2.6rem;
  border-radius: 0.6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 40 43 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content)}
.show-mobile-menu-span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition: all 0.1s ease-in;
}
.show-mobile-menu-span::before{
  transform: rotate(45deg);
  top: 0;
  width: 2.4rem;
  transition: all 0.1s ease-in;
}
.show-mobile-menu-span::after{
  width: 2.4rem;
  transform: rotate(-45deg);
  bottom: 0;
  transition: all 0.1s ease-in;
}
.box-margin {
  overflow: hidden;
  padding-top: 4.2rem;
  padding-bottom: 6rem;
}
@media (min-width: 540px) {

  .box-margin {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.line {
  margin-bottom: 1.6rem;
  height: 0.3rem;
  width: 16.7rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 33 125 / var(--tw-bg-opacity));
}
@media (min-width: 540px) {

  .line {
    margin-bottom: 0.2rem;
    width: 34.5rem;
  }
}
.line-title {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 700;
}
@media (min-width: 540px) {

  .line-title {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.line-body {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 540px) {

  .line-body {
    margin-top: 2rem;
  }
}
/* .menu-list:nth-child(3) .menu-list-item{
  right: 0;
}
.menu-list:last-child .menu-list-item{
  right: 0;
} */
.spacing-mt-4{
  margin-top: -4rem;
}
.inter-word{
  text-justify: inter-word;
}
.bg-before::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -10;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  content: var(--tw-content);
  opacity: 0.2;
}
.carousel .control-dots .dot{
  box-shadow: none !important;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:\!block::before {
  content: var(--tw-content);
  display: block !important;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:border-b-3::before {
  content: var(--tw-content);
  border-bottom-width: 3px;
}
.before\:border-l-3::before {
  content: var(--tw-content);
  border-left-width: 3px;
}
.before\:border-b-green-1BA9B5::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(27 169 181 / var(--tw-border-opacity));
}
.before\:border-l-green-1BA9B5::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(27 169 181 / var(--tw-border-opacity));
}
.before\:bg-about-mfmd-images::before {
  content: var(--tw-content);
  background-image: url('/images/about/mfmd_bg.png');
}
.before\:bg-about-organization-images::before {
  content: var(--tw-content);
  background-image: url('/images/about/organization_bg.png');
}
.before\:bg-copyright-iamges::before {
  content: var(--tw-content);
  background-image: url('/images/copyright.png');
}
.before\:bg-dislaimer-iamges::before {
  content: var(--tw-content);
  background-image: url('/images/dislaimer.png');
}
.before\:bg-external-connections-iamges::before {
  content: var(--tw-content);
  background-image: url('/images/external_connections.png');
}
.before\:bg-home-images::before {
  content: var(--tw-content);
  background-image: url('/images/home/home_page_bg.png');
}
.before\:bg-information-information-professionals::before {
  content: var(--tw-content);
  background-image: url('/images/information/information_for_professionals.png');
}
.before\:bg-information-public-atlas::before {
  content: var(--tw-content);
  background-image: url('/images/information/atlas_of_poisonous.png');
}
.before\:bg-media-coverage-iamges::before {
  content: var(--tw-content);
  background-image: url('/images/information/media_coverage.png');
}
.before\:bg-private-policy-iamges::before {
  content: var(--tw-content);
  background-image: url('/images/private_policy.png');
}
.before\:bg-research-bg::before {
  content: var(--tw-content);
  background-image: url('/images/research/research_bg.png');
}
.before\:bg-statistics-bg::before {
  content: var(--tw-content);
  background-image: url('/images/statistics/statistics_bg.png');
}
.before\:bg-terms-conditions-iamges::before {
  content: var(--tw-content);
  background-image: url('/images/terms_conditions.png');
}
.before\:bg-test-size-iamges::before {
  content: var(--tw-content);
  background-image: url('/images/test_size.png');
}
.before\:bg-units-ICWM::before {
  content: var(--tw-content);
  background-image: url('/images/units/units_ICWM_treatment_safety_centre.png');
}
.before\:bg-units-poison-info::before {
  content: var(--tw-content);
  background-image: url('/images/units/units_hk_poison_info_centre.png');
}
.before\:bg-units-poison-tretment::before {
  content: var(--tw-content);
  background-image: url('/images/units/units_poison_tretment_centre.png');
}
.before\:bg-units-toxicology-reference::before {
  content: var(--tw-content);
  background-image: url('/images/units/units_toxicology_reference_laboratory.png');
}
.hover\:text-green-1BA9B5:hover {
  --tw-text-opacity: 1;
  color: rgb(27 169 181 / var(--tw-text-opacity));
}
.before\:hover\:block:hover::before {
  content: var(--tw-content);
  display: block;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:text-green-1BA9B5 {
  --tw-text-opacity: 1;
  color: rgb(27 169 181 / var(--tw-text-opacity));
}
.group:hover .before\:group-hover\:block::before {
  content: var(--tw-content);
  display: block;
}
@media (min-width: 540px) {

  .sm\:float-right {
    float: right;
  }

  .sm\:-mt-40 {
    margin-top: -4rem;
  }

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

  .sm\:mb-20 {
    margin-bottom: 2rem;
  }

  .sm\:mb-24 {
    margin-bottom: 2.4rem;
  }

  .sm\:mb-32 {
    margin-bottom: 3.2rem;
  }

  .sm\:mb-40 {
    margin-bottom: 4rem;
  }

  .sm\:mb-60 {
    margin-bottom: 6rem;
  }

  .sm\:mr-20 {
    margin-right: 2rem;
  }

  .sm\:mt-150 {
    margin-top: 15rem;
  }

  .sm\:mt-20 {
    margin-top: 2rem;
  }

  .sm\:mt-40 {
    margin-top: 4rem;
  }

  .sm\:mt-60 {
    margin-top: 6rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-120 {
    height: 12rem;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-10 {
    width: 1rem;
  }

  .sm\:w-10\% {
    width: 10%;
  }

  .sm\:w-120 {
    width: 12rem;
  }

  .sm\:w-132 {
    width: 13.2rem;
  }

  .sm\:w-197 {
    width: 19.7rem;
  }

  .sm\:w-\[calc\(\(100\%\/3\)-2rem\)\] {
    width: calc((100% / 3) - 2rem);
  }

  .sm\:w-\[calc\(\(100\%\/4\)-4rem\)\] {
    width: calc((100% / 4) - 4rem);
  }

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

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

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

  .sm\:gap-40 {
    gap: 4rem;
  }

  .sm\:gap-y-80 {
    row-gap: 8rem;
  }

  .sm\:px-32 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .sm\:py-16 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .sm\:py-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 1.6rem;
  }

  .sm\:pb-40 {
    padding-bottom: 4rem;
  }

  .sm\:pt-16 {
    padding-top: 1.6rem;
  }

  .sm\:pt-24 {
    padding-top: 2.4rem;
  }

  .sm\:text-2-4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .sm\:text-4-2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }

  .sm\:text-base {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .sm\:text-lg {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  .sm\:text-xl {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 989px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

  .md\:order-none {
    order: 0;
  }

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

  .md\:mb-60 {
    margin-bottom: 6rem;
  }

  .md\:ml-40 {
    margin-left: 4rem;
  }

  .md\:mt-16 {
    margin-top: 1.6rem;
  }

  .md\:mt-60 {
    margin-top: 6rem;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-10 {
    width: 1rem;
  }

  .md\:w-10\% {
    width: 10%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-45\% {
    width: 45%;
  }

  .md\:w-60 {
    width: 6rem;
  }

  .md\:w-60\% {
    width: 60%;
  }

  .md\:w-70\% {
    width: 70%;
  }

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

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

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

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

  .md\:bg-gradient-linear {
    background-image: linear-gradient(90deg, #E4F1ED 90%, rgba(228,240,241,0));;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:\!py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .md\:\!py-6\% {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
  }
}
@media (min-width: 1140px) {

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-36\% {
    width: 36%;
  }

  .lg\:w-45\% {
    width: 45%;
  }

  .lg\:w-\[calc\(\(100\%\/4\)-2rem\)\] {
    width: calc((100% / 4) - 2rem);
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:pb-100 {
    padding-bottom: 10rem;
  }

  .lg\:pb-60 {
    padding-bottom: 6rem;
  }

  .lg\:pt-100 {
    padding-top: 10rem;
  }

  .lg\:pt-60 {
    padding-top: 6rem;
  }

  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1280px) {

  .xl\:\!py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:\!py-10\% {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}
