@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
/*
! tailwindcss v3.1.8 | 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.
*/
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, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor;
}
/*
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-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;
}
/*
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;
}

:root {
  --color-primary: 0 35 60; /* #007161 - Default theme-properties */
  --color-secondary: 26 78 77; /* #1A4E4D */
  --color-hello: 0 176 185;
  --color-darkgreen: 170 195 175; /* #AAC3AF */
  --color-darkgray: 128 130 133; /* #808285 */
  /* sustainability */
  --color-climate: 242 101 34;
  --color-resource: 87 74 117;
  --color-sustainable: 32 150 159;
  --color-wellbeing: 109 177 68;
  --swiper-navigation-size: 70px;
  --swiper-theme-color: #007161;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.6;
  --edge-x: max(24px, calc((100vw - 1768px + 3rem) / 2));
}

/* Theme-specific color overrides */
.theme-group {
  --color-primary: 0 43 43; /* #B47B19 - Group theme color */
}

.theme-properties {
  --color-primary: 0 35 60; /* #007161 - Properties theme color (same as default) */
}

html {
  font-family: Roboto, "Microsoft JhengHei";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.7rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.75rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.2rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.05rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
/* BodyText 2 */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  /* BodyText 2 */
}

*,
::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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --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-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --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: ;
}

.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}

.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.aspect-w-11 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 11;
}

.aspect-w-11 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-5 {
  --tw-aspect-h: 5;
}

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-full {
  top: 100%;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-40 {
  bottom: 10rem;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2\/4 {
  top: 50%;
}

.-left-2 {
  left: -0.5rem;
}

.right-7 {
  right: 1.75rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.top-\[-30px\] {
  top: -30px;
}

.right-3 {
  right: 0.75rem;
}

.right-full {
  right: 100%;
}

.bottom-full {
  bottom: 100%;
}

.-right-6 {
  right: -1.5rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.left-full {
  left: 100%;
}

.-left-6 {
  left: -1.5rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-7 {
  top: 1.75rem;
}

.right-9 {
  right: 2.25rem;
}

.top-\[30px\] {
  top: 30px;
}

.left-\[40px\] {
  left: 40px;
}

.top-3 {
  top: 0.75rem;
}

.left-2 {
  left: 0.5rem;
}

.z-30 {
  z-index: 30;
}

.z-0 {
  z-index: 0;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.-z-10 {
  z-index: -10;
}

.z-20 {
  z-index: 20;
}

.z-\[5000\] {
  z-index: 5000;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-auto {
  grid-column: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.ml-0 {
  margin-left: 0px;
}

.-ml-8 {
  margin-left: -2rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mb-\[90px\] {
  margin-bottom: 90px;
}

.mr-\[40px\] {
  margin-right: 40px;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-20 {
  margin-right: 5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-auto {
  height: auto;
}

.h-screen {
  height: 100vh;
}

.h-6 {
  height: 1.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-20 {
  height: 5rem;
}

.h-\[365px\] {
  height: 365px;
}

.h-7 {
  height: 1.75rem;
}

.h-\[375px\] {
  height: 375px;
}

.h-4 {
  height: 1rem;
}

.h-\[420px\] {
  height: 420px;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-12 {
  height: 3rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.min-h-\[456px\] {
  min-height: 456px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-44 {
  width: 11rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-16 {
  width: 4rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-72 {
  width: 18rem;
}

.w-screen {
  width: 100vw;
}

.w-6 {
  width: 1.5rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-20 {
  width: 5rem;
}

.w-64 {
  width: 16rem;
}

.w-12 {
  width: 3rem;
}

.w-48 {
  width: 12rem;
}

.w-96 {
  width: 24rem;
}

.w-7 {
  width: 1.75rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-4 {
  width: 1rem;
}

.w-60 {
  width: 15rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-0 {
  width: 0px;
}

.w-\[305px\] {
  width: 305px;
}

.w-36 {
  width: 9rem;
}

.w-4\/5 {
  width: 80%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-auto {
  width: auto;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[60\%\] {
  max-width: 60%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.table-fixed {
  table-layout: fixed;
}

.translate-y-\[-50\%\] {
  --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));
}

.skew-y-\[-10deg\] {
  --tw-skew-y: -10deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-end {
  align-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.15rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.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 * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.2);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  word-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r-\[0px\] {
  border-right-width: 0px;
}

.border-l-\[0px\] {
  border-left-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-none {
  border-style: none;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-darkgray\/40 {
  border-color: rgba(128, 130, 133, 0.4);
  border-color: rgb(var(--color-darkgray) / 0.4);
}

.border-primary {
  border-color: rgb(0, 113, 97);
  border-color: rgb(var(--color-primary));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-secondary {
  border-color: rgb(26, 78, 77);
  border-color: rgb(var(--color-secondary));
}

.border-gray-500\/40 {
  border-color: rgba(107, 114, 128, 0.4);
}

.border-\[\#80828540\] {
  border-color: rgba(128, 130, 133, 0.25098);
}

.border-\[\#007161\] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 113, 97, var(--tw-border-opacity));
}

.border-darkgray\/10 {
  border-color: rgba(128, 130, 133, 0.1);
  border-color: rgb(var(--color-darkgray) / 0.1);
}

.border-transparent {
  border-color: transparent;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-secondary {
  background-color: rgb(26, 78, 77);
  background-color: rgb(var(--color-secondary));
}

.bg-\[\#3B7168\] {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 113, 104, var(--tw-bg-opacity));
}

.bg-\[\#f0f3ef\] {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 243, 239, var(--tw-bg-opacity));
}

.bg-primary {
  background-color: rgb(0, 113, 97);
  background-color: rgb(var(--color-primary));
}

.bg-gray-100\/40 {
  background-color: rgba(243, 244, 246, 0.4);
}

.bg-hello {
  background-color: rgb(0, 176, 185);
  background-color: rgb(var(--color-hello));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-\[\#f8f9f7\] {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 247, var(--tw-bg-opacity));
}

.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-800\/80 {
  background-color: rgba(31, 41, 55, 0.8);
}

.bg-darkgreen {
  background-color: rgb(170, 195, 175);
  background-color: rgb(var(--color-darkgreen));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.bg-climate {
  background-color: rgb(242, 101, 34);
  background-color: rgb(var(--color-climate));
}

.bg-resource {
  background-color: rgb(87, 74, 117);
  background-color: rgb(var(--color-resource));
}

.bg-sustainable {
  background-color: rgb(32, 150, 159);
  background-color: rgb(var(--color-sustainable));
}

.bg-wellbeing {
  background-color: rgb(109, 177, 68);
  background-color: rgb(var(--color-wellbeing));
}

.bg-\[\#f5f8f9\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 248, 249, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.bg-primary\/80 {
  background-color: rgba(0, 113, 97, 0.8);
  background-color: rgb(var(--color-primary) / 0.8);
}

.bg-transparent {
  background-color: transparent;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/70 {
  --tw-gradient-from: rgba(0, 0, 0, 0.7);
  --tw-gradient-to: rgba(0, 0, 0, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgba(0, 0, 0, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-15 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-0 {
  padding-left: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.text-lg {
  font-size: 18px;
  line-height: 26px;
}

.text-base {
  font-size: 16px;
  line-height: 24px;
}

.text-sm {
  font-size: 14px;
  line-height: 18px;
}

.text-xs {
  font-size: 12px;
  line-height: 16px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xxs {
  font-size: 10px;
  line-height: 14px;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3.25rem;
  line-height: 4.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-primary {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.text-green {
  color: rgb(0, 113, 97);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-hello {
  color: rgb(0, 176, 185);
  color: rgb(var(--color-hello));
}

.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-\[\#808285\] {
  --tw-text-opacity: 1;
  color: rgba(128, 130, 133, var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-climate {
  color: rgb(242, 101, 34);
  color: rgb(var(--color-climate));
}

.text-resource {
  color: rgb(87, 74, 117);
  color: rgb(var(--color-resource));
}

.text-sustainable {
  color: rgb(32, 150, 159);
  color: rgb(var(--color-sustainable));
}

.text-wellbeing {
  color: rgb(109, 177, 68);
  color: rgb(var(--color-wellbeing));
}

.text-\[\#007161\] {
  --tw-text-opacity: 1;
  color: rgba(0, 113, 97, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(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: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-black\/5 {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/30 {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/10 {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 0 rgba(0, 0, 0, 0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 0 rgba(0, 0, 0, 0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.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, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  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-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, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.animation-delay-100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.animation-delay-200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.animation-delay-400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
/* import only works on the file head 
 * https://tailwindcss.com/docs/using-with-preprocessors#build-time-imports
 */
.site-container {
  max-width: 1768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content-container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content-container-sm {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.lock-scroll {
  height: 100vh;
  overflow: hidden;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes fill {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}
/* common */
#root {
  overflow: hidden;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
}

.swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-size: 24px;
}

.swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
}

.swiper-button-next:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-size: 24px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }

  .swiper-button-next {
    right: max(24px, calc((100vw - 1768px + 3rem) / 2));
    right: var(--edge-x, 24px);
  }

  .swiper-button-prev {
    left: max(24px, calc((100vw - 1768px + 3rem) / 2));
    left: var(--edge-x, 24px);
  }
}

.btn-primary,
.btn-secondary {
  align-items: center;
  text-align: center;
  min-width: 210px;
  border: 1px solid;
  transition: all 0.2s;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.btn-primary {
  border-color: rgb(0, 113, 97);
  border-color: rgb(var(--color-primary));
  background-color: rgb(0, 113, 97);
  background-color: rgb(var(--color-primary));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:hover {
  border-color: rgb(26, 78, 77);
  border-color: rgb(var(--color-secondary));
  background-color: rgb(26, 78, 77);
  background-color: rgb(var(--color-secondary));
}

.btn-primary.white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  header#site-header.btn-primary.white .active > a,
  header#site-header.btn-primary.white .hover > a {
    color: rgb(0, 113, 97);
    color: rgb(var(--color-primary));
  }

  header#site-header.btn-primary.white .active > a:after,
  header#site-header.btn-primary.white .hover > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 5px;
    background-color: rgb(0, 113, 97);
    background-color: rgb(var(--color-primary));
    -webkit-animation: menu-bar-fill 0.2s forwards ease-out;
    animation: menu-bar-fill 0.2s forwards ease-out;
  }
}

header#site-header.btn-primary.white {
  color: #000;
  background: #fff;
  transition: 0.2s all;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
}

header#site-header.btn-primary.white .logo-color {
  display: block;
}

header#site-header.btn-primary.white .logo-white {
  display: none;
}

header#site-header.btn-primary.white .top-nav > a:hover {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.btn-primary.white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: rgba(255, 255, 255, 0.2);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary {
  border-color: rgb(0, 113, 97);
  border-color: rgb(var(--color-primary));
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.btn-secondary:hover {
  border-color: rgb(26, 78, 77);
  border-color: rgb(var(--color-secondary));
  background-color: rgb(26, 78, 77);
  background-color: rgb(var(--color-secondary));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary.white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary.white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: rgba(255, 255, 255, 0.2);
}
/* v-tab */
.tab-fade,
.tab-fade-enter-active,
.tab-fade-leave-active {
  transition: all 0.2s ease-out;
}

.tab-fade-enter-from,
.tab-fade-leave-to {
  opacity: 0;
}

.tab-fade-leave-active {
  position: absolute;
  top: 0;
}
/* HOME */
#home-banners {
  position: relative;
}

/* Mobile responsive banner layout */
#home-banners .banner-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
}

#home-banners .banner-content-section {
  width: 100%;
  /* background-color: #16a085; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  order: 2;
  height: 50vh;
  overflow: hidden;
}

#home-banners .banner-media-section {
  width: 100%;
  position: relative;
  order: 1;
  height: 50vh;
  background-color: #333; /* Temporary debug color */
}

@media (min-width: 768px) {
  #home-banners .banner-container {
    flex-direction: row;
    height: 600px;
  }

  #home-banners .banner-content-section {
    width: 50%;
    order: 1;
    padding: 0;
    background-color: #16a085;
    height: 100%;
  }

  #home-banners .banner-media-section {
    width: 50%;
    order: 2;
    height: 100%;
    min-height: 50vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #home-banners .banner-container {
    height: auto; /* Remove fixed height for tablet */
    min-height: auto; /* Remove minimum height constraint */
  }

  #home-banners .banner-content-section {
    height: 90vh; /* Remove fixed height for content section */
  }

  #home-banners .banner-media-section {
    height: 90vh; /* Remove fixed height for media section */
  }

  #home-banners .caption-swiper {
    height: auto; /* Remove fixed height for caption swiper */
  }

  #home-banners .caption-swiper .swiper-wrapper,
  #home-banners .caption-swiper .swiper-slide {
    height: auto; /* Remove fixed height for caption swiper elements */
  }

  #home-banners .media-swiper {
    height: auto; /* Remove fixed height for media swiper */
  }

  #home-banners .media-swiper .swiper-wrapper,
  #home-banners .media-swiper .swiper-slide {
    height: auto; /* Remove fixed height for media swiper elements */
  }
}

@media (min-width: 1024px) {
  #home-banners .banner-container {
    height: 906px;
  }
}

#home-banners .media-swiper {
  z-index: auto;
  padding-bottom: 0;
  height: 100%;
}

#home-banners .media-swiper .swiper-wrapper,
#home-banners .media-swiper .swiper-slide {
  height: 100%;
}

#home-banners .media-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

#home-banners .media-swiper .swiper-slide img,
#home-banners .media-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#home-banners:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  display: none;
}

/* .theme-properties #home-banners:before {
  background-image: url("../images/home/themebar_properties_mobile.jpg");
}

.theme-group #home-banners:before {
  background-image: url("../images/home/themebar_group_mobile.jpg");
  background-size: cover;
} */

#home-banners .swiper-pagination {
  position: relative;
  text-align: left;
}

#home-banners .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  height: 4px;
  width: 40px;
  border-radius: 0;
  opacity: 1;
}

#home-banners .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

#home-banners .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

#home-banners .swiper-pagination .swiper-pagination-bullet-active:after {
  -webkit-animation-name: fill;
  animation-name: fill;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#home-banners .plyr--video {
  height: 100%;
}

#home-banners .title-swiper .swiper-slide-active {
  pointer-events: none;
}

#home-banners .title-swiper .swiper-slide-active > * {
  pointer-events: all;
}

#home-banners .caption-swiper {
  height: 100%;
  width: 100%;
}

#home-banners .caption-swiper .swiper-wrapper,
#home-banners .caption-swiper .swiper-slide {
  height: 100%;
}

#home-banners .btn-playback {
  right: max(24px, calc((100vw - 1768px + 3rem) / 2));
  right: var(--edge-x, 24px);
}

#home-banners .pagination-nav {
  left: max(24px, calc((100vw - 1768px + 3rem) / 2));
  left: var(--edge-x, 24px);
}

@media (min-width: 1024px) {
  #home-banners .media-swiper {
    //padding-left: 269px;
    padding-bottom: 0;
  }

  #home-banners:before {
    background-position: top left;
    width: 482px;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
  }

  #home-banners .swiper-pagination {
    z-index: 20;
  }

  #home-banners .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
  }

  /* .theme-properties #home-banners:before {
    background-image: url("../images/home/themebar_properties.png");
  }

  .theme-group #home-banners:before {
    background-image: url("../images/home/themebar_group.png");
  } */
}

#home-animation {
  width: 100% !important;
}

#home-animation {
  background: #fff;
  height: 100vh;
  overflow: hidden;
}
/* fix scroll magic resize not fit the screen in between*/
#home-animation .scene {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#home-scene-1 {
  background-color: #f1f1f1;
}

#home-scene-1-circle-bg {
  width: 500px;
  height: 500px;
  background-color: #fff;
  border-radius: 50%;
}

#home-scene-1-gray-logo {
  position: absolute;
}

#home-scene-1-txt-1,
#home-scene-1-txt-2 {
  position: absolute;
}

#home-scene-2-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1920px;
  height: 1920px;
  z-index: 60;
  display: flex;
  align-items: center;
}

#home-scene-2-mask-svg {
  transform-origin: 48.7% 50.2%;
}

@media (min-width: 1024px) {
  #home-scene-2-mask-svg {
    transform-origin: 49.2% 47%;
  }
}

#home-scene-2-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-wrapper {
  background: url("../images/home/home_pattern.jpg") top center no-repeat;
  background-size: contain;
}

.bg-card-news {
  background: url("../images/home/card_investor_news_bg.jpg") right bottom
    no-repeat;
}

.bg-card-report {
  background: url("../images/home/card_report_bg.jpg") center center no-repeat;
}

.bg-property {
  overflow: hidden;
  z-index: 10;
  position: absolute;
}

.bg-property:before {
  background-color: rgba(26, 78, 77, 0.8);
  background-color: rgb(var(--color-secondary) / 0.8);
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  z-index: -1;
  left: -10%;
  top: 85%;
  transform: rotate(-15deg);
  transform-origin: top left;
}
/* @keyframes{} */
.project-swiper .swiper-slide {
  transition: all 0.5s;
}

.project-swiper .swiper-slide a {
  transition: all 0.5s;
  pointer-events: none;
}

.project-swiper .swiper-slide-active > a {
  transform: scale(1.1);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.project-swiper .title,
.project-swiper .desc {
  opacity: 0;
  transition: opacity 0.5s;
}

.project-swiper .bg-property:before {
  width: 0;
  opacity: 0;
  transition: width 0s 0.5s, opacity 0.3s 0.2s;
}

.project-swiper .swiper-slide-active {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.project-swiper .swiper-slide-active .title,
.project-swiper .swiper-slide-active .desc {
  opacity: 1;
  transition: opacity 0.2s 0.3s;
}

.project-swiper .swiper-slide-active .bg-property:before {
  width: 120%;
  opacity: 1;
  transition: width 0.5s, opacity 0s;
}

.breadcrumb__arrow {
  position: relative;
  top: -1px;
  opacity: 0.4;
  width: 14px;
}

.breadcrumb__arrow img {
  width: 100%;
  height: auto;
}

.article-breadcrumb .content-container {
  padding: 0 !important;
}

.article-breadcrumb .content-container .breadcrumb a:hover {
  color: #fff !important;
  opacity: 0.7 !important;
}

.blockquote {
  position: relative;
  padding: 70px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

.blockquote:before,
.blockquote:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
}

.blockquote:before {
  top: 20px;
  left: 20px;
  background-image: url("../images/Icon/quote_start.svg");
}

.blockquote:after {
  bottom: 20px;
  right: 20px;
  background-image: url("../images/Icon/quote_end.svg");
}

.blockquote .blockquote-inner {
  max-width: 992px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .blockquote {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 105px;
    padding-bottom: 40px;
  }

  .blockquote:before,
  .blockquote:after {
    width: 86px;
    height: 86px;
  }

  .blockquote:before {
    left: 60px;
  }

  .blockquote:after {
    right: 60px;
  }
}

.cta-btn {
  border-color: rgb(0, 113, 97);
  border-color: rgb(var(--color-primary));
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
  padding: 0.75rem;
  min-width: 220px;
  border: 1px solid;
  font-weight: bold;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.cta-btn:hover {
  background-color: rgb(0, 113, 97);
  background-color: rgb(var(--color-primary));
  color: #fff;
}

.cta-btn-white {
  padding: 0.75rem;
  min-width: 220px;
  color: white;
  border: 1px solid white;
  font-weight: bold;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.cta-btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  header#site-header.cta-btn-white:hover .active > a,
  header#site-header.cta-btn-white:hover .hover > a {
    color: rgb(0, 113, 97);
    color: rgb(var(--color-primary));
  }

  header#site-header.cta-btn-white:hover .active > a:after,
  header#site-header.cta-btn-white:hover .hover > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 5px;
    background-color: rgb(0, 113, 97);
    background-color: rgb(var(--color-primary));
    -webkit-animation: menu-bar-fill 0.2s forwards ease-out;
    animation: menu-bar-fill 0.2s forwards ease-out;
  }
}

header#site-header.cta-btn-white:hover {
  color: #000;
  background: #fff;
  transition: 0.2s all;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
}

header#site-header.cta-btn-white:hover .logo-color {
  display: block;
}

header#site-header.cta-btn-white:hover .logo-white {
  display: none;
}

header#site-header.cta-btn-white:hover .top-nav > a:hover {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.cta-btn-white:hover {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}
/* property detail page */
.property-detail-qrcode {
  width: 180px;
}

.property-detail-social-icon {
  margin-right: 15px;
  border: 1px solid #007161;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color 0.2s ease-out;
}

.property-detail-social-icon:hover {
  background-color: #007161;
}
/* Twelement modal style */
.modal-open,
.modal {
  padding-right: 0 !important;
}

.modal-backdrop.show {
  opacity: 0.8;
}
/* MediaGallery Swiper */
.MediaGallerySwiper__pagination {
  bottom: -20px !important;
}

.MediaGallerySwiper__navigation .swiper-button-next {
  right: 0px;
}

.MediaGallerySwiper__navigation .swiper-button-prev {
  left: 0px;
}
/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
}

.flickity-viewport {
  overflow: visible;
}

.flickity-slider {
  transition: transform 0.3s ease-out;
  display: flex;
  align-items: flex-end;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
  display: none;
}

@media (min-width: 1024px) {
  .flickity-prev-next-button.previous,
  .flickity-prev-next-button.next {
    display: flex;
    width: 70px;
    height: 70px;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    justify-content: center;
    align-items: center;
    color: rgb(0, 113, 97);
    color: rgb(var(--color-primary));
  }

  .flickity-prev-next-button.previous svg,
  .flickity-prev-next-button.next svg {
    display: none;
  }
}

.flickity-prev-next-button.previous:after {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-size: 24px;
}

.flickity-prev-next-button.next:after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-size: 24px;
}

.flickity-button:disabled {
  display: none;
}

.gallery-carousel .carousel-cell {
  height: 300px;
  margin-right: 20px;
}

.gallery-carousel .carousel-cell img {
  height: 100%;
  transition: height 0.3s ease-out;
}

.gallery-carousel .carousel-cell .gallery-img-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
}

.gallery-carousel .carousel-cell .gallery-img-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: height 0.3s ease-out;
}

.gallery-carousel .carousel-cell:not(.is-selected) img {
  height: 90%;
}

.gallery-carousel .carousel-cell:not(.is-selected) .gallery-img-overlay {
  height: 90%;
  opacity: 1;
}

.gallery-carousel .carousel-cell .gallery-play-btn {
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
}

@media (min-width: 1024px) {
  .gallery-carousel .carousel-cell {
    height: 500px;
    margin-right: 60px;
  }

  .gallery-carousel .carousel-cell .gallery-play-btn {
    top: calc(50% - 3rem);
    left: calc(50% - 3rem);
  }
}

.carousel-container:after {
  content: "";
  width: 100vw;
  height: 250px;
  background-color: rgba(204, 219, 223, 0.3);
  position: absolute;
  background-size: cover;
  left: 0;
  margin-top: -150px;
  z-index: -1;
}

@media (min-width: 1024px) {
  .carousel-container:after {
    height: 400px;
    margin-top: -300px;
  }
}
/* Property listing */
/* Listing Filter Form */
.listing-filterform__dropdown {
  min-width: 200px;
  background-image: url("../images/Icon/black/icon_filter_arrow_down.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.listing-filterform__dropdown option:checked {
  background-color: #007161 !important;
}

.listing-filterform__dropdown option:checked {
  color: #fff;
}

.mobile-filter-submit-reset {
  width: calc(100% - 3.5rem);
}
/* multiselect */
.career-filter .SumoSelect {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 1024px) {
  .career-filter .SumoSelect {
    width: auto;
  }
}

.career-filter .SumoSelect > .CaptionCont {
  border-color: rgba(128, 130, 133, 0.4);
  border-color: rgb(var(--color-darkgray) / 0.4);
  padding: 0.75rem 1.75rem 0.75rem 1.25rem;
}

.career-filter .SumoSelect > .CaptionCont label > i {
  background-image: url(../images/Icon/black/icon_filter_arrow_down.svg);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

.career-filter .SumoSelect .optWrapper {
  top: calc(35px + 0.75rem);
}

.career-filter .SumoSelect .optWrapper .selected span i {
  background-color: rgb(0, 113, 97) !important;
  background-color: rgb(var(--color-primary)) !important;
}

.career-selected-item {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: rgba(170, 195, 175, 0.2);
  background-color: rgb(var(--color-darkgreen) / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-right: 0.75rem;
}

.video-play-btn {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
}

@media (min-width: 768px) {
  .video-play-btn {
    top: calc(50% - 3rem);
    left: calc(50% - 3rem);
  }
}
/* tab */
.nav-tabs .nav-link.active {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
  border-color: rgb(0, 113, 97);
  border-color: rgb(var(--color-primary));
}
/* leftright swiper */
.left-right__swiper-pagination {
  text-align: center;
  margin-top: 12px;
}

.left-right__swiper-pagination.desktop .swiper-pagination-bullet {
  background-color: rgba(128, 130, 133, 0.3);
  background-color: rgb(var(--color-darkgray) / 0.3);
}

.left-right__swiper-pagination.desktop .swiper-pagination-bullet-active {
  background-color: rgb(0, 113, 97);
  background-color: rgb(var(--color-primary));
}

.left-right__swiper-pagination.mobile .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}

.left-right__swiper-pagination.mobile .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  header#site-header.left-right__swiper-pagination.mobile
    .swiper-pagination-bullet-active
    .active
    > a,
  header#site-header.left-right__swiper-pagination.mobile
    .swiper-pagination-bullet-active
    .hover
    > a {
    color: rgb(0, 113, 97);
    color: rgb(var(--color-primary));
  }

  header#site-header.left-right__swiper-pagination.mobile
    .swiper-pagination-bullet-active
    .active
    > a:after,
  header#site-header.left-right__swiper-pagination.mobile
    .swiper-pagination-bullet-active
    .hover
    > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 5px;
    background-color: rgb(0, 113, 97);
    background-color: rgb(var(--color-primary));
    -webkit-animation: menu-bar-fill 0.2s forwards ease-out;
    animation: menu-bar-fill 0.2s forwards ease-out;
  }
}

header#site-header.left-right__swiper-pagination.mobile
  .swiper-pagination-bullet-active {
  color: #000;
  background: #fff;
  transition: 0.2s all;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
}

header#site-header.left-right__swiper-pagination.mobile
  .swiper-pagination-bullet-active
  .logo-color {
  display: block;
}

header#site-header.left-right__swiper-pagination.mobile
  .swiper-pagination-bullet-active
  .logo-white {
  display: none;
}

header#site-header.left-right__swiper-pagination.mobile
  .swiper-pagination-bullet-active
  .top-nav
  > a:hover {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

/* Group site specific styling - blue hover for menu items */
header#site-header.theme-group.bg-white .active > a,
header#site-header.theme-group.bg-white .hover > a {
  color: #002b2b; /* Blue color for group site */
}

header#site-header.theme-group.bg-white .active > a:after,
header#site-header.theme-group.bg-white .hover > a:after {
  background-color: #002b2b; /* Blue underline for group site */
}

/* Group site specific styling - blue hover for top navigation */
header#site-header.theme-group .top-nav a:hover {
  color: #002b2b !important; /* Blue hover for top nav on group site */
}

header#site-header.theme-group .lang-switcher a:hover {
  color: #002b2b !important; /* Blue hover for language switcher on group site */
}

.left-right__swiper-pagination .swiper-pagination-bullet {
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.leftright-swiper-container {
  min-height: 450px;
}
/* RTE custom table */
.custom-table-green table {
  width: 100%;
}

.custom-table-green table tbody tr:not(.table-header) {
  border-bottom-width: 1px;
  border-color: rgba(128, 130, 133, 0.4);
  border-color: rgb(var(--color-darkgray) / 0.4);
}

.custom-table-green table tbody tr:not(.table-header) td {
  padding: 40px 32px;
}

.custom-table-green table tbody tr:not(.table-header) td:last-child {
  padding-right: 0px;
  text-align: right;
}

.custom-table-green table tbody tr.table-header {
  background-color: #3b7168;
  font-weight: bold;
  color: #fff;
}

.custom-table-green table tbody tr.table-header th {
  text-align: left;
  padding: 18px 32px;
}

.custom-table-green table tbody tr.table-header th:last-child {
  text-align: right;
}

.custom-table-green2.textArea td,
.custom-table-green2.textArea th {
  border: none;
}

.custom-table-green2 table {
  width: 100%;
}

.custom-table-green2 table thead tr {
  background-color: #3b7168;
  font-weight: bold;
  color: #fff;
}

.custom-table-green2 table thead tr th {
  text-align: left;
  padding: 18px 32px;
}

.custom-table-green2 table tbody tr {
  border-bottom-width: 1px;
  border-color: rgba(128, 130, 133, 0.4);
  border-color: rgb(var(--color-darkgray) / 0.4);
}

.custom-table-green2 table tbody tr td {
  padding: 40px 32px;
}

.custom-table-gray.textArea td,
.custom-table-gray.textArea th {
  border: none;
}

.custom-table-gray table {
  width: 100%;
}

.custom-table-gray table thead {
  font-weight: bold;
}

.custom-table-gray table tr {
  border-bottom-width: 1px;
  border-color: rgba(128, 130, 133, 0.4);
  border-color: rgb(var(--color-darkgray) / 0.4);
}

.custom-table-gray table tr td,
.custom-table-gray table tr th {
  padding: 32px;
}

.custom-table-gray table tr td:first-child,
.custom-table-gray table tr th:first-child {
  background-color: #f1f1f1;
  font-weight: normal;
  text-align: left;
}

.custom-table-gray table tr td:not(:first-child),
.custom-table-gray table tr th:not(:first-child) {
  text-align: right;
}

.financial-swiper-section {
  height: 450px;
}

@media (min-width: 1024px) {
  .financial-swiper-section {
    height: 650px;
  }
}

.virtual-tour-section {
  height: 550px;
}

.virtual-tour-section .phone-frame {
  height: 300px;
  bottom: 115px;
}

@media (min-width: 768px) {
  .virtual-tour-section {
    height: 650px;
  }

  .virtual-tour-section .phone-frame {
    height: 540px;
    bottom: 0;
  }
}

.filter-toggle,
.tenant-login-btn {
  width: calc(50% + 1px);
}

@media (min-width: 1024px) {
  .filter-toggle,
  .tenant-login-btn {
    width: auto;
  }
}

.filter-toggle {
  border-right: 0;
}

.left-edge {
  left: max(24px, calc((100vw - 1768px + 3rem) / 2));
  left: var(--edge-x, 24px);
}

.right-edge {
  right: max(24px, calc((100vw - 1768px + 3rem) / 2));
  right: var(--edge-x, 24px);
}

.no-scrollbar-style {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.no-scrollbar-style::-webkit-scrollbar {
  display: none;
}
/* Divider for list items: | */
.divider-vert {
  display: inline-block;
  border-right: 1px solid rgba(128, 130, 133, 0.28627);
}

.divider-horz {
  display: block;
  border-bottom: 1px solid rgba(128, 130, 133, 0.28627);
}

.text-in-line {
  display: flex;
  align-items: center;
}

.text-in-line:before,
.text-in-line:after {
  content: "";
  flex: 1 1 0%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.text-in-line:before {
  margin-right: 1rem;
}

.text-in-line:after {
  margin-left: 1rem;
}

.clearfix::after {
  clear: both;
  content: var(--tw-content);
  display: table;
}

.textArea ul,
.textArea ol {
  list-style-type: revert;
  margin-left: 30px;
}

.textArea ul li,
.textArea ol li {
  list-style-type: revert;
}

.textArea p {
  margin-bottom: 1.25rem;
}

.textArea .cardDesc p {
  margin-bottom: 0.25rem;
}

.textArea.small-txt {
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .textArea.small-txt {
    font-size: 14px;
    line-height: 18px;
  }
}

.textArea.small-txt p {
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .textArea.small-txt p {
    font-size: 14px;
    line-height: 18px;
  }
}

.textArea.large-txt {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .textArea.large-txt {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.textArea.large-txt p {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .textArea.large-txt p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.textArea.largest-txt {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .textArea.largest-txt {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.textArea.largest-txt p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .textArea.largest-txt p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.textArea table {
  width: 100%;
}

.textArea table tr th,
.textArea table tr td {
  border: 1px solid #000;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .textArea table tr th,
  .textArea table tr td {
    padding: 1rem;
  }
}

.textArea a {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
  transition: all 0.2s ease-out;
  font-weight: bold;
}

.textArea a:hover {
  color: rgb(26, 78, 77);
  color: rgb(var(--color-secondary));
}

.textarea.raw p {
  margin: 0;
}

.common-spacing {
  height: var(--common-spacing-sm);
}

@media (min-width: 768px) {
  .common-spacing {
    height: var(--common-spacing-lg);
  }
}

.page-banner {
  max-height: 600px;
  overflow: hidden;
  margin-top: 0;
}

.page-banner-bg {
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner-sm .content-container {
  padding-top: 20px;
  padding-bottom: 35px;
}

.page-banner-sm .page-banner-bg {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .page-banner-bg {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .page-banner-bg {
    height: 550px;
  }
}

@media (min-width: 1280px) {
  .page-banner {
    margin-top: 79px;
  }

  .page-banner-bg {
    height: 600px;
  }
}

.page-banner-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.btn-arrow {
  position: relative;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(128, 130, 133, 0.2);
  color: #000;
  padding-right: 40px;
  text-align: left;
}

.btn-arrow-inner {
  width: calc(100% - 25px);
}

.btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/Icon/black/icon_arrow_right.svg") no-repeat center;
  background-size: contain;
  transition: background 0.2s;
}

.btn-arrow:hover {
  color: #fff;
}

.btn-arrow:hover:after {
  background: url("../images/Icon/white/icon_arrow_right.svg") no-repeat center;
  background-size: contain;
}

.btn-arrow:hover .btn-icon-default {
  opacity: 0;
}

.btn-arrow:hover .btn-icon-active {
  opacity: 1;
}

.btn-icon {
  position: relative;
  margin-right: 18px;
  width: 24px;
  height: 24px;
}

.btn-icon img {
  width: 100%;
  height: auto;
}

.btn-icon-default,
.btn-icon-active {
  position: absolute;
  transition: opacity 0.2s ease;
}

.btn-icon-default {
  opacity: 1;
}

.btn-icon-active {
  opacity: 0;
}

.article {
  position: relative;
  min-height: 300px;
  margin: 40px 0;
}

.article-banner {
  overflow: visible !important;
}

.article-wrapper {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.article-image {
  width: 100%;
}

.article-content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px 23px;
}

.article-content-inner {
  position: relative;
}

.article-category {
  margin-bottom: 10px;
  font-weight: bold;
  color: #808285;
}

.article-headline {
  margin-bottom: 15px;
}

.article-btn {
  margin-top: 20px;
}

.article-btn .btn {
  width: 100%;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .article {
    margin: 45px 0 135px;
  }

  .article.img-right .article-image {
    margin-left: auto;
  }

  .article.img-right .article-content {
    left: 1.5rem;
  }

  .article.img-right .article-bg-box {
    left: -100px;
  }

  .article.img-left .article-content {
    right: 1.5rem;
  }

  .article.img-left .article-bg-box {
    right: -100px;
  }

  .article-wrapper {
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .article-image {
    width: 55%;
    min-height: 200px;
  }

  .article-headline {
    margin-bottom: 20px;
  }

  .article-content {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
    width: 46%;
    padding: 45px 35px;
    max-width: 560px;
    display: flex;
    align-items: center;
  }

  .article-btn {
    margin-top: 30px;
  }

  .article-btn .btn {
    width: auto;
  }

  .article-bg-box {
    position: absolute;
    z-index: -1;
    bottom: -50px;
    background-color: #eff4f5;
    width: calc(50% + 100px);
    height: 380px;
  }

  .article-group:before,
  .article-group:after {
    content: "";
    display: table;
  }

  .article-group:after {
    clear: both;
  }
}

@media (min-width: 1280px) {
  .article {
    margin: 85px 0 175px;
  }

  .article-image {
    width: 63%;
  }

  .article-content {
    width: 41%;
    min-height: 430px;
  }

  .article-bg-box {
    height: 490px;
    bottom: -90px;
  }
}

.article-large {
  margin: 20px 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.article-large .content-container {
  padding-left: 0;
  padding-right: 0;
}

.article-large .article-content {
  padding-top: 25px;
  padding-bottom: 30px;
  background: transparent;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .article-large {
    background-color: transparent;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .article-large .content-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .article-large .article-content {
    padding-top: 40px;
    padding-bottom: 60px;
    background: #fff;
  }

  .article-large .article-bg-box {
    bottom: 0;
    background-color: #eff4f5;
    width: calc(75% + 100px);
    height: 100%;
  }
}

.article-swiper {
  background-color: #eff4f5;
  padding-bottom: 20px;
}

.article-swiper .swiper-button-next,
.article-swiper .swiper-button-prev {
  display: flex;
  position: relative;
  top: 0;
  left: auto;
  left: initial;
  right: auto;
  right: initial;
  margin: 0;
  width: 50px;
  height: 50px;
  box-shadow: none;
  border: 1px solid #007161;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
}

.article-swiper .swiper-button-next:after,
.article-swiper .swiper-button-prev:after {
  -webkit-text-stroke: 1px white;
  transition: all 0.3s ease-out;
}

.article-swiper .swiper-button-next:hover,
.article-swiper .swiper-button-prev:hover {
  background-color: #1a4e4d;
}

.article-swiper .swiper-button-next:hover:after,
.article-swiper .swiper-button-prev:hover:after {
  -webkit-text-stroke: 1px #1a4e4d;
  color: white;
}

.article-swiper .swiper-button-next {
  margin-left: 20px;
}

.article-swiper .swiper-btn {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: flex;
  width: 140px;
  height: 60px;
}

@media (min-width: 1024px) {
  .article-swiper {
    background-color: transparent;
    padding: 0 20px;
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  .article-swiper .swiper-button-next,
  .article-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
  }

  .article-swiper .swiper-btn {
    right: 45px;
    bottom: 25px;
  }

  .article.img-left .article-swiper .article-content {
    right: 0;
  }
}
/* Slideshow */
/* thumb */
.thumb-swiper {
  width: 100%;
  /* .swiper-button-prev, .swiper-button-next{opacity:1;width:100px;height:100%;border-radius:0;box-shadow:0 none;margin:0;top:0;}*/
}

.thumb-swiper .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-swiper-holder .swiper-button-next,
.thumb-swiper-holder .swiper-button-prev {
  box-shadow: none;
}

.thumb-swiper-holder .swiper-button-prev {
  left: 0;
}

.thumb-swiper-holder .swiper-button-next {
  right: 0;
}

@media (min-width: 1024px) {
  .thumb-swiper {
    width: calc(100% - 155px);
  }
}

.cover-container {
  max-width: 500px;
}

.cover-container-img {
  width: 170px;
  margin: 0 auto;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2);
}

.cover-container-img img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .cover-container {
    padding: 0 10px;
  }

  .cover-container-img {
    width: 170px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .cover-container-img img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .cover-container-content {
    width: calc(100% - 170px);
  }
}

@media (min-width: 1280px) {
  .cover-container-img {
    box-shadow: 0 22px 24px 0 rgba(0, 0, 0, 0.2);
  }
}
/* milestones swiper */
.milestones-swiper {
  background-position: right -10px bottom 20px;
  background-size: 80%;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .milestones-swiper {
    background-position: left 30px center;
    background-size: 28%;
  }
}

.milestones-swiper .swiper-wrapper {
  padding-bottom: 80px;
}

.milestones-content {
  position: relative;
  top: 10px;
  opacity: 0.4;
  transition: top 0.6s ease-out, opacity 0.6s ease-out;
}

@media (min-width: 1024px) {
  .milestones-slide .milestones-img {
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
}

.milestones-slide .milestones-img img {
  max-height: 350px;
  opacity: 0.3;
  transform: scale(1.1);
  transition: opacity 0.6s ease-out, transform 1s ease-out;
}

@media (min-width: 1024px) {
  .milestones-slide .milestones-img img {
    max-height: 550px;
  }
}

.milestones-slide.swiper-slide-active .milestones-content {
  top: 0;
  opacity: 1;
}

.milestones-slide.swiper-slide-active .milestones-img img {
  opacity: 1;
  transform: scale(1);
}

.milestones-swiper .swiper-pagination-holder {
  max-width: 1140px;
  width: 100%;
  margin: -20px auto 20px;
  padding: 0 24px;
}

.milestones-swiper .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 0;
}

.milestones-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
  width: 40px;
  border-radius: 0;
  opacity: 1;
}

.milestones-swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

.milestones-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
  -webkit-animation-name: fill;
  animation-name: fill;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.milestones-swiper .swiper-pagination {
  z-index: 20;
}

.milestones-swiper .swiper-pagination .swiper-pagination-bullet {
  width: calc(100% - 50px);
  display: none;
}

.milestones-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: block;
}

.swiper-pagination-holder {
  position: relative;
  z-index: 99;
}

.swiper-pagination-btn-holder {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.swiper-pagination-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #235854;
  text-align: center;
}

.swiper-pagination-btn img {
  width: 16px;
  padding: 8px 0;
}

.milestones-swiper
  .swiper-pagination
  .swiper-pagination-bullet-active.paused:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-name: initial;
  animation-name: initial;
}

@media (min-width: 1024px) {
  .milestones-swiper .swiper-pagination-holder {
    width: 59%;
  }

  .swiper-pagination-btn {
    width: 40px;
    height: 40px;
  }

  .swiper-pagination-btn-holder {
    right: 15px;
  }

  .milestones-swiper .swiper-pagination .swiper-pagination-bullet {
    width: calc(100% - 60px);
  }

  .swiper-pagination-btn img {
    width: 24px;
  }
}

.milestones-tab {
  padding-bottom: 45px;
}

.milestones-tab-item {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.milestones-tab-item:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.milestones-tab-item:hover {
  opacity: 1;
}

.milestones-tab-item.active {
  opacity: 1;
}

.milestones-tab-item.active:after {
  width: 100%;
}

@media (min-width: 1024px) {
  .milestones-tab-item:after {
    bottom: -15px;
  }
}
/* Sustainability */
.sustainability-circle {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  width: 80vw;
  height: 80vw;
  border-radius: 50%;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 33px;
}

.sustainability-circle .circle-slide {
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sustainability-circle .circle-slide-default {
  display: block;
  z-index: 0;
}

@media (min-width: 1280px) {
  .sustainability-container {
    position: relative;
    padding: 122px;
  }

  .sustainability-circle {
    padding: 58px;
  }
}

.swiper-pagination.color-primary {
  --swiper-pagination-bullet-inactive-color: #808285;
  --swiper-pagination-color: #007161;
}
/* Chart */
.chart-holder {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 50px 0 120px;
}

.chart-holder #bar-chart {
  width: 100%;
  height: 100%;
}

.chart-holder #bar-chart span.data {
  display: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}

.chart-holder #bar-chart .x-label {
  display: block;
  margin: 5px auto 0;
  border-radius: 4px;
  padding: 2px;
  width: calc(100% - 40px);
  font-size: 10px;
}

.chart-holder #bar-chart .active .x-label {
  background-color: #f0f3ef;
  color: #007161;
}

#bar-chart {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 30px 1fr;
  grid-template-rows: 180px 30px;
  grid-template-areas:
    "data-axis chart"
    ".         primary-axis";
}

#bar-chart > .data-axis {
  height: 100%;
  grid-area: data-axis;
  transform: rotateZ(0);
  font-size: 10px;
  line-height: 10px;
  margin-top: -10px;
  position: relative;
  width: 50px;
  padding-right: 20px;
  text-align: right;
}

#bar-chart > .data-axis .data-axis-inner {
  height: 100%;
}

#bar-chart > .data-axis .data-axis-title {
  position: absolute;
  right: 10px;
  top: -20px;
  text-align: right;
  color: #808285;
}

#bar-chart > .data-axis .data-axis-item {
  height: 25%;
}

.x-axis-title {
  position: absolute;
  left: 0;
  top: 5px;
  color: #808285;
  font-weight: normal;
  font-size: 10px;
}

@media (min-width: 768px) {
  #bar-chart {
    grid-template-columns: 50px 1fr;
    grid-template-rows: 350px 50px;
  }

  #bar-chart > .data-axis {
    font-size: 18px;
    width: 70px;
    margin-top: -18px;
  }

  #bar-chart > .data-axis .data-axis-title {
    position: absolute;
    right: 20px;
    top: -50px;
  }

  .x-axis-title {
    top: 13px;
    font-size: 18px;
  }

  #bar-chart {
    grid-template-rows: 360px 50px;
  }

  .chart-holder {
    width: 100%;
    height: 360px;
    margin: 50px 0 180px;
  }

  .chart-holder #bar-chart span.data {
    display: block;
  }

  .chart-holder #bar-chart .x-label {
    font-size: 18px;
    padding: 4px;
    margin: 25px auto 0;
    width: calc(100% - 60px);
  }
}

@media (min-width: 1024px) {
  .chart-holder #bar-chart .x-label {
    margin: 35px auto 0;
    width: calc(100% - 90px);
  }
}

.charts-css.column tr {
  margin-bottom: 0 !important;
}

[dir="ltr"] .charts-css.column.data-spacing-40 tbody tr {
  padding-left: 20px;
}

[dir="rtl"] .charts-css.column.data-spacing-40 tbody tr {
  padding-right: 20px;
}

[dir="ltr"] .charts-css.column.data-spacing-40 tbody tr {
  padding-right: 20px;
}

[dir="rtl"] .charts-css.column.data-spacing-40 tbody tr {
  padding-left: 20px;
}

.charts-css.column.data-spacing-40 tbody tr {
  -webkit-padding-start: 20px;
  -webkit-padding-end: 20px;
}

[dir="ltr"] .charts-css.column.datasets-spacing-6 tbody tr td {
  margin-left: 1px;
}

[dir="rtl"] .charts-css.column.datasets-spacing-6 tbody tr td {
  margin-right: 1px;
}

[dir="ltr"] .charts-css.column.datasets-spacing-6 tbody tr td {
  margin-right: 1px;
}

[dir="rtl"] .charts-css.column.datasets-spacing-6 tbody tr td {
  margin-left: 1px;
}

.charts-css.column.datasets-spacing-6 tbody tr td {
  -webkit-margin-start: 1px;
  -webkit-margin-end: 1px;
}

@media (min-width: 768px) {
  [dir="ltr"] .charts-css.column.data-spacing-40 tbody tr {
    padding-left: 25px;
  }

  [dir="rtl"] .charts-css.column.data-spacing-40 tbody tr {
    padding-right: 25px;
  }

  [dir="ltr"] .charts-css.column.data-spacing-40 tbody tr {
    padding-right: 25px;
  }

  [dir="rtl"] .charts-css.column.data-spacing-40 tbody tr {
    padding-left: 25px;
  }

  .charts-css.column.data-spacing-40 tbody tr {
    -webkit-padding-start: 25px;
    -webkit-padding-end: 25px;
  }

  [dir="ltr"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-left: 6px;
  }

  [dir="rtl"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-right: 6px;
  }

  [dir="ltr"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-right: 6px;
  }

  [dir="rtl"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-left: 6px;
  }

  .charts-css.column.datasets-spacing-6 tbody tr td {
    -webkit-margin-start: 6px;
    -webkit-margin-end: 6px;
  }
}

@media (min-width: 1024px) {
  [dir="ltr"] .charts-css.column.data-spacing-40 tbody tr {
    padding-left: 40px;
  }

  [dir="rtl"] .charts-css.column.data-spacing-40 tbody tr {
    padding-right: 40px;
  }

  [dir="ltr"] .charts-css.column.data-spacing-40 tbody tr {
    padding-right: 40px;
  }

  [dir="rtl"] .charts-css.column.data-spacing-40 tbody tr {
    padding-left: 40px;
  }

  .charts-css.column.data-spacing-40 tbody tr {
    -webkit-padding-start: 40px;
    -webkit-padding-end: 40px;
  }

  [dir="ltr"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-left: 6px;
  }

  [dir="rtl"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-right: 6px;
  }

  [dir="ltr"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-right: 6px;
  }

  [dir="rtl"] .charts-css.column.datasets-spacing-6 tbody tr td {
    margin-left: 6px;
  }

  .charts-css.column.datasets-spacing-6 tbody tr td {
    -webkit-margin-start: 6px;
    -webkit-margin-end: 6px;
  }
}

[dir="ltr"] .charts-css.area.show-data-axes tbody tr,
[dir="ltr"] .charts-css.column.show-data-axes tbody tr,
[dir="ltr"] .charts-css.line.show-data-axes tbody tr {
  border-right: none;
}

[dir="rtl"] .charts-css.area.show-data-axes tbody tr,
[dir="rtl"] .charts-css.column.show-data-axes tbody tr,
[dir="rtl"] .charts-css.line.show-data-axes tbody tr {
  border-left: none;
}

.charts-css.area.show-data-axes tbody tr,
.charts-css.column.show-data-axes tbody tr,
.charts-css.line.show-data-axes tbody tr {
  -webkit-border-end: none;
}

[dir="ltr"]
  .charts-css.column.show-data-axes.reverse-data
  tbody
  tr:last-of-type,
[dir="ltr"]
  .charts-css.column.show-data-axes:not(.reverse-data)
  tbody
  tr:first-of-type {
  border-left: var(--data-axes-width) var(--data-axes-style)
    var(--data-axes-color);
}

[dir="rtl"]
  .charts-css.column.show-data-axes.reverse-data
  tbody
  tr:last-of-type,
[dir="rtl"]
  .charts-css.column.show-data-axes:not(.reverse-data)
  tbody
  tr:first-of-type {
  border-right: var(--data-axes-width) var(--data-axes-style)
    var(--data-axes-color);
}

.charts-css.column.show-data-axes.reverse-data tbody tr:last-of-type,
.charts-css.column.show-data-axes:not(.reverse-data) tbody tr:first-of-type {
  -webkit-border-start: var(--data-axes-width) var(--data-axes-style)
    var(--data-axes-color);
}

[dir="ltr"] .charts-css.column.show-data-axes tbody tr:last-of-type {
  border-right: var(--data-axes-width) var(--data-axes-style)
    var(--data-axes-color);
}

[dir="rtl"] .charts-css.column.show-data-axes tbody tr:last-of-type {
  border-left: var(--data-axes-width) var(--data-axes-style)
    var(--data-axes-color);
}

.charts-css.column.show-data-axes tbody tr:last-of-type {
  -webkit-border-end: var(--data-axes-width) var(--data-axes-style)
    var(--data-axes-color);
}

.legend-holder {
  bottom: -65px;
  font-size: 12px;
  font-weight: bold;
}

.legend-square {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.legend-item {
  margin: 0 25px;
}

@media (min-width: 768px) {
  .legend-holder {
    bottom: -100px;
    font-size: 16px;
  }

  .legend-square {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

  .legend-item {
    margin: 0 35px;
  }
}
/* Bar Animation */
#bar-chart tbody {
  overflow-y: hidden;
}

#bar-chart tbody th {
  background-color: #fff;
  z-index: 1;
}

.animated #bar-chart tbody td {
  -webkit-animation: moving-bars 6s ease-out;
  animation: moving-bars 6s ease-out;
}

@-webkit-keyframes moving-bars {
  0% {
    transform: translateY(100%);
  }

  15% {
    transform: translateY(0);
  }
}

@keyframes moving-bars {
  0% {
    transform: translateY(100%);
  }

  15% {
    transform: translateY(0);
  }
}

.left-right-swiper-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #808285;
  opacity: 1;
}

.left-right-swiper-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007161;
}
/* iframe by irasia */
#stock-quote {
  height: 230px;
}

@media only screen and (max-width: 1245px) {
  #stock-quote {
    height: 605px;
  }
}

#share-performance-iframe {
  height: 1380px;
}

@media only screen and (max-width: 1245px) {
  #share-performance-iframe {
    height: 2300px;
  }
}

@media only screen and (max-width: 640px) {
  #share-performance-iframe {
    height: 2700px;
  }
}
/* Media Text Alt */
@media (min-width: 768px) {
  .media-text-alt.img-right .img-container {
    order: 2;
  }
}
/*  Component Quote with Img */
.component-quote .quote-left {
  display: none;
}

.component-quote .quote-right::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  background-image: url("../images/Icon/quote_start.svg");
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .component-quote .quote-right::before {
    left: 60px;
    width: 86px;
    height: 86px;
  }

  .component-quote .quote-right {
    padding: 100px 200px 50px 200px;
  }

  .component-quote.with-img .quote-right {
    padding: 40px;
  }
}

@media (min-width: 1280px) {
  .component-quote.with-img .quote-right {
    padding: 40px 80px;
  }
}

.component-quote .quote-right::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background-image: url("../images/Icon/quote_end.svg");
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .component-quote .quote-right::after {
    right: 60px;
    width: 86px;
    height: 86px;
  }
}

.component-quote.with-img {
  margin: 50px 0 0;
  border: none;
}

@media (min-width: 768px) {
  .component-quote.with-img {
    margin: 120px 0 135px;
    border: 1px solid #dcdcdd;
    min-height: 546px;
  }
}

.component-quote.with-img .quote-left {
  display: block;
}

.component-quote.with-img .quote-right {
  background-color: #fff;
}

@media (min-width: 768px) {
  .component-quote.with-img .quote-right {
    width: 50%;
  }

  .component-quote.with-img .quote-right::before {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1024px) {
  .component-quote.with-img .quote-right::before {
    width: 160px;
    height: 160px;
  }
}

.component-quote.with-img .quote-right .quote-right-inner {
  text-align: left;
}
/* Component Button */
.btn-arrow.no-arrow::after {
  display: none;
}

.btn-arrow.no-arrow .btn-icon.right {
  position: absolute;
  right: 0;
}

.Subscription-form .editing-form-control-nested-control {
  margin-top: 10px;
}

.Subscription-form,
.unsubscribe-embed-form {
  padding: 20px;
}

.Subscription-form label,
.unsubscribe-embed-form label {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.Subscription-form .form-dropdown {
  padding-bottom: 15px;
}

.Subscription-form .form-dropdown select {
  padding: 20px;
  width: 100%;
  border: 1px solid rgba(128, 130, 133, 0.4);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  background-image: url(/images/Icon/green/icon_arrow_down.svg);
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.Subscription-form .form-textinput,
.unsubscribe-embed-form .form-textinput {
  padding-bottom: 15px;
}

.Subscription-form .form-textinput input[type="text"],
.Subscription-form .form-textinput input[type="email"],
.unsubscribe-embed-form .form-textinput input[type="email"] {
  border: 1px solid rgba(128, 130, 133, 0.4);
  width: 100%;
  padding: 20px;
  margin-top: 5px;
}

.Subscription-form .form-checkbox,
.unsubscribe-embed-form .form-checkbox {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 16px;
}

.Subscription-form .form-checkbox label,
.unsubscribe-embed-form .form-checkbox label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 6px;
}

.Subscription-form .form-checkbox .editing-form-control-nested-control,
.unsubscribe-embed-form .form-checkbox .editing-form-control-nested-control {
  margin-top: 1px;
}

.Subscription-form .form-checkbox input[type="checkbox"],
.unsubscribe-embed-form .form-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #007161;
}

.Subscription-form input[type="submit"],
.unsubscribe-embed-form input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  border: 1px solid rgb(0, 113, 97);
  transition: all 0.2s ease-out;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  color: white;
  background-color: rgb(0, 113, 97);
  cursor: pointer;
  margin: 2rem auto 0;
}

.Subscription-form input[type="submit"]:hover,
.unsubscribe-embed-form input[type="submit"]:hover {
  background-color: rgb(26, 78, 77);
  border: 1px solid rgb(26, 78, 77);
}

.Subscription-form .w-1\/2:first-child .form-field {
  padding-right: 5px;
}

.Subscription-form .w-1\/2:last-child .form-field {
  padding-left: 5px;
}

.club-form .editing-form-control-nested-control {
  margin-top: 10px;
}

.club-form {
  padding: 20px;
  max-width: 800px;
  margin: 40px auto 80px;
}

.club-form label {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.club-form .form-dropdown {
  padding-bottom: 15px;
}

.club-form .form-multiple .ktc-checkbox {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.club-form .form-textinput {
  padding-bottom: 15px;
}

.club-form .form-textinput input[type="text"],
.club-form .form-textinput input[type="email"] {
  border: 1px solid rgba(128, 130, 133, 0.4);
  width: 100%;
  padding: 12px;
}

.club-form .form-textinput input[type="text"]:focus-visible,
.club-form .form-textinput input[type="email"]:focus-visible {
  outline: none;
  box-shadow: none;
}

.club-form .form-checkbox {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 16px;
}

.club-form .form-multiple .ktc-checkbox label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 6px;
}

.club-form .form-multiple > label {
  position: relative;
}

.club-form .form-multiple > label::after {
  content: "*";
  position: absolute;
  top: -5px;
  right: -10px;
  color: red;
}

.club-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #007161;
}

.club-form input[type="submit"] {
  display: none;
}

.club-form .submit-btn,
.club-form .reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  border: 1px solid rgb(0, 113, 97);
  transition: all 0.2s ease-out;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  color: white;
  background-color: rgb(0, 113, 97);
  cursor: pointer;
}

.club-form .submit-btn:hover,
.club-form .reset-btn:hover {
  background-color: rgb(26, 78, 77);
  border: 1px solid rgb(26, 78, 77);
}

.club-form .w-1\/2:first-child .form-field {
  padding-right: 5px;
}

.club-form .w-1\/2:last-child .form-field {
  padding-left: 5px;
}

.club-form__confirmation-box {
  border: 1px solid #000;
  padding: 20px;
  margin-top: 20px;
}

.club-form__confirmation-box .club-form__confirmation-checkbox {
  flex-wrap: wrap;
}

.club-form__confirmation-box .club-form__confirmation-checkbox p {
  width: calc(100% - 26px);
  margin-bottom: 0;
}

.club-form__confirmation-box .club-form__confirmation-checkbox input {
  margin-top: 2px;
  margin-right: 6px;
}

.club-form__confirmation-box .club-form__confirmation-checkbox a {
  color: #1a4e4d;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .club-form {
    padding: 30px;
  }
  .club-form label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .club-form .form-textinput input[type="text"],
  .club-form .form-textinput input[type="email"] {
    padding: 20px;
    margin-top: 5px;
  }
}

.required-field-red-star {
  position: relative;
}

.required-field-red-star::after {
  content: "*";
  position: absolute;
  top: -5px;
  right: -10px;
  color: red;
}

.errMsg {
  color: red;
  width: 100%;
}

.subscribe-form .error-msg {
  color: red;
  font-weight: bold;
  padding-bottom: 20px;
}

.unsubscribe-section {
  margin-top: 64px;
}

.form-thankyou {
  height: 50vh;
}

@media (min-width: 1280px) {
  .unsubscribe-section {
    margin-top: 100px;
  }
}

.unsubscribe-form,
.Subscription-form,
.unsubscribe-embed-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}

.unsubscribe-form input[type="text"] {
  border: 1px solid rgba(128, 130, 133, 0.2);
  width: 100%;
  padding: 20px;
  margin-top: 5px;
}

.unsubscribe-form input[type="text"]:focus {
  outline: none;
}

.unsubscribe-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #007161;
  margin-right: 15px;
  margin-top: 2px;
}

.unsubscribe-form .confirmation-msg {
  width: calc(100% - 35px);
}

.unsubscribe-form input[type="submit"] {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.unsubscribe-form .error-msg {
  color: red;
  font-weight: bold;
  padding-bottom: 20px;
}

.unsubscribe-embed-form .error-msg {
  color: red;
  font-weight: bold;
}

.unsubscribe-success__popup,
.subscribe-success__popup {
  z-index: 5000;
}

.unsubscribe-success__inner,
.subscribe-success__inner {
  width: 300px;
  padding: 20px;
  border-radius: 20px;
}

.unsubscribe-success__inner i,
.subscribe-success__inner i {
  font-size: 50px;
}

.homepage-modal-container a {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.homepage-modal-content {
  max-height: calc(80vh - 120px);
}

@-webkit-keyframes menu-bar-fill {
  0% {
    right: 100%;
  }

  100% {
    right: 20px;
  }
}

@keyframes menu-bar-fill {
  0% {
    right: 100%;
  }

  100% {
    right: 20px;
  }
}

header#site-header {
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  transition: 0.2s all;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

header#site-header .top-menu .top-nav a {
  letter-spacing: 1px;
}

header#site-header .top-menu .top-nav > .divider-vert {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
/* .header-bg{position:absolute;left:0;top:0;right:0;bottom:0;z-index:100;} */
header#site-header .logo-color {
  display: none;
}

header#site-header.bg-white {
  color: #000;
  background: #fff;
  transition: 0.2s all;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1);
}
/* .header-bg{background:#FFF;transition: .2s all;} */
header#site-header.bg-white .logo-color {
  display: block;
}

header#site-header.bg-white .logo-white {
  display: none;
}

header#site-header .top-nav > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

header#site-header.bg-white .top-nav > a:hover {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

header#site-header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}

header#site-header .logo img {
  height: 42px;
}

@media (min-width: 768px) {
  header#site-header .mainmenu {
    display: flex;
    margin-top: 10px;
  }

  header#site-header .menu-item > a {
    padding: 0 20px 20px;
    display: block;
    position: relative;
    white-space: nowrap;
  }

  header#site-header.bg-white .active > a,
  header#site-header.bg-white .hover > a {
    color: rgb(0, 113, 97);
    color: rgb(var(--color-primary));
  }

  header#site-header.bg-white .active > a:after,
  header#site-header.bg-white .hover > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 5px;
  }

  header#site-header.bg-white .active > a:after,
  header#site-header.bg-white .hover > a:after {
    background-color: rgb(0, 113, 97);
    background-color: rgb(var(--color-primary));
  }

  header#site-header.bg-white .active > a:after,
  header#site-header.bg-white .hover > a:after {
    -webkit-animation: menu-bar-fill 0.2s forwards ease-out;
    animation: menu-bar-fill 0.2s forwards ease-out;
  }
}

@media (min-width: 1536px) {
  header#site-header {
    position: fixed;
  }

  header#site-header .logo img {
    max-height: none;
    height: 52px;
  }
}

.menu-item {
}

.hover {
  z-index: 80;
}

.submenu-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #cbcbcb;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #444444;
}

.submenu-container:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes submenu {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes submenu {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.fx-submenu-enter-from .submenu,
.fx-submenu-leave-to .submenu {
  opacity: 0;
}

.fx-submenu-enter-from:before,
.fx-submenu-leave-to:before {
  height: 0;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0);
}

.fx-submenu-enter-to .submenu,
.fx-submenu-leave-from .submenu {
  opacity: 1;
}

.fx-submenu-enter-to:before,
.fx-submenu-leave-from:before {
  height: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.fx-submenu-enter-active {
  transition: all 0.3s;
}

.fx-submenu-enter-active .submenu {
  transition: opacity 0.2s 0.1s;
}

.fx-submenu-enter-active:before {
  transition: height 0.2s;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0);
}

.fx-submenu-leave-active {
  transition: all 0.3s;
}

.fx-submenu-leave-active .submenu {
  transition: opacity 0.2s;
}

.fx-submenu-leave-active:before {
  transition: height 0.2s 0.1s;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 64px);
  z-index: 100;
  border-top: 1px solid rgba(128, 130, 133, 0.2);
  overflow: auto;
}

.mobile-menu__lvl2 {
  height: calc(100vh - 64px);
}
/* For CMS */
.hide-desktop-menu .submenu-container {
  display: none;
}

.accordion .accordion-header {
  transition: all 0.2s ease-out;
}

.accordion .accordion-header:hover {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.accordion .accordion-toggle-button {
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.accordion .accordion-toggle-button:after {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
}

.accordion .accordion-toggle-button:not(.collapsed) {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.accordion .accordion-toggle-button:not(.collapsed):after {
  background-image: url("../images/Icon/green/icon_collapse.svg");
}

.accordion .accordion-toggle-button.collapsed:after {
  background-image: url("../images/Icon/black/icon_plus.svg");
}

.accordion .accordion-toggle-button.collapsed:hover:after {
  background-image: url("../images/Icon/green/icon_plus.svg");
}

.accordion .accordion-item:last-of-type .accordion-collapse,
.accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

#property-detail-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}

#property-detail-accordion .accordion-body p,
#property-detail-accordion .accordion-body ul li {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 768px) {
  #property-detail-accordion .accordion-body p,
  #property-detail-accordion .accordion-body ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
/* !!! Don't write any css here !!! */
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-2\/4::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:bg-primary::after {
  content: var(--tw-content);
  background-color: rgb(0, 113, 97);
  background-color: rgb(var(--color-primary));
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgba(0, 0, 0, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-black\/60::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(0, 0, 0, 0.6);
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.hover\:scale-105:hover {
  --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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#1A4E4D\]:hover {
  --tw-border-opacity: 1;
  border-color: rgba(26, 78, 77, var(--tw-border-opacity));
}

.hover\:bg-darkgreen\/20:hover {
  background-color: rgba(170, 195, 175, 0.2);
  background-color: rgb(var(--color-darkgreen) / 0.2);
}

.hover\:bg-primary:hover {
  background-color: rgb(0, 113, 97);
  background-color: rgb(var(--color-primary));
}

.hover\:bg-secondary:hover {
  background-color: rgb(26, 78, 77);
  background-color: rgb(var(--color-secondary));
}

.hover\:bg-climate:hover {
  background-color: rgb(242, 101, 34);
  background-color: rgb(var(--color-climate));
}

.hover\:bg-resource:hover {
  background-color: rgb(87, 74, 117);
  background-color: rgb(var(--color-resource));
}

.hover\:bg-sustainable:hover {
  background-color: rgb(32, 150, 159);
  background-color: rgb(var(--color-sustainable));
}

.hover\:bg-wellbeing:hover {
  background-color: rgb(109, 177, 68);
  background-color: rgb(var(--color-wellbeing));
}

.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  color: rgb(26, 78, 77);
  color: rgb(var(--color-secondary));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(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: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(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: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 0 rgba(0, 0, 0, 0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 0 rgba(0, 0, 0, 0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.active\:shadow-lg:active {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(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: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:max-h-screen {
  max-height: 100vh;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.group:hover .group-hover\:text-primary {
  color: rgb(0, 113, 97);
  color: rgb(var(--color-primary));
}

.group:hover .group-hover\:text-secondary {
  color: rgb(26, 78, 77);
  color: rgb(var(--color-secondary));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#1A4E4D\] {
  --tw-text-opacity: 1;
  color: rgba(26, 78, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (color-index: 48) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }
}

@media (color: 48842621) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }
}

@media (color-index: 48) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }
}

@media (color: 48842621) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:top-\[-70px\] {
    top: -70px;
  }

  .md\:top-\[60px\] {
    top: 60px;
  }

  .md\:left-\[70px\] {
    left: 70px;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:float-right {
    float: right;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mr-\[70px\] {
    margin-right: 70px;
  }

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-\[70vh\] {
    height: 70vh;
  }

  .md\:min-h-\[456px\] {
    min-height: 456px;
  }

  .md\:min-h-\[650px\] {
    min-height: 650px;
  }

  .md\:min-h-\[250px\] {
    min-height: 250px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:max-w-\[544px\] {
    max-width: 544px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:basis-6\/12 {
    flex-basis: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:border-r-\[15px\] {
    border-right-width: 15px;
  }

  .md\:border-l-\[15px\] {
    border-left-width: 15px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-to: rgba(0, 0, 0, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-15 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pb-\[0\%\] {
    padding-bottom: 0%;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-sm {
    font-size: 14px;
    line-height: 18px;
  }

  .md\:text-xs {
    font-size: 12px;
    line-height: 16px;
  }

  .md\:text-lg {
    font-size: 18px;
    line-height: 26px;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .md\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:normal-case {
    text-transform: none;
  }
}

@media (min-width: 1024px) {
  .lg\:aspect-w-4 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
  }

  .lg\:aspect-w-4 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-\[30px\] {
    margin-right: 30px;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-\[906px\] {
    height: 906px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[450px\] {
    width: 450px;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:translate-y-\[-50\%\] {
    --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));
  }

  .lg\:animate-none {
    -webkit-animation: none;
    animation: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-15 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.25rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6.75rem;
    line-height: 1;
  }

  .lg\:animation-delay-100 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
  }

  .lg\:animation-delay-200 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
}

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-\[650px\] {
    height: 650px;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:max-h-0 {
    max-height: 0px;
  }

  .xl\:min-h-\[350px\] {
    min-height: 350px;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-\[600px\] {
    width: 600px;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-15 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-20 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:text-lg {
    font-size: 18px;
    line-height: 26px;
  }

  .xl\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6.75rem;
    line-height: 1;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

.slideshow__video-btn,
.image-with-video__video-btn {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.slideshow__video-btn:hover,
.image-with-video__video-btn:hover {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.club-form-desc ul {
  margin-bottom: 10px;
  margin-left: 20px;
}

.club-form-desc ul li {
  list-style: disc;
}

.consent-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.consent-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #007161;
  margin-top: 2px;
}

.consent-form input[type="text"] {
  border: 1px solid rgba(128, 130, 133, 0.4);
  width: 100%;
  padding: 20px;
}

.consent-form input[type="text"]:focus-visible {
  outline: none;
  box-shadow: none;
}

.consent-form .consent-form-label {
  width: calc(100% - 20px);
  padding-left: 20px;
}

.consent-form .consent-form-label a {
  text-decoration: underline;
}

.consent-form .consent-form-err {
  color: red;
}

span.required {
  color: red;
}

@media (min-width: 1024px) {
  .consent-form {
    padding: 40px;
  }
}

.Subscription-form .form-label a {
  text-decoration: underline;
}

/* 65 anniversary start */
.anniversary-logo {
  height: auto;
  max-width: 90%;
}

.top-menu,
.desktop-footer {
  display: none;
}

.mobile-nav {
  display: flex;
}

.desktop-footer {
  display: none;
}

@media (min-width: 1536px) {
  .top-menu {
    display: flex;
    padding-top: 0.5rem;
  }

  footer {
    padding-block: 2rem !important;
  }

  .mobile-nav {
    display: none;
  }

  header#site-header {
    height: auto;
  }

  header .site-container {
    position: static;
  }

  .mobile-footer {
    display: none;
  }

  .desktop-footer {
    display: block;
  }
}
/* 65 anniversary end */

/* Four Priorities Section Styles */
.four-priorities-section {
  background-color: #8e462e;
  padding: 0;
  margin: 0;
}

.four-priorities-container {
  display: flex;
  align-items: stretch;
  max-width: none;
  margin: 0;
}

.four-priorities-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.four-priorities-left section {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.four-priorities-left .promotion-swiper {
  width: 100%;
  height: 100%;
}

.four-priorities-left .swiper-slide {
  position: relative;
}

/* Show swiper pagination for four priorities with custom styling */
.four-priorities-left .swiper-pagination {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
  /* gap: 8px !important; */
}

.four-priorities-left .swiper-pagination-bullet {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  height: 4px;
  width: 80px;
  opacity: 1;
  border-radius: 0 !important;
}

.four-priorities-left .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1) !important;
}

.four-priorities-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
  background-color: #8e462e;
  color: white;
}

.four-priorities-header-row {
  display: flex;
}

.four-priorities-title-column {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 280px;
}

.four-priorities-title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.four-priorities-title-italic {
  font-size: 48px;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  line-height: 1.1;
}

.four-priorities-diagonal-line {
  flex-shrink: 0;
  width: 2px;
  height: 350px;
  background-color: #ffffff;
  transform: rotate(45deg);
  position: relative;
  min-width: 1px;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    margin 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.four-priorities-description-container {
  margin-top: 1.25rem;
  align-self: flex-end;
}

.four-priorities-description {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  margin: 0;
  max-width: 400px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sustainability-diagonal-line {
    height: 200px;
    right: 2rem;
  }

  .four-priorities-diagonal-line {
    height: 200px;
    right: 2rem;
  }
}

/* Responsive Design for Four Priorities */
@media (max-width: 767px) {
  .promotion-swiper .swiper-wrapper {
    height: 280px;
  }

  .four-priorities-section {
    padding: 30px 0;
  }

  .four-priorities-container {
    flex-direction: column;
  }

  .four-priorities-left,
  .four-priorities-right {
    width: 100%;
  }

  .four-priorities-left {
    padding: 20px 20px;
    order: 2; /* Show slider at bottom on mobile */
  }

  .four-priorities-right {
    padding: 20px 20px;
    order: 1; /* Show text content at top on mobile */
  }

  .four-priorities-swiper {
    height: 300px;
  }

  .four-priorities-header-row {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .four-priorities-title-column {
    min-width: auto;
  }

  .four-priorities-title {
    font-size: 24px;
  }

  .four-priorities-title-italic {
    font-size: 36px;
  }

  .four-priorities-nav-bar {
    width: 40px;
    height: 3px;
  }

  .four-priorities-description {
    font-size: 16px;
    text-align: left;
  }

  .four-priorities-diagonal-line {
    right: -10rem;
    top: -2rem;
    margin-block: -5rem;
  }

  .four-priorities-left .swiper-pagination-bullet {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    height: 4px;
    width: 40px;
    opacity: 1;
    border-radius: 0 !important;
  }
}

/* Tablet-specific rules for four-priorities navigation - includes iPad Air/Pro */
@media (min-width: 768px) and (max-width: 1366px) {
  /* Show navigation buttons for four-priorities section on tablet */
  .four-priorities-left .promotion-swiper .swiper-button-prev,
  .four-priorities-left .promotion-swiper .swiper-button-next {
    display: flex !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 10 !important;
  }

  .four-priorities-left .promotion-swiper .swiper-button-prev {
    left: 20px !important;
  }

  .four-priorities-left .promotion-swiper .swiper-button-next {
    right: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .four-priorities-left .swiper-pagination-bullet {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    height: 4px;
    width: 40px;
    opacity: 1;
    border-radius: 0 !important;
  }
}

/* Single diagonal line behind text - responsive */
.diagonal-line-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

/* First diagonal line (top-right) */
.diagonal-line-container::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 56%;
  width: 25vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(130deg) scaleY(0.5);
  transform-origin: center;
  min-width: 150px;
  max-width: 300px;
}

/* Second diagonal line (bottom-left) */
.diagonal-line-container::after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 55%;
  width: 25vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(130deg) scaleY(0.5);
  transform-origin: center;
  min-width: 150px;
  max-width: 300px;
}

/* The `.diagonal-line` div is now completely redundant with this approach. */
.diagonal-line {
  display: none;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .diagonal-line-container::before,
  .diagonal-line-container::after {
    height: 2px;
    width: 20vw;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .diagonal-line-container::before {
    top: 25%;
    left: 50%;
  }

  .diagonal-line-container::after {
    bottom: 25%;
    right: 50%;
  }
}

@media (min-width: 1024px) {
  .diagonal-line-container::before,
  .diagonal-line-container::after {
    height: 3px;
    width: 18vw;
    background-color: rgba(255, 255, 255, 0.25);
  }

  .diagonal-line-container::before {
    top: 30%;
    left: 50%;
  }

  .diagonal-line-container::after {
    bottom: 30%;
    right: 50%;
  }
}

/* Sustainability Grid Responsive Classes */
.sustainability-grid-desktop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sustainability-grid-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.sustainability-grid-mobile .sustainability-stats-swiper {
  width: 100%;
  max-width: 320px;
  height: 400px;
}

.sustainability-grid-mobile .swiper-wrapper {
  display: flex;
  align-items: center;
}

.sustainability-grid-mobile .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}

.sustainability-grid-mobile .sustainability-card {
  min-height: 400px;
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 44px 20px;
}

.sustainability-grid-mobile .sustainability-card-number {
  flex-shrink: 0;
  font-size: 48px;
  margin-bottom: 20px;
}

.sustainability-grid-mobile .sustainability-card-description {
  flex-grow: 1;
  align-items: center;
  padding-top: 0;
  font-size: 16px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4;
}

.sustainability-grid-mobile .swiper-pagination {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
}

.sustainability-grid-mobile .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}

.sustainability-grid-mobile .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
}

@media (max-width: 1366px) {
  .sustainability-grid-desktop {
    display: none;
  }

  .sustainability-grid-mobile {
    display: flex;
  }
}

/* Customer Engagement */
.project-card-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 1rem 2rem;
  color: white;
  z-index: 2;
}

.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  z-index: 3;
  transition: background-color 0.3s ease;
}

/* Mobile & Tablet including iPad Air/Pro (always dark background) */
@media (max-width: 1023px) {
  .card-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .card-overlay span {
    color: white;
  }
}

/* Desktop (transparent by default) - starts after tablet range */
@media (min-width: 1024px) {
  .card-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  .group:hover .card-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .group:hover .card-overlay span {
    color: white;
  }
}

.thin-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.thin-small-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.group:hover .card-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.latest-updates-swiper .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .latest-updates-swiper .swiper-slide {
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 767px) {
  .latest-updates-swiper .swiper-slide {
    width: calc(100% - 20px);
  }
}

@media (min-width: 1024px) {
  .latest-updates-swiper .swiper-slide {
    width: calc(100% / 4 - 20px);
  }
}

/* Base style for both buttons */
.custom-news-swiper-prev,
.custom-news-swiper-next {
  opacity: 1 !important;
  display: flex; /* Keep flex for centering */
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 20;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 80px;
}

@media (max-width: 1023px) {
  .custom-news-swiper-prev,
  .custom-news-swiper-next {
    margin-top: 50px;
  }
}

/* Add Font Awesome icons for prev/next */
.custom-news-swiper-prev::after,
.custom-news-swiper-next::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  line-height: 1; /* Avoid vertical misalignment */
  color: #000;
}

.custom-news-swiper-prev::after {
  content: "\f053"; /* Left arrow */
}

.custom-news-swiper-next::after {
  content: "\f054"; /* Right arrow */
}

/* Tablet and mobile including iPad Air/Pro */
@media (max-width: 1023px) {
  .custom-news-swiper-prev,
  .custom-news-swiper-next {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important; /* Keep flex centering */
  }

  .custom-news-swiper-prev::after,
  .custom-news-swiper-next::after {
    font-size: 18px; /* Smaller icon */
  }
}

/* Base style for both buttons */
.project-news-swiper-prev,
.project-news-swiper-next {
  opacity: 1 !important;
  display: flex; /* Keep flex for centering */
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 20;
}

/* Add Font Awesome icons for prev/next */
.project-news-swiper-prev::after,
.project-news-swiper-next::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  line-height: 1; /* Avoid vertical misalignment */
  color: #000;
}

.project-news-swiper-prev::after {
  content: "\f053"; /* Left arrow */
}

.project-news-swiper-next::after {
  content: "\f054"; /* Right arrow */
}

/* Home Animation Section Responsive Styles */
#home-animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 730px; /* Same as sustainability section */
  background: #e9e8e2;
}

#home-scene-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  transform: translate(0%, 0%);
  width: 100%;
  background-color: #e9e8e2;
}

/* Tablet responsiveness including iPad Air/Pro */
@media (max-width: 1024px) {
  #home-animation {
    min-height: 600px;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  #home-animation {
    min-height: 400px; /* Same as sustainability section mobile */
    padding: 60px 20px;
  }

  #home-scene-1-txt-1 {
    padding: 0 20px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  #home-animation {
    min-height: 350px;
    padding: 40px 16px;
  }
}

/* Tablet and mobile including iPad Air/Pro */
@media (max-width: 1023px) {
  .project-news-swiper-prev,
  .project-news-swiper-next {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important; /* Keep flex centering */
  }

  .project-news-swiper-prev::after,
  .project-news-swiper-next::after {
    font-size: 18px; /* Smaller icon */
  }
}

/* Hide View Details by default */
.card-overlay span {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show View Details on hover */
.group:hover .card-overlay span {
  opacity: 1;
}

/* Ensure the card overlay has proper transitions */
.card-overlay {
  transition: background-color 0.3s ease;
}

/* Mobile & Tablet (always show View Details) */
@media (max-width: 1023px) {
  .card-overlay span {
    opacity: 1;
  }
}

/* Desktop (hide by default, show on hover) */
@media (min-width: 1024px) {
  .card-overlay span {
    opacity: 0;
  }

  .group:hover .card-overlay span {
    opacity: 1;
  }
}

.latest-release:hover {
  background-color: #e4d8ad;
}

.banner-container .swiper-slide.has-diagonal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%; /* line length */
  height: 0.5px; /* line thickness */
  background: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%) rotate(-55deg);
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-container .swiper-slide.has-diagonal::before {
    width: 100%;
    transform: translate(-50%, -50%) rotate(-55deg);
  }
}

@media (min-width: 1024px) {
  .banner-container .swiper-slide.has-diagonal::before {
    width: 80%;
    transform: translate(-50%, -50%) rotate(-55deg);
  }
}

.banner-caption {
  position: relative;
  z-index: 2;
  background-color: inherit;
  display: inline-block;
  padding: 1rem;
}

@media (max-width: 767px) {
  #home-banners .banner-content-section {
    min-height: 330px;
  }
}

#home-banners-old {
  background-color: rgb(0, 113, 97);
  background-color: rgb(var(--color-primary));
  position: relative;
}

#home-banners-old .media-swiper {
  z-index: auto;
  padding-bottom: 222px;
}

#home-banners-old:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 222px;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
}

.theme-properties #home-banners-old:before {
  background-image: url("../images/home/themebar_properties_mobile.jpg");
}

.theme-group #home-banners-old:before {
  background-image: url("../images/home/themebar_group_mobile.jpg");
  background-size: cover;
}

#home-banners-old .swiper-pagination {
  position: relative;
  text-align: left;
}

#home-banners-old .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  height: 4px;
  width: 40px;
  border-radius: 0;
  opacity: 1;
}

#home-banners-old .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

#home-banners-old .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

#home-banners-old .swiper-pagination .swiper-pagination-bullet-active:after {
  -webkit-animation-name: fill;
  animation-name: fill;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#home-banners-old .plyr--video {
  height: 100%;
}

#home-banners-old .title-swiper .swiper-slide-active {
  pointer-events: none;
}

#home-banners-old .title-swiper .swiper-slide-active > * {
  pointer-events: all;
}

#home-banners-old .caption-swiper {
}

#home-banners-old .btn-playback {
  right: max(24px, calc((100vw - 1768px + 3rem) / 2));
  right: var(--edge-x);
}

@media (min-width: 1024px) {
  #home-banners-old .media-swiper {
    padding-left: 269px;
    padding-bottom: 0;
  }

  #home-banners-old:before {
    background-position: top left;
    width: 482px;
    left: 0;
    top: 0;
    height: 100%;
  }

  #home-banners-old .swiper-pagination {
    z-index: 20;
  }

  #home-banners-old .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
  }

  .theme-properties #home-banners-old:before {
    background-image: url("../images/home/themebar_properties.png");
  }

  .theme-group #home-banners-old:before {
    background-image: url("../images/home/themebar_group.png");
  }
}
.theme-group .latest-updates-font-color {
  color: #002b2b;
}

.theme-group .latest-release:hover .latest-updates-font-color {
  color: #002b2b;
}

.theme-properties .latest-updates-font-color {
  color: #00233c;
}

.theme-properties .latest-release:hover .latest-updates-font-color {
  color: #00233c;
}
