@font-face {
  font-family: Halyard;

  font-weight: 200;

  src: url("../assets/font/Halyard-Text-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: Halyard;

  font-weight: 400;

  src: url("../assets/font/Halyard-Text-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Halyard;

  font-weight: 500;

  src: url("../assets/font/Halyard-Text-Medium.ttf") format("truetype");
}

@font-face {
  font-family: Halyard;

  font-weight: 600;

  src: url("../assets/font/Halyard-Text-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: Halyard;

  font-weight: 700;

  src: url("../assets/font/Halyard-Text-Bold.ttf") format("truetype");
}

@font-face {
  font-family: Halyard;

  font-weight: 900;

  src: url("../assets/font/Halyard-Text-Black.ttf") format("truetype");
}

*, ::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.17 | 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;
}

/* Custom Container */

.responsive-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .responsive-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .responsive-container {
    padding-left: 135px;
    padding-right: 135px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Custom Layout */

.res-grid-col-12 {
  gap: 1rem;
}

@media (min-width: 768px) {
  .res-grid-col-12 {
    gap: 30px;
  }
}

.res-grid-col-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

@media (min-width: 768px) {
  .col-6-6-12 {
    grid-column: span 6 / span 6;
  }
}

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

@media (min-width: 1024px) {
  .col-6-12-12 {
    grid-column: span 6 / span 6;
  }
}

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

@media (min-width: 768px) {
  .col-4-4-12 {
    grid-column: span 4 / span 4;
  }
}

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

@media (min-width: 1024px) {
  .col-4-12-12 {
    grid-column: span 4 / span 4;
  }
}

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

@media (min-width: 768px) {
  .col-3-6-12 {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px) {
  .col-3-6-12 {
    grid-column: span 3 / span 3;
  }
}

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

@media (min-width: 768px) {
  .col-8-8-12 {
    grid-column: span 8 / span 8;
  }
}

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

@media (min-width: 1024px) {
  .col-8-12-12 {
    grid-column: span 8 / span 8;
  }
}

/* gap */

.gap-30-15 {
  gap: 1rem;
}

@media (min-width: 768px) {
  .gap-30-15 {
    gap: 30px;
  }
}

/* Custom Image */

.img-fluid {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Custom typogtaphy */

.halyard-72-200-100 {
  font-family: Halyard, sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 100%;
}

@media (min-width: 1024px) {
  .halyard-72-200-100 {
    font-size: 56px;
  }
}

.halyard-56-500-110 {
  font-family: Halyard, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}

@media (min-width: 1024px) {
  .halyard-56-500-110 {
    font-size: 56px;
  }
}

.halyard-48-500-100 {
  font-family: Halyard, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 1024px) {
  .halyard-48-500-100 {
    font-size: 48px;
  }
}

.halyard-48-500-100-dark-forest {
  font-family: Halyard, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(4 7 7 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .halyard-48-500-100-dark-forest {
    font-size: 48px;
  }
}

.halyard-30-500-100 {
  font-family: Halyard, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 768px) {
  .halyard-30-500-100 {
    font-size: 30px;
  }
}

.halyard-30-500-110 {
  font-family: Halyard, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
}

.halyard-24-500-140-white {
  font-family: Halyard, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.halyard-24-500-140-dark-forest {
  font-family: Halyard, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(4 7 7 / var(--tw-text-opacity, 1));
}

.halyard-20-400-120 {
  font-family: Halyard, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .halyard-20-400-120 {
    font-size: 20px;
  }
}

.halyard-20-700-120 {
  font-family: Halyard, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 1024px) {
  .halyard-20-700-120 {
    font-size: 20px;
  }
}

.halyard-18-400-160 {
  font-family: Halyard, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 160%;
}

@media (min-width: 768px) {
  .halyard-18-400-160 {
    font-size: 18px;
  }
}

.halyard-18-400-160-slate-gray {
  font-family: Halyard, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(88 92 103 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .halyard-18-400-160-slate-gray {
    font-size: 18px;
  }
}

.halyard-16-400-160 {
  font-family: Halyard, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.halyard-16-400-160-charcoal-blue {
  font-family: Halyard, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(61 66 77 / var(--tw-text-opacity, 1));
}

.halyard-14-400-120 {
  font-family: Halyard, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

/*Button Style  */

.btn-primary {
  font-family: Halyard, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .btn-primary {
    font-size: 18px;
  }
}

.btn-primary {
  border-radius: 10px;
  border-width: 1px;
  border-color: linear-gradient(100deg,#63B686 0%, #137AB7 126.16%);
  background-image: linear-gradient(100deg,#63B686 0%, #137AB7 126.16%);
  padding: 8px 16px;
}

@media (min-width: 768px) {
  .btn-primary {
    padding: 12px 36px;
  }
}

.btn-secondary {
  font-family: Halyard, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .btn-secondary {
    font-size: 18px;
  }
}

.btn-secondary {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(4 7 7 / var(--tw-border-opacity, 1));
  padding: 8px 16px;
  --tw-text-opacity: 1 !important;
  color: rgb(4 7 7 / var(--tw-text-opacity, 1)) !important;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover {
  background-color: rgb(4 7 7 / 0.05);
}

@media (min-width: 768px) {
  .btn-secondary {
    padding: 12px 36px;
  }
}

/* Expanding card section activr styel */

@media (min-width: 768px) {
  .active {
    width: 270px !important;
  }
}

@media (min-width: 1024px) {
  .active {
    width: 770px !important;
  }
}

.active .inner-text-container {
  opacity: 1;
}

.active .outer-text-container {
  opacity: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.\!ml-\[2px\] {
  margin-left: 2px !important;
}

.\!mt-\[1\.8px\] {
  margin-top: 1.8px !important;
}

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

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

.-mt-\[15\%\] {
  margin-top: -15%;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-auto {
  margin-right: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.w-4 {
  width: 1rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

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

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

.w-\[70\%\] {
  width: 70%;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

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

.-rotate-90 {
  --tw-rotate: -90deg;
  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-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

.\!gap-0 {
  gap: 0px !important;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

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

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

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

.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-\[24px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

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

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

.place-self-end {
  place-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-nowrap {
  text-wrap: nowrap;
}

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

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

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

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

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

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.border-2 {
  border-width: 2px;
}

.border-\[2px\] {
  border-width: 2px;
}

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

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

.border-r {
  border-right-width: 1px;
}

.\!border-\[linear-gradient\(100deg\2c \#63B686_0\%\2c _\#137AB7_126\.16\%\)\] {
  border-color: linear-gradient(100deg,#63B686 0%, #137AB7 126.16%) !important;
}

.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#737780\] {
  --tw-border-opacity: 1;
  border-color: rgb(115 119 128 / var(--tw-border-opacity, 1));
}

.border-\[\#737780\]\/80 {
  border-color: rgb(115 119 128 / 0.8);
}

.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(209\2c 233\2c 222\2c 0\.30\)\] {
  border-color: rgba(209,233,222,0.30);
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.10\)\] {
  background-color: rgba(255,255,255,0.10);
}

.bg-dark-forest {
  --tw-bg-opacity: 1;
  background-color: rgb(4 7 7 / var(--tw-bg-opacity, 1));
}

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

.bg-soft-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(234 243 249 / var(--tw-bg-opacity, 1));
}

.bg-soft-blue-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 251 / var(--tw-bg-opacity, 1));
}

.bg-soft-green {
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 244 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-\[linear-gradient\(100deg\2c \#63B686_0\%\2c \#137AB7_126\.16\%\)\] {
  background-image: linear-gradient(100deg,#63B686 0%,#137AB7 126.16%);
}

.bg-\[linear-gradient\(99deg\2c \#63B686_-22\.34\%\2c \#137AB7_161\.62\%\)\] {
  background-image: linear-gradient(99deg,#63B686 -22.34%,#137AB7 161.62%);
}

.bg-\[linear-gradient\(99deg\2c \#63B686_21\.3\%\2c \#137AB7_93\.34\%\)\] {
  background-image: linear-gradient(99deg,#63B686 21.3%,#137AB7 93.34%);
}

.bg-\[linear-gradient\(99deg\2c \#63B686_21\.3\%\2c _\#137AB7_93\.34\%\)\] {
  background-image: linear-gradient(99deg,#63B686 21.3%, #137AB7 93.34%);
}

.bg-about-us-rn-card-4-bg {
  background-image: url('/public/image/about-us/recreation-management/about-us-rm-img-4.png');
}

.bg-feature-newsletter-bg-black {
  background-image: url('/public/image/our-feature/newsletter/feature-bg-ing.png');
}

.bg-home-hero-bg {
  background-image: url('/public/image/home-page/hero-section/home-hero-bg.png');
}

.bg-home-module-card-bg-1 {
  background-image: url('/public/image/home-page/our-modules/home-our-module-image-01.png');
}

.bg-home-module-card-bg-2 {
  background-image: url('/public/image/home-page/our-modules/home-our-module-image-02.png');
}

.bg-home-module-card-bg-3 {
  background-image: url('/public/image/home-page/our-modules/home-our-module-image-03.png');
}

.bg-home-module-card-bg-4 {
  background-image: url('/public/image/home-page/our-modules/home-our-module-image-04.png');
}

.bg-home-module-card-bg-5 {
  background-image: url('/public/image/home-page/our-modules/home-our-module-image-05.png');
}

.bg-home-module-card-bg-6 {
  background-image: url('/public/image/home-page/our-modules/home-our-module-image-06.png');
}

.bg-home-newsletter-bg {
  background-image: url('/public/image/home-page/newsletter/home-newsletter-bg.png');
}

.bg-home-our-feature-card-6-bg {
  background-image: url('/public/image/home-page/our-features/home-our-feature-image-06.png');
}

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

.fill-current {
  fill: currentColor;
}

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

.font-extralight {
  font-weight: 200;
}

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

.text-\[\#63B686\] {
  --tw-text-opacity: 1;
  color: rgb(99 182 134 / var(--tw-text-opacity, 1));
}

.text-\[\#D2D3D6\] {
  --tw-text-opacity: 1;
  color: rgb(210 211 214 / var(--tw-text-opacity, 1));
}

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

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

.text-charcoal-blue {
  --tw-text-opacity: 1;
  color: rgb(61 66 77 / var(--tw-text-opacity, 1));
}

.text-dark-forest {
  --tw-text-opacity: 1;
  color: rgb(4 7 7 / var(--tw-text-opacity, 1));
}

.text-muted-green {
  --tw-text-opacity: 1;
  color: rgb(99 182 134 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-gray {
  --tw-text-opacity: 1;
  color: rgb(88 92 103 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.shadow-\[0px_0px_29px_0px_rgba\(82\2c 169\2c 145\2c 0\.10\)\] {
  --tw-shadow: 0px 0px 29px 0px rgba(82,169,145,0.10);
  --tw-shadow-colored: 0px 0px 29px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.placeholder\:text-\[\#737780\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 119 128 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#737780\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 119 128 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#D2D3D6\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(210 211 214 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#D2D3D6\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(210 211 214 / var(--tw-text-opacity, 1));
}

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

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

.hover\:duration-700:hover {
  transition-duration: 700ms;
}

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

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

.focus\:border-dark-forest:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 7 7 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:border-\[\#63B686\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 182 134 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:-mt-\[20\%\] {
    margin-top: -20%;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-\[75\%\] {
    width: 75%;
  }

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\: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));
  }

  .md\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .md\:space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:-mt-\[30\%\] {
    margin-top: -30%;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }

  @media (min-width: 1024px) {
    .lg\:lg\:p-\[40px\] {
      padding: 40px;
    }
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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