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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
	@font-face {
		font-family: 'Hind';
		src: url('../fonts/Hind-Regular.woff2') format('woff2'),
			url('../fonts/Hind-Regular.woff') format('woff');
		font-weight: 400;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Hind';
		src: url('../fonts/Hind-Medium.woff2') format('woff2'),
			url('../fonts/Hind-Medium.woff') format('woff');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Hind';
		src: url('../fonts/Hind-SemiBold.woff2') format('woff2'),
			url('../fonts/Hind-SemiBold.woff') format('woff');
		font-weight: 600;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Hind';
		src: url('../fonts/Hind-Bold.woff2') format('woff2'),
			url('../fonts/Hind-Bold.woff') format('woff');
		font-weight: 700;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Karma';
		src: url('../fonts/Karma-Bold.woff2') format('woff2'),
			url('../fonts/Karma-Bold.woff') format('woff');
		font-weight: 700;
		font-style: normal;
		font-display: swap;
	}

	html {
  		scroll-behavior: smooth;
	}
	
	body {
  background-image: url('../public/images/page/bg_body.png');
  background-size: cover;
  background-repeat: repeat;
  font-family: 'Hind';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

	a {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

	a:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

	a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

	a:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

	h1,
	h2,
	h3,
	h4,
	h5 {
  font-family: 'Karma';
}

	strong {
  font-family: 'Hind';
  font-weight: 600;
}

	p {
  margin-bottom: 0.75rem;
  font-size: 18px;
  line-height: 1.8;
}
	
	address {
  font-style: normal;
}
		label.error {
  margin-top: 0.75rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

	input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

	#hamburger-menu {
  position: relative;
  height: 26px;
  width: 1.75rem;
  --tw-rotate: 0deg;
  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;
  transition-duration: 500s;
  transition-timing-function: ease-in-out;
}
		#hamburger-menu span {
  position: absolute;
  left: 0px;
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-rotate: 0deg;
  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));
  border-radius: 9px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  opacity: 1;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
			#hamburger-menu span:nth-child(1) {
  top: 0px;
}
			#hamburger-menu span:nth-child(2),
			#hamburger-menu span:nth-child(3) {
  top: 0.5rem;
}
			#hamburger-menu span:nth-child(4) {
  top: 1rem;
}
			#hamburger-menu.open span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
				#hamburger-menu.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0%;
}
				#hamburger-menu.open span:nth-child(2) {
  --tw-rotate: 45deg;
  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));
}
				#hamburger-menu.open span:nth-child(3) {
  --tw-rotate: -45deg;
  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));
}
				#hamburger-menu.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0%;
}

	.bg-dropdown {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 15px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
		.bg-dropdown::before {
			content: '';
			position: absolute;
			left: 50%;
			top: -0.625rem;
			height: 0px;
			width: 0px;
			--tw-translate-x: -50%;
			transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
			border-left-width: 12px;
			border-right-width: 12px;
			border-bottom-width: 10px;
			border-style: solid;
			border-left-color: transparent;
			border-right-color: transparent;
			--tw-border-opacity: 1;
			border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
		}
		.dropdown-product .ciputralife-dropdown-menu, .dropdown-services .ciputralife-dropdown-menu {
			left: 94%;
		}
		.dropdown-about .ciputralife-dropdown-menu {
			left: 96%;
		}


	.ciputralife-dropdown-menu {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-top: 58px;
  height: -moz-max-content;
  height: max-content;
  min-width: 220px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
		transition: 0.4s all;
}
		.ciputralife-dropdown-menu a {
  display: block;
  text-align: center;
			transition: 0.4s all;
}
			.ciputralife-dropdown-menu a span {
  position: relative;
  top: 1rem;
  margin: 0px 30px;
  display: block;
  padding: 12px 0px 10px 0px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
			.ciputralife-dropdown-menu a span:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
			.ciputralife-dropdown-menu a span {
				transition: 0.4s all;
			}
				.ciputralife-dropdown-menu a span::before {
					content: '';
					position: absolute;
					left: 0px;
					bottom: 0px;
					height: 1px;
					width: 100%;
					background-color: #e6e3e37e;
				}
					.ciputralife-dropdown-menu a:last-child span::before {
  display: none;
}
				.ciputralife-dropdown-menu a.active span, .ciputralife-dropdown-menu a.is-tabs-active span {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
			.ciputralife-dropdown-menu a.is-tabs-active {
  pointer-events: none;
}
				.ciputralife-dropdown-menu .page-section.active span {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}

	.btn-ciputralife {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 1.5rem;
  font-weight: 500;
}
		.btn-ciputralife::before,
		.btn-ciputralife::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
		.btn-ciputralife.btn-ciputralife--green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.btn-ciputralife.btn-ciputralife--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
		.btn-ciputralife.btn-ciputralife--white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.btn-ciputralife.btn-ciputralife--yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.btn-ciputralife.btn-ciputralife--yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.btn-ciputralife.btn-ciputralife--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.btn-ciputralife.btn-ciputralife--blue:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
			.btn-ciputralife.btn--effect::before {
				content: '';
				top: -110%;
				left: -10%;
				height: 0px;
				width: 120%;
				border-radius: 50%;
				--tw-bg-opacity: 1;
				background-color: rgb(0 57 116 / var(--tw-bg-opacity));
				padding-bottom: 120%;
				transform: translate3d(0,68%,0) scale3d(0,0,0);
			}
			.btn-ciputralife.btn--effect::after {
				content: '';
				--tw-bg-opacity: 1;
				background-color: rgb(0 57 116 / var(--tw-bg-opacity));
				transform: translate3d(0,-100%,0);
				transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
			}
			.btn-ciputralife.btn--effect .span-text {
  position: relative;
  z-index: 10;
}
				.btn-ciputralife.btn--effect:hover::before {
					transform: translate3d(0,0,0) scale3d(1,1,1);
					transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
				}
				.btn-ciputralife.btn--effect:hover::after {
					transform: translate3d(0,0,0);
					transition-duration: 0.05s;
					transition-delay: 0.4s;
					transition-timing-function: linear;
				}
				.btn-ciputralife.btn--effect:hover .span-text {
					animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
				}
			.btn-ciputralife.btn--effect-white::before {
				content: '';
				top: -110%;
				left: -10%;
				height: 0px;
				width: 120%;
				border-radius: 50%;
				--tw-bg-opacity: 1;
				background-color: rgb(0 128 96 / var(--tw-bg-opacity));
				padding-bottom: 120%;
				transform: translate3d(0,68%,0) scale3d(0,0,0);
			}
			.btn-ciputralife.btn--effect-white::after {
				content: '';
				--tw-bg-opacity: 1;
				background-color: rgb(0 128 96 / var(--tw-bg-opacity));
				transform: translate3d(0,-100%,0);
				transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
			}
			.btn-ciputralife.btn--effect-white .span-text {
  position: relative;
  z-index: 10;
}
				.btn-ciputralife.btn--effect-white:hover::before {
					transform: translate3d(0,0,0) scale3d(1,1,1);
					transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
				}
				.btn-ciputralife.btn--effect-white:hover::after {
					transform: translate3d(0,0,0);
					transition-duration: 0.05s;
					transition-delay: 0.4s;
					transition-timing-function: linear;
				}
				.btn-ciputralife.btn--effect-white:hover .span-text {
					animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
				}
			.btn-ciputralife.btn--effect-yellow::before {
				content: '';
				top: -110%;
				left: -10%;
				height: 0px;
				width: 120%;
				border-radius: 50%;
				--tw-bg-opacity: 1;
				background-color: rgb(255 193 7 / var(--tw-bg-opacity));
				padding-bottom: 120%;
				transform: translate3d(0,68%,0) scale3d(0,0,0);
			}
			.btn-ciputralife.btn--effect-yellow::after {
				content: '';
				--tw-bg-opacity: 1;
				background-color: rgb(0 128 96 / var(--tw-bg-opacity));
				transform: translate3d(0,-100%,0);
				transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
			}
			.btn-ciputralife.btn--effect-yellow .span-text {
  position: relative;
  z-index: 10;
}
				.btn-ciputralife.btn--effect-yellow:hover::before {
					transform: translate3d(0,0,0) scale3d(1,1,1);
					transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
				}
				.btn-ciputralife.btn--effect-yellow:hover::after {
					transform: translate3d(0,0,0);
					transition-duration: 0.05s;
					transition-delay: 0.4s;
					transition-timing-function: linear;
				}
				.btn-ciputralife.btn--effect-yellow:hover .span-text {
					animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
				}
			.btn-ciputralife.btn--effect-blue::before {
				content: '';
				top: -110%;
				left: -10%;
				height: 0px;
				width: 120%;
				border-radius: 50%;
				--tw-bg-opacity: 1;
				background-color: rgb(0 128 96 / var(--tw-bg-opacity));
				padding-bottom: 120%;
				transform: translate3d(0,68%,0) scale3d(0,0,0);
			}
			.btn-ciputralife.btn--effect-blue::after {
				content: '';
				--tw-bg-opacity: 1;
				background-color: rgb(0 128 96 / var(--tw-bg-opacity));
				transform: translate3d(0,-100%,0);
				transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
			}
			.btn-ciputralife.btn--effect-blue .span-text {
  position: relative;
  z-index: 10;
}
				.btn-ciputralife.btn--effect-blue:hover::before {
					transform: translate3d(0,0,0) scale3d(1,1,1);
					transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
				}
				.btn-ciputralife.btn--effect-blue:hover::after {
					transform: translate3d(0,0,0);
					transition-duration: 0.05s;
					transition-delay: 0.4s;
					transition-timing-function: linear;
				}
				.btn-ciputralife.btn--effect-blue:hover .span-text {
					animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
				}

	.input-global,
	.textarea-global {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 221 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  padding: .575rem 1.2rem;
  line-height: 1.5;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

	.input-global::-moz-placeholder, .textarea-global::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

	.input-global::placeholder,
	.textarea-global::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

	.input-global,
	.textarea-global {
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
		.captcha-input .input-global {
  max-width: 145px;
  border-radius: 9999px;
  padding: 6px 20px 4px 20px;
  font-size: 16px;
}
		.captcha-input .input-global::-moz-placeholder {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
		.captcha-input .input-global::placeholder {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

	.textarea-global {
  min-height: 160px;
  resize: vertical;
}

	.navbar-ciputralife {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1030;
  width: 100%;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

	@media (min-width: 1024px) {

  .navbar-ciputralife {
    padding-top: 2rem;
  }
}

	.navbar-ciputralife {
		transition: 0.4s all;

	}
		.navbar-ciputralife img {
  height: 40px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
		@media (min-width: 1024px) {

  .navbar-ciputralife img {
    height: 50px;
  }
}
		.navbar-ciputralife .ciputralife__link {
  align-self: center;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 57 116 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
			.navbar-ciputralife .ciputralife__link::before {
				content: '';
				position: absolute;
				left: 0px;
				margin-top: 15px;
				height: 25px;
				width: 100%;
				background-color: transparent;
			}
				.navbar-ciputralife .ciputralife__link svg path {
  fill: #003974;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
			.navbar-ciputralife .ciputralife__link.active,
			.navbar-ciputralife .ciputralife__link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
				.navbar-ciputralife .ciputralife__link.active .ciputralife-dropdown-menu, .navbar-ciputralife .ciputralife__link:hover .ciputralife-dropdown-menu {
  pointer-events: auto;
  visibility: visible;
  margin-top: 38px;
  opacity: 1;
}
						.navbar-ciputralife .ciputralife__link.active .ciputralife-dropdown-menu a span, .navbar-ciputralife .ciputralife__link:hover .ciputralife-dropdown-menu a span {
  visibility: visible;
  top: 0px;
  opacity: 1;
}
					.navbar-ciputralife .ciputralife__link.active svg path, .navbar-ciputralife .ciputralife__link:hover svg path {
  fill: #008060;
}
				.navbar-ciputralife .btn-ciputralife.btn--effect.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
					.navbar-ciputralife .btn-ciputralife.btn--effect.active::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
					.navbar-ciputralife .btn-ciputralife.btn--effect.active::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
		.navbar-ciputralife.is-scroll,
		.navbar-ciputralife.is-colored {
  padding-top: 0.75rem;
  padding-bottom: 12px;
}
				.navbar-ciputralife.is-scroll #hamburger-menu span, .navbar-ciputralife.is-colored #hamburger-menu span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
			.navbar-ciputralife.is-scroll .ciputralife__link, .navbar-ciputralife.is-colored .ciputralife__link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
			.navbar-ciputralife.is-scroll .ciputralife__link:hover, .navbar-ciputralife.is-colored .ciputralife__link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}
					.navbar-ciputralife.is-scroll .ciputralife__link svg path, .navbar-ciputralife.is-colored .ciputralife__link svg path {
  fill: #fff;
}
				.navbar-ciputralife.is-scroll .ciputralife__link.active, .navbar-ciputralife.is-colored .ciputralife__link.active {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}
						.navbar-ciputralife.is-scroll .ciputralife__link:hover svg path, .navbar-ciputralife.is-colored .ciputralife__link:hover svg path {
  fill: #FFC107;
}
			.navbar-ciputralife.is-scroll img, .navbar-ciputralife.is-colored img {
  height: 38px;
				filter: brightness(0) invert(1);
}
				.navbar-ciputralife.is-scroll .btn-ciputralife.btn-ciputralife--green, .navbar-ciputralife.is-colored .btn-ciputralife.btn-ciputralife--green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
}
					.navbar-ciputralife.is-scroll .btn-ciputralife.btn--effect::before, .navbar-ciputralife.is-colored .btn-ciputralife.btn--effect::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
					.navbar-ciputralife.is-scroll .btn-ciputralife.btn--effect::after, .navbar-ciputralife.is-colored .btn-ciputralife.btn--effect::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
		.navbar-ciputralife.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
			.navbar-ciputralife.is-active img {
  --tw-brightness: brightness(0);
  --tw-invert: invert(1);
  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);
}
		.navbar-ciputralife.is-colored {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
		.navbar-ciputralife.is-scroll {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
} 
			.navbar-ciputralife .ciputralife-dropdown-menu.is-hidden {
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

	.nav-mobile-ciputralife-wrapper {
  position: fixed;
  top: 70px;
  z-index: 1030;
  height: 0%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
		.nav-mobile-ciputralife-wrapper .nav-mobile-ciputralife-inner {
  margin-top: 7rem;
}
		.nav-mobile-ciputralife-wrapper .nav-item {
  display: block;
  text-align: center;
}
			.nav-mobile-ciputralife-wrapper .nav-item a {
  position: relative;
  top: 140px;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: 'Hind';
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
		.nav-mobile-ciputralife-wrapper.is-scroll {
  top: 60px;
}

	@keyframes animHeight {
		0% {
			height: 0%;
		}
		100% {
			height: 100%;
		}
	}
		.nav-mobile-ciputralife .nav-mobile-item {
  margin-bottom: 0.75rem;
  display: block;
  text-align: center;
}
			.nav-mobile-ciputralife .nav-mobile-item a {
  font-family: 'Hind';
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
				transition: 0.4s all;
}
				.nav-mobile-ciputralife .nav-mobile-item a.active {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}
					.nav-mobile-ciputralife .nav-mobile-item a.data-slide.active,
					.nav-mobile-ciputralife .nav-mobile-item a.data-slide:hover,
					.nav-mobile-ciputralife .nav-mobile-item a.data-slide:focus {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
		.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 1030;
  margin-top: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
			transition: 0.4s all;
}
			.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu .back {
  pointer-events: auto;
  display: block;
  padding-top: 24px;
  padding-left: 28px;
  padding-bottom: 8px;
  text-align: left;
}
			.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu::before {
  display: none;
}
			.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu a {
  display: block;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
				transition: 0.4s all;
}
				.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu a.active {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
				.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu a span {
  position: relative;
  margin: 0px 30px;
  display: block;
  padding: 12px 0px 10px 0px;
					transition: 0.4s all;
}
					.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu a span::before {
						content: '';
						position: absolute;
						left: 0px;
						bottom: 0px;
						height: 1px;
						width: 100%;
						background-color: #e6e3e37e;
					}
						.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu a:last-child span::before {
  display: none;
}
			.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu.is-active {
  left: 0px;
  height: 100%;
  opacity: 1;
}
				.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu .page-mobile-section:hover,
				.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu .page-mobile-section:focus,
				.nav-mobile-ciputralife .ciputralife-mobile-dropdown-menu .page-mobile-section.active {
  --tw-text-opacity: 1 !important;
  color: rgb(0 128 96 / var(--tw-text-opacity)) !important;
}

	.cardhomeSwiper,
	.cardblogSwiper {
  margin-top: 2.5rem;
}
		.cardhomeSwiper .swiper-slide-shadow, .cardblogSwiper .swiper-slide-shadow {
			background: rgba(0,0,0,.1);
		}
		.cardhomeSwiper .swiper-slide, .cardblogSwiper .swiper-slide {
  border-radius: 20px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
		.cardhomeSwiper .swiper__text, .cardblogSwiper .swiper__text {
  position: absolute;
  top: 50%;
  right: 4rem;
  max-width: 455px;
  --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));
}
		.cardhomeSwiper .swiper__img, .cardblogSwiper .swiper__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
		.cardhomeSwiper .swiper__img::before, .cardblogSwiper .swiper__img::before {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 120%;
  border-radius: 25px;
  background-image: url('../public/images/page/bg_overlaywhite.png');
  background-size: cover;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
			.cardhomeSwiper .swiper__img img, .cardblogSwiper .swiper__img img {
  aspect-ratio: 2;
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
} 
		.cardblogSwiper .swiper__img::before {
  content: var(--tw-content);
  display: none;
}
			.cardblogSwiper .swiper__img img {
  aspect-ratio: 1.8;
  -o-object-fit: cover;
     object-fit: cover;
}
			@media (min-width: 1140px) {

  .cardblogSwiper .swiper__img img {
    aspect-ratio: 1.4;
  }
}
			@media (min-width: 1540px) {

  .cardblogSwiper .swiper__img img {
    aspect-ratio: 1.8;
  }
} 
			.our-product .card-top-left::after, .our-product .card-middle-top::after, .our-product .card-middle-bottom::after, .our-product .card-top-right::after, .our-product .card-bottom-left::after, .our-product .card-bottom-middle::after, .our-product .card-bottom-right::after {
				content: '';
				position: absolute;
				bottom: 0px;
				z-index: 1;
				height: 50%;
				width: 100%;
				border-bottom-right-radius: 0.75rem;
				border-bottom-left-radius: 0.75rem;
				--tw-bg-opacity: 1;
				background-color: rgb(0 33 67 / var(--tw-bg-opacity));
				background: linear-gradient(0deg, rgba(0, 33, 67, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
				transition: 0.4s ease-in-out;
	
			}
				.our-product .card-top-left:hover::after, .our-product .card-middle-top:hover::after, .our-product .card-middle-bottom:hover::after, .our-product .card-top-right:hover::after, .our-product .card-bottom-left:hover::after, .our-product .card-bottom-middle:hover::after, .our-product .card-bottom-right:hover::after {
  height: 100%;
					background: linear-gradient(0deg, rgba(0, 33, 67, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
		.our-product .card-top-left {
  position: relative;
  height: 100%;
  max-width: 280px;
  align-self: flex-end;
  border-radius: 0.75rem;
}
		@media (min-width: 640px) {

  .our-product .card-top-left {
    grid-column: span 1 / span 1;
    max-width: none;
  }
}
		@media (min-width: 900px) {

  .our-product .card-top-left {
    grid-column: span 1 / span 1;
    height: 60%;
  }
}
		@media (min-width: 1024px) {

  .our-product .card-top-left {
    height: 80%;
  }
}
		.our-product .card-middle {
  position: relative;
  display: flex;
  max-width: 280px;
  flex-direction: column;
  gap: 0.5rem;
  align-self: flex-end;
}
		@media (min-width: 640px) {

  .our-product .card-middle {
    grid-column: span 1 / span 1;
    max-width: none;
  }
}
		@media (min-width: 900px) {

  .our-product .card-middle {
    grid-column: span 1 / span 1;
  }
}
		@media (min-width: 1024px) {

  .our-product .card-middle {
    gap: 2rem;
  }
}
		.our-product .card-top-right {
  position: relative;
  height: 100%;
  max-width: 280px;
  border-radius: 0.75rem;
}
		@media (min-width: 640px) {

  .our-product .card-top-right {
    grid-column: span 1 / span 1;
    max-width: none;
  }
}
		@media (min-width: 900px) {

  .our-product .card-top-right {
    grid-column: span 1 / span 1;
  }
}
		.our-product .card-bottom {
  position: relative;
  display: flex;
  max-width: 280px;
  flex-direction: column;
  gap: 0.5rem;
}
		@media (min-width: 640px) {

  .our-product .card-bottom {
    grid-column: span 3 / span 3;
    max-width: none;
    flex-direction: row;
  }
}
		@media (min-width: 900px) {

  .our-product .card-bottom {
    grid-column: span 1 / span 1;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
		@media (min-width: 1024px) {

  .our-product .card-bottom {
    right: 60px;
    gap: 2rem;
  }
}
			.our-product .card-bottom-middle img {
  position: relative;
}
		.our-product .card-caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 10;
  max-width: 90%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: 'Karma';
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		@media (min-width: 1024px) {

  .our-product .card-caption {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
		@media (min-width: 1140px) {

  .awardSwiper .swiper-slide {
    width: 100%;
  }
}
		@media (min-width: 1540px) {

  .awardSwiper .swiper-slide {
    width: 92%;
  }
}
			.awardSwiper .swiper-slide .award-item {
  width: 100%;
  opacity: 0.4;
}
			@media (min-width: 640px) {

  .awardSwiper .swiper-slide .award-item {
    width: 50%;
  }
}
			@media (min-width: 900px) {

  .awardSwiper .swiper-slide .award-item {
    width: 50%;
  }
}
			@media (min-width: 1024px) {

  .awardSwiper .swiper-slide .award-item {
    width: 50%;
  }
}
			@media (min-width: 1140px) {

  .awardSwiper .swiper-slide .award-item {
    width: 33%;
  }
}
			@media (min-width: 1540px) {

  .awardSwiper .swiper-slide .award-item {
    width: 32.333333%;
  }
}
			.awardSwiper .swiper-slide .award-item {
				transition: 0.4s all;
			}
				.awardSwiper .swiper-slide.swiper-slide-active .award-item {
  opacity: 1;
} 
			.thumbawardSwiper .swiper-slide .line {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  padding-left: 0.75rem;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(169 181 193 / var(--tw-text-opacity));
} 
			.thumbawardSwiper .swiper-slide .line::before {
  position: absolute;
  left: 3.5rem;
  top: 11px;
  height: 1px;
  width: 60%;
  border-radius: 0.75rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
} 
			.thumbawardSwiper .swiper-slide .line::after {
  position: absolute;
  left: 3.5rem;
  top: 10px;
  height: 3px;
  width: 60%;
  border-radius: 0.75rem;
  content: var(--tw-content);
  background-color: transparent;
} 
			@media (min-width: 1024px) {

  .thumbawardSwiper .swiper-slide .line::before {
    content: var(--tw-content);
    width: 74%;
  }

  .thumbawardSwiper .swiper-slide .line::after {
    content: var(--tw-content);
    width: 74%;
  }
} 
			.thumbawardSwiper .swiper-slide .line {
				transition: 0.4s all;
			}
				.thumbawardSwiper .swiper-slide .line::after {
					transition: 0.4s all;
				}
			.thumbawardSwiper .swiper-slide .circle {
  visibility: hidden;
  position: absolute;
  right: 0.125rem;
  top: 0.25rem;
  z-index: 1;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  opacity: 0;
  --tw-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
			.thumbawardSwiper .swiper-slide .circle::before {
  position: absolute;
  height: 6px;
  width: 6px;
  content: var(--tw-content);
  background-color: transparent;
}
			.thumbawardSwiper .swiper-slide .circle {
				background:#ffffff;
			}
				.thumbawardSwiper .swiper-slide .circle::before {
					content: '';
					left: 50%;
					top: 50%;
					--tw-translate-x: -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));
					border-radius: 50%;
				}
				.thumbawardSwiper .swiper-slide.swiper-slide-thumb-active .line {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
				.thumbawardSwiper .swiper-slide.swiper-slide-thumb-active .line::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
				.thumbawardSwiper .swiper-slide.swiper-slide-thumb-active .line::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
				.thumbawardSwiper .swiper-slide.swiper-slide-thumb-active .circle {
  visibility: visible;
  opacity: 1;
}
					.thumbawardSwiper .swiper-slide.swiper-slide-thumb-active .circle::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
		.tabscontrolproductSwiper .swiper-slide, .tabscontrolblogSwiper .swiper-slide, .tabscontrolManagementSwiper .swiper-slide, .tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
  width: 31.333333%;
  text-align: center;
}
		@media (min-width: 1024px) {

  .tabscontrolproductSwiper .swiper-slide, .tabscontrolblogSwiper .swiper-slide, .tabscontrolManagementSwiper .swiper-slide, .tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
    width: 15%;
  }
}
			.tabscontrolproductSwiper .swiper-slide .circle, .tabscontrolblogSwiper .swiper-slide .circle, .tabscontrolManagementSwiper .swiper-slide .circle, .tabscontrolCorporateGovernanceSwiper .swiper-slide .circle, .tabscontrolFinancialStatementsSwiper .swiper-slide .circle, .tabscontrolSustainabilityReportSwiper .swiper-slide .circle, .tabscontrolServicesSwiper .swiper-slide .circle {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
				.tabscontrolproductSwiper .swiper-slide:last-child .circle, .tabscontrolblogSwiper .swiper-slide:last-child .circle, .tabscontrolManagementSwiper .swiper-slide:last-child .circle, .tabscontrolCorporateGovernanceSwiper .swiper-slide:last-child .circle, .tabscontrolFinancialStatementsSwiper .swiper-slide:last-child .circle, .tabscontrolSustainabilityReportSwiper .swiper-slide:last-child .circle, .tabscontrolServicesSwiper .swiper-slide:last-child .circle {
  display: none;
}
			.tabscontrolproductSwiper .swiper-slide span,
			.tabscontrolproductSwiper .swiper-slide a,
			.tabscontrolblogSwiper .swiper-slide span,
			.tabscontrolblogSwiper .swiper-slide a,
			.tabscontrolManagementSwiper .swiper-slide span,
			.tabscontrolManagementSwiper .swiper-slide a,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide span,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide a,
			.tabscontrolFinancialStatementsSwiper .swiper-slide span,
			.tabscontrolFinancialStatementsSwiper .swiper-slide a,
			.tabscontrolSustainabilityReportSwiper .swiper-slide span,
			.tabscontrolSustainabilityReportSwiper .swiper-slide a,
			.tabscontrolServicesSwiper .swiper-slide span,
			.tabscontrolServicesSwiper .swiper-slide a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
			.tabscontrolproductSwiper .swiper-slide span::before,
			.tabscontrolproductSwiper .swiper-slide a::before,
			.tabscontrolblogSwiper .swiper-slide span::before,
			.tabscontrolblogSwiper .swiper-slide a::before,
			.tabscontrolManagementSwiper .swiper-slide span::before,
			.tabscontrolManagementSwiper .swiper-slide a::before,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide span::before,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide a::before,
			.tabscontrolFinancialStatementsSwiper .swiper-slide span::before,
			.tabscontrolFinancialStatementsSwiper .swiper-slide a::before,
			.tabscontrolSustainabilityReportSwiper .swiper-slide span::before,
			.tabscontrolSustainabilityReportSwiper .swiper-slide a::before,
			.tabscontrolServicesSwiper .swiper-slide span::before,
			.tabscontrolServicesSwiper .swiper-slide a::before {
  visibility: hidden;
  position: absolute;
  left: 0px;
  bottom: 8px;
  height: 2px;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  content: var(--tw-content);
  opacity: 0;
}
			@media (min-width: 1140px) {

  .tabscontrolproductSwiper .swiper-slide span,
			.tabscontrolproductSwiper .swiper-slide a,
			.tabscontrolblogSwiper .swiper-slide span,
			.tabscontrolblogSwiper .swiper-slide a,
			.tabscontrolManagementSwiper .swiper-slide span,
			.tabscontrolManagementSwiper .swiper-slide a,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide span,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide a,
			.tabscontrolFinancialStatementsSwiper .swiper-slide span,
			.tabscontrolFinancialStatementsSwiper .swiper-slide a,
			.tabscontrolSustainabilityReportSwiper .swiper-slide span,
			.tabscontrolSustainabilityReportSwiper .swiper-slide a,
			.tabscontrolServicesSwiper .swiper-slide span,
			.tabscontrolServicesSwiper .swiper-slide a {
    font-size: 16px;
  }
}
			@media (min-width: 1540px) {

  .tabscontrolproductSwiper .swiper-slide span,
			.tabscontrolproductSwiper .swiper-slide a,
			.tabscontrolblogSwiper .swiper-slide span,
			.tabscontrolblogSwiper .swiper-slide a,
			.tabscontrolManagementSwiper .swiper-slide span,
			.tabscontrolManagementSwiper .swiper-slide a,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide span,
			.tabscontrolCorporateGovernanceSwiper .swiper-slide a,
			.tabscontrolFinancialStatementsSwiper .swiper-slide span,
			.tabscontrolFinancialStatementsSwiper .swiper-slide a,
			.tabscontrolSustainabilityReportSwiper .swiper-slide span,
			.tabscontrolSustainabilityReportSwiper .swiper-slide a,
			.tabscontrolServicesSwiper .swiper-slide span,
			.tabscontrolServicesSwiper .swiper-slide a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
				.tabscontrolproductSwiper .swiper-slide span::before, .tabscontrolproductSwiper .swiper-slide a::before, .tabscontrolblogSwiper .swiper-slide span::before, .tabscontrolblogSwiper .swiper-slide a::before, .tabscontrolManagementSwiper .swiper-slide span::before, .tabscontrolManagementSwiper .swiper-slide a::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide span::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide a::before, .tabscontrolFinancialStatementsSwiper .swiper-slide span::before, .tabscontrolFinancialStatementsSwiper .swiper-slide a::before, .tabscontrolSustainabilityReportSwiper .swiper-slide span::before, .tabscontrolSustainabilityReportSwiper .swiper-slide a::before, .tabscontrolServicesSwiper .swiper-slide span::before, .tabscontrolServicesSwiper .swiper-slide a::before {
					transition: 0.4s ease-in-out;
				}
			.tabscontrolproductSwiper .swiper-slide span, .tabscontrolblogSwiper .swiper-slide span, .tabscontrolManagementSwiper .swiper-slide span, .tabscontrolCorporateGovernanceSwiper .swiper-slide span, .tabscontrolFinancialStatementsSwiper .swiper-slide span, .tabscontrolSustainabilityReportSwiper .swiper-slide span, .tabscontrolServicesSwiper .swiper-slide span {
				transition: 0.4s ease-in-out;
			}
				.tabscontrolproductSwiper .swiper-slide.swiper-slide-thumb-active span, .tabscontrolblogSwiper .swiper-slide.swiper-slide-thumb-active span, .tabscontrolManagementSwiper .swiper-slide.swiper-slide-thumb-active span, .tabscontrolCorporateGovernanceSwiper .swiper-slide.swiper-slide-thumb-active span, .tabscontrolFinancialStatementsSwiper .swiper-slide.swiper-slide-thumb-active span, .tabscontrolSustainabilityReportSwiper .swiper-slide.swiper-slide-thumb-active span, .tabscontrolServicesSwiper .swiper-slide.swiper-slide-thumb-active span {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
				.tabscontrolproductSwiper .swiper-slide.swiper-slide-thumb-active span::before, .tabscontrolblogSwiper .swiper-slide.swiper-slide-thumb-active span::before, .tabscontrolManagementSwiper .swiper-slide.swiper-slide-thumb-active span::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide.swiper-slide-thumb-active span::before, .tabscontrolFinancialStatementsSwiper .swiper-slide.swiper-slide-thumb-active span::before, .tabscontrolSustainabilityReportSwiper .swiper-slide.swiper-slide-thumb-active span::before, .tabscontrolServicesSwiper .swiper-slide.swiper-slide-thumb-active span::before {
  visibility: visible;
  content: var(--tw-content);
  opacity: 1;
}
				.tabscontrolproductSwiper .swiper-slide:hover span, .tabscontrolblogSwiper .swiper-slide:hover span, .tabscontrolManagementSwiper .swiper-slide:hover span, .tabscontrolCorporateGovernanceSwiper .swiper-slide:hover span, .tabscontrolFinancialStatementsSwiper .swiper-slide:hover span, .tabscontrolSustainabilityReportSwiper .swiper-slide:hover span, .tabscontrolServicesSwiper .swiper-slide:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
		.tabscontrolproductSwiper .swiper-slide {
  width: 50%;
}
		@media (min-width: 640px) {

  .tabscontrolproductSwiper .swiper-slide {
    width: 32%;
  }
}
		@media (min-width: 900px) {

  .tabscontrolproductSwiper .swiper-slide {
    width: 22%;
  }
}
		@media (min-width: 1024px) {

  .tabscontrolproductSwiper .swiper-slide {
    width: 22%;
  }
}
		@media (min-width: 1140px) {

  .tabscontrolproductSwiper .swiper-slide {
    width: 20%;
  }
}
		@media (min-width: 1540px) {

  .tabscontrolproductSwiper .swiper-slide {
    width: 18%;
  }
}
				.tabscontrolproductSwiper .swiper-slide:last-child .circle {
  display: none;
}
		.product-index__insurance-list .tabs-control-our-product {
  margin-bottom: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
			.product-index__insurance-list .product-index__insurance-list-content h2,
			.product-index__insurance-list .product-index__insurance-list-content h3,
			.product-index__insurance-list .product-index__insurance-list-content h4,
			.product-index__insurance-list .product-index__insurance-list-content h5 {
  font-size: 30px !important;
  line-height: 42px !important;
}
			@media (min-width: 1024px) {

  .product-index__insurance-list .product-index__insurance-list-content h2,
			.product-index__insurance-list .product-index__insurance-list-content h3,
			.product-index__insurance-list .product-index__insurance-list-content h4,
			.product-index__insurance-list .product-index__insurance-list-content h5 {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
    line-height: 1.375 !important;
  }
}
			.product-index__insurance-list .tabscontrolproductSwiper .swiper-slide {
  width: 75%;
  text-align: center;
}
			.product-index__insurance-list .tabscontrolproductSwiper .swiper-slide::before {
  content: var(--tw-content);
  display: none;
}
			@media (min-width: 640px) {

  .product-index__insurance-list .tabscontrolproductSwiper .swiper-slide {
    width: 33%;
  }
}
			@media (min-width: 1024px) {

  .product-index__insurance-list .tabscontrolproductSwiper .swiper-slide {
    width: 20%;
  }
}
			@media (min-width: 1140px) {

  .product-index__insurance-list .tabscontrolproductSwiper .swiper-slide {
    width: 18%;
  }
}
			@media (min-width: 1540px) {

  .product-index__insurance-list .tabscontrolproductSwiper .swiper-slide {
    width: 14%;
  }
}
				.product-index__insurance-list .tabscontrolproductSwiper .swiper-slide div {
  position: absolute;
  right: 0px;
  top: 0.5rem;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
					transform: translate(-50%, 0%);
}
					.product-index__insurance-list .tabscontrolproductSwiper .swiper-slide:nth-child(1) div {
  right: -0px;
}
					.product-index__insurance-list .tabscontrolproductSwiper .swiper-slide:last-child div {
  display: none;
}
	
				.product-index__insurance-list .tabscontrolproductSwiper .swiper-slide .swiper-slide-thumb-active::before {
  visibility: visible;
  content: var(--tw-content);
  opacity: 1;
}

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

	.ribbon-text {
  position: relative;
  display: inline-block;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 3 53 / var(--tw-bg-opacity));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.ribbon-text::before {
			content: "";
			position: absolute;
			left: -0.625rem;
			top: 0px;
			height: 0px;
			width: 0px;
			border-right-width: 10px;
			border-top-width: 10px;
			border-style: solid;
			--tw-border-opacity: 1;
			border-right-color: rgb(204 0 41 / var(--tw-border-opacity));
			border-top-color: transparent;
		}
		.ribbon-text::after {
			content: "";
			position: absolute;
			right: -0.625rem;
			top: 0px;
			height: 0px;
			width: 0px;
			border-right-width: 10px;
			border-bottom-width: 10px;
			border-style: solid;
			border-right-color: transparent;
			--tw-border-opacity: 1;
			border-bottom-color: rgb(204 0 41 / var(--tw-border-opacity));
		}
		.tabscontrolblogSwiper .swiper-slide, .tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
  width: 25%;
  text-align: left;
}
		.tabscontrolblogSwiper .swiper-slide::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide::before, .tabscontrolFinancialStatementsSwiper .swiper-slide::before, .tabscontrolSustainabilityReportSwiper .swiper-slide::before, .tabscontrolServicesSwiper .swiper-slide::before {
  right: 0px;
  content: var(--tw-content);
  --tw-translate-x: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
		@media (min-width: 640px) {

  .tabscontrolblogSwiper .swiper-slide, .tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
    width: 20%;
  }
}
		@media (min-width: 900px) {

  .tabscontrolblogSwiper .swiper-slide, .tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
    width: 25%;
  }
}
		@media (min-width: 1024px) {

  .tabscontrolblogSwiper .swiper-slide, .tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
    width: 25%;
    text-align: right;
  }

  .tabscontrolblogSwiper .swiper-slide::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide::before, .tabscontrolFinancialStatementsSwiper .swiper-slide::before, .tabscontrolSustainabilityReportSwiper .swiper-slide::before, .tabscontrolServicesSwiper .swiper-slide::before {
    content: var(--tw-content);
    --tw-translate-x: 26px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
		@media (min-width: 1140px) {

  .tabscontrolblogSwiper .swiper-slide, .tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
    width: 18%;
  }
}
		@media (min-width: 1540px) {

  .tabscontrolblogSwiper .swiper-slide::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide::before, .tabscontrolFinancialStatementsSwiper .swiper-slide::before, .tabscontrolSustainabilityReportSwiper .swiper-slide::before, .tabscontrolServicesSwiper .swiper-slide::before {
    content: var(--tw-content);
    --tw-translate-x: 40px;
    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));
  }
}
			.tabscontrolblogSwiper .swiper-slide:nth-child(1)::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide:nth-child(1)::before, .tabscontrolFinancialStatementsSwiper .swiper-slide:nth-child(1)::before, .tabscontrolSustainabilityReportSwiper .swiper-slide:nth-child(1)::before, .tabscontrolServicesSwiper .swiper-slide:nth-child(1)::before {
  content: var(--tw-content);
  right: 8px;
}
			@media (min-width: 1024px) {

  .tabscontrolblogSwiper .swiper-slide:nth-child(1)::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide:nth-child(1)::before, .tabscontrolFinancialStatementsSwiper .swiper-slide:nth-child(1)::before, .tabscontrolSustainabilityReportSwiper .swiper-slide:nth-child(1)::before, .tabscontrolServicesSwiper .swiper-slide:nth-child(1)::before {
    content: var(--tw-content);
    right: -10px;
  }
}
			@media (min-width: 1140px) {

  .tabscontrolblogSwiper .swiper-slide:nth-child(1)::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide:nth-child(1)::before, .tabscontrolFinancialStatementsSwiper .swiper-slide:nth-child(1)::before, .tabscontrolSustainabilityReportSwiper .swiper-slide:nth-child(1)::before, .tabscontrolServicesSwiper .swiper-slide:nth-child(1)::before {
    content: var(--tw-content);
    right: -0px;
  }
}
			.tabscontrolblogSwiper .swiper-slide:nth-child(2)::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide:nth-child(2)::before, .tabscontrolFinancialStatementsSwiper .swiper-slide:nth-child(2)::before, .tabscontrolSustainabilityReportSwiper .swiper-slide:nth-child(2)::before, .tabscontrolServicesSwiper .swiper-slide:nth-child(2)::before {
  content: var(--tw-content);
  right: 10px;
}
			@media (min-width: 1024px) {

  .tabscontrolblogSwiper .swiper-slide:nth-child(2)::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide:nth-child(2)::before, .tabscontrolFinancialStatementsSwiper .swiper-slide:nth-child(2)::before, .tabscontrolSustainabilityReportSwiper .swiper-slide:nth-child(2)::before, .tabscontrolServicesSwiper .swiper-slide:nth-child(2)::before {
    content: var(--tw-content);
    right: -10px;
  }
}
			@media (min-width: 1140px) {

  .tabscontrolblogSwiper .swiper-slide:nth-child(2)::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide:nth-child(2)::before, .tabscontrolFinancialStatementsSwiper .swiper-slide:nth-child(2)::before, .tabscontrolSustainabilityReportSwiper .swiper-slide:nth-child(2)::before, .tabscontrolServicesSwiper .swiper-slide:nth-child(2)::before {
    content: var(--tw-content);
    right: -0px;
  }
}
			.tabscontrolblogSwiper .swiper-slide a, .tabscontrolCorporateGovernanceSwiper .swiper-slide a, .tabscontrolFinancialStatementsSwiper .swiper-slide a, .tabscontrolSustainabilityReportSwiper .swiper-slide a, .tabscontrolServicesSwiper .swiper-slide a {
  cursor: pointer;
				transition: 0.4s ease-in-out;
}
				.tabscontrolblogSwiper .swiper-slide a:hover, .tabscontrolCorporateGovernanceSwiper .swiper-slide a:hover, .tabscontrolFinancialStatementsSwiper .swiper-slide a:hover, .tabscontrolSustainabilityReportSwiper .swiper-slide a:hover, .tabscontrolServicesSwiper .swiper-slide a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
			.tabscontrolblogSwiper .swiper-slide .swiper-active, .tabscontrolCorporateGovernanceSwiper .swiper-slide .swiper-active, .tabscontrolFinancialStatementsSwiper .swiper-slide .swiper-active, .tabscontrolSustainabilityReportSwiper .swiper-slide .swiper-active, .tabscontrolServicesSwiper .swiper-slide .swiper-active {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
			.tabscontrolblogSwiper .swiper-slide .swiper-active::before, .tabscontrolCorporateGovernanceSwiper .swiper-slide .swiper-active::before, .tabscontrolFinancialStatementsSwiper .swiper-slide .swiper-active::before, .tabscontrolSustainabilityReportSwiper .swiper-slide .swiper-active::before, .tabscontrolServicesSwiper .swiper-slide .swiper-active::before {
  visibility: visible;
  content: var(--tw-content);
  opacity: 1;
}
		.tabscontrolblogSwiper .swiper-slide {
  text-align: center;
}
				.tabscontrolblogSwiper .swiper-slide:last-child .circle {
  display: none;
}
		.tabscontrolCorporateGovernanceSwiper .swiper-slide, .tabscontrolFinancialStatementsSwiper .swiper-slide, .tabscontrolSustainabilityReportSwiper .swiper-slide, .tabscontrolServicesSwiper .swiper-slide {
  text-align: left;
}
		.tabscontrolCorporateGovernanceSwiper .swiper-slide::before, .tabscontrolFinancialStatementsSwiper .swiper-slide::before, .tabscontrolSustainabilityReportSwiper .swiper-slide::before, .tabscontrolServicesSwiper .swiper-slide::before {
  content: var(--tw-content);
  display: none;
}
			.tabscontrolCorporateGovernanceSwiper .swiper-slide a, .tabscontrolFinancialStatementsSwiper .swiper-slide a, .tabscontrolSustainabilityReportSwiper .swiper-slide a, .tabscontrolServicesSwiper .swiper-slide a {
  padding-bottom: 1rem;
  padding-left: 18px;
  padding-right: 18px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
			.tabscontrolCorporateGovernanceSwiper .swiper-slide a::before, .tabscontrolFinancialStatementsSwiper .swiper-slide a::before, .tabscontrolSustainabilityReportSwiper .swiper-slide a::before, .tabscontrolServicesSwiper .swiper-slide a::before {
  content: var(--tw-content);
  bottom: -2px;
}

	.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: auto;
}
		.tabscontrolManagementSwiper .swiper-slide {
  width: 52%;
}
		@media (min-width: 640px) {

  .tabscontrolManagementSwiper .swiper-slide {
    width: 28%;
  }
}
		@media (min-width: 900px) {

  .tabscontrolManagementSwiper .swiper-slide {
    width: 22%;
  }
}
		@media (min-width: 1024px) {

  .tabscontrolManagementSwiper .swiper-slide {
    width: 19%;
  }
}
		@media (min-width: 1140px) {

  .tabscontrolManagementSwiper .swiper-slide {
    width: 17%;
  }
}
		@media (min-width: 1540px) {

  .tabscontrolManagementSwiper .swiper-slide {
    width: 13%;
  }
}
			.tabscontrolManagementSwiper .swiper-slide a {
  cursor: pointer;
}
				.tabscontrolManagementSwiper .swiper-slide a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
				.tabscontrolManagementSwiper .swiper-slide a:hover::before {
  visibility: visible;
  content: var(--tw-content);
  opacity: 1;
}
			.tabscontrolManagementSwiper .swiper-slide .circle {
  margin-left: 36px;
}
			.tabscontrolManagementSwiper .swiper-slide:nth-child(1)::before {
  content: var(--tw-content);
  right: 20px;
}
			@media (min-width: 640px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(1)::before {
    content: var(--tw-content);
    right: 30px;
  }
}
			@media (min-width: 900px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(1)::before {
    content: var(--tw-content);
    right: 40px;
  }
}
			@media (min-width: 1140px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(1)::before {
    content: var(--tw-content);
    right: 40px;
  }
}
			@media (min-width: 1540px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(1)::before {
    content: var(--tw-content);
    right: 40px;
  }
}
			@media (min-width: 640px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2)::before {
    content: var(--tw-content);
    right: 20px;
  }
}
			@media (min-width: 900px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2)::before {
    content: var(--tw-content);
    right: 40px;
  }
}
			@media (min-width: 1140px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2)::before {
    content: var(--tw-content);
    right: 40px;
  }
}
			@media (min-width: 1540px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2)::before {
    content: var(--tw-content);
    right: 35px;
  }
}
			.tabscontrolManagementSwiper .swiper-slide:nth-child(2),
			.tabscontrolManagementSwiper .swiper-slide:nth-child(3) {
  text-align: center;
}
			@media (min-width: 640px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2),
			.tabscontrolManagementSwiper .swiper-slide:nth-child(3) {
    text-align: left;
  }
}
			@media (min-width: 900px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2),
			.tabscontrolManagementSwiper .swiper-slide:nth-child(3) {
    text-align: left;
  }
}
			@media (min-width: 1024px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2),
			.tabscontrolManagementSwiper .swiper-slide:nth-child(3) {
    text-align: left;
  }
}
			@media (min-width: 1140px) {

  .tabscontrolManagementSwiper .swiper-slide:nth-child(2),
			.tabscontrolManagementSwiper .swiper-slide:nth-child(3) {
    text-align: left;
  }
}
			.tabscontrolManagementSwiper .swiper-slide .swiper-active {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
			.tabscontrolManagementSwiper .swiper-slide .swiper-active::before {
  visibility: visible;
  content: var(--tw-content);
  opacity: 1;
}
		.tabsmainManagementSwiper .swiper-slide {
  width: 70%;
}
			.tabsmainManagementSwiper .card-img .card-caption, .product-index__category .card-img .card-caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
				.tabsmainManagementSwiper .card-img .card-caption::before, .product-index__category .card-img .card-caption::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 150px;
  width: 100%;
					content: '';
					background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
					transition: 0.2s ease-in-out;
}
				.tabsmainManagementSwiper .card-img .card-caption h3,
				.tabsmainManagementSwiper .card-img .card-caption .position-management,
				.product-index__category .card-img .card-caption h3,
				.product-index__category .card-img .card-caption .position-management {
  bottom: -2.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
				.tabsmainManagementSwiper .card-img .card-caption ul,
				.tabsmainManagementSwiper .card-img .card-caption h3,
				.tabsmainManagementSwiper .card-img .card-caption p,
				.tabsmainManagementSwiper .card-img .card-caption .position-management,
				.product-index__category .card-img .card-caption ul,
				.product-index__category .card-img .card-caption h3,
				.product-index__category .card-img .card-caption p,
				.product-index__category .card-img .card-caption .position-management {
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
				.tabsmainManagementSwiper .card-img .card-caption ul, .product-index__category .card-img .card-caption ul {
  margin-bottom: 1.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 500ms;
}
					.tabsmainManagementSwiper .card-img .card-caption ul li, .product-index__category .card-img .card-caption ul li {
  margin-bottom: 2px;
  font-size: 13px;
}
						.tabsmainManagementSwiper .card-img .card-caption ul li span, .product-index__category .card-img .card-caption ul li span {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}
							.tabsmainManagementSwiper .card-img .card-caption ul li span::before, .product-index__category .card-img .card-caption ul li span::before {
								content: '';
								position: absolute;
								left: -12px;
								top: 8px;
								height: 6px;
								width: 6px;
								--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));
								border-radius: 9999px;
								--tw-bg-opacity: 1;
								background-color: rgb(255 193 7 / var(--tw-bg-opacity));
							}
				.tabsmainManagementSwiper .card-img .card-caption ul,
				.tabsmainManagementSwiper .card-img .card-caption p,
				.product-index__category .card-img .card-caption ul,
				.product-index__category .card-img .card-caption p {
  height: 0px;
  overflow: hidden;
}
				.tabsmainManagementSwiper .card-img .card-caption p, .product-index__category .card-img .card-caption p {
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 500ms;
}
				.tabsmainManagementSwiper .card-img .card-caption h3, .product-index__category .card-img .card-caption h3 {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
				.tabsmainManagementSwiper .card-img .card-caption .position-management, .product-index__category .card-img .card-caption .position-management {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
				.tabsmainManagementSwiper .card-img .card-caption .card-btn, .product-index__category .card-img .card-caption .card-btn {
  position: relative;
  bottom: -80px;
  margin-bottom: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 500ms;
} 
					.tabsmainManagementSwiper .card-img:hover .card-caption p,
					.tabsmainManagementSwiper .card-img:hover .card-caption ul,
					.product-index__category .card-img:hover .card-caption p,
					.product-index__category .card-img:hover .card-caption ul {
  height: auto;
  overflow: visible;
  opacity: 1;
}
					.tabsmainManagementSwiper .card-img:hover .card-caption ul, .product-index__category .card-img:hover .card-caption ul {
  height: 64px;
}
					.tabsmainManagementSwiper .card-img:hover .card-caption p, .product-index__category .card-img:hover .card-caption p {
  height: 66px;
}
					.tabsmainManagementSwiper .card-img:hover .card-caption h3,
					.tabsmainManagementSwiper .card-img:hover .card-caption .position-management,
					.product-index__category .card-img:hover .card-caption h3,
					.product-index__category .card-img:hover .card-caption .position-management {
  bottom: 0px;
}
					.tabsmainManagementSwiper .card-img:hover .card-caption::before, .product-index__category .card-img:hover .card-caption::before {
  height: 500px;
						background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
					.tabsmainManagementSwiper .card-img:hover .card-caption .card-btn, .product-index__category .card-img:hover .card-caption .card-btn {
  bottom: 0px;
  margin-bottom: 1rem;
}
		.product-index__category .swiper-slide {
  width: 70%;
}
					.product-index__category .card-btn .btn-ciputralife svg path {
  fill: #008060;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 500ms;
}
						.product-index__category .card-btn .btn-ciputralife:hover svg path {
  fill: #fff;
}
				.product-index__category .card-img .card-caption h3 {
  margin-bottom: 0.5rem;
}
				.product-index__category .card-img .card-caption::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
					content: '';
					background: linear-gradient(180deg, rgba(0, 33, 67, 0) 0%, rgba(0, 33, 67, 0.9) 100%);
					transition: 0.4s ease-in-out;
}
							.product-index__category .card-img:hover .btn-ciputralife .card-btn svg path {
  fill: #008060;
} 
					.product-index__category .card-img:hover .card-caption::before {
						background: linear-gradient(180deg, rgba(0, 34, 67, 0.530) 0%, rgba(0, 33, 67, 1) 100%);
					}
		@media (min-width: 900px) {

  .swiper-slide.thumbnail-testi-left,
		.swiper-slide.thumbnail-testi-right {
    width: 48%;
  }
}
		@media (min-width: 1140px) {

  .swiper-slide.thumbnail-testi-left,
		.swiper-slide.thumbnail-testi-right {
    width: 88px;
  }
}
		@media (min-width: 1540px) {

  .swiper-slide.thumbnail-testi-left,
		.swiper-slide.thumbnail-testi-right {
    width: 120px;
  }
}
		@media (min-width: 1728px) {

  .swiper-slide.thumbnail-testi-left,
		.swiper-slide.thumbnail-testi-right {
    width: 140px;
  }
}

	.our-mission {
  margin-top: 2rem;
}
		.our-mission .our-mission__content {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  --tw-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
		@media (min-width: 1024px) {

  .our-mission .our-mission__content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
			.our-mission .our-mission__content ol {
  list-style-type: decimal;
  padding-left: 1rem;
  font-size: 16px;
}
				.our-mission .our-mission__content ol li {
  margin-bottom: 0.5rem;
  padding-left: 12px;
  line-height: 1.8;
}

	.border-heading {
  position: relative;
}
		.border-heading::before {
			content: '';
			position: absolute;
			left: -156px;
			top: 50%;
			height: 22px;
			width: 135px;
			--tw-translate-x: 0%;
			--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));
			background-image: url('../public/images/page/border_orange_left.png');
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}
		.border-heading::after {
			content: '';
			position: absolute;
			right: -156px;
			top: 50%;
			height: 22px;
			width: 135px;
			--tw-translate-x: 0%;
			--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));
			background-image: url('../public/images/page/border_orange_right.png');
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}
		.rate-us .card-rate-us {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
			transition: 0.4s all;
}
			.rate-us .card-rate-us::before {
				content: '';
				position: absolute;
				left: 0px;
				top: 0px;
				height: 100%;
				width: 100%;
				--tw-bg-opacity: 1;
				background-color: rgb(255 255 255 / var(--tw-bg-opacity));
				--tw-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04);
				--tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
				box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
			}
			.rate-us .card-rate-us::after {
				content: '';
				position: absolute;
				top: 0px;
				left: 0px;
				height: 100%;
				width: 100%;
				transition: 0.4s all;
			}
			.rate-us .card-rate-us img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
			.rate-us .card-rate-us h4,
			.rate-us .card-rate-us svg {
  position: relative;
  z-index: 10;
				transition: 0.4s all;
}
					.rate-us .card-rate-us #paint0_linear_2952_5976 stop:nth-child(1), .rate-us .card-rate-us #paint1_linear_2952_5976 stop:nth-child(1), .rate-us .card-rate-us #paint2_linear_2952_5976 stop:nth-child(1), .rate-us .card-rate-us #paint0_linear_2952_5987 stop:nth-child(1), .rate-us .card-rate-us #paint0_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint1_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint2_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint3_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint4_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint5_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint6_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint7_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint8_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint9_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint10_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint11_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint12_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint13_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint14_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint15_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint16_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint17_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us #paint0_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us #paint1_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us #paint2_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us #paint3_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us #paint4_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us #paint0_linear_2952_6029 stop:nth-child(1), .rate-us .card-rate-us #paint1_linear_2952_6029 stop:nth-child(1) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
						stop-color: #008060;
}
					.rate-us .card-rate-us #paint0_linear_2952_5976 stop:nth-child(2), .rate-us .card-rate-us #paint1_linear_2952_5976 stop:nth-child(2), .rate-us .card-rate-us #paint2_linear_2952_5976 stop:nth-child(2), .rate-us .card-rate-us #paint0_linear_2952_5987 stop:nth-child(2), .rate-us .card-rate-us #paint0_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint1_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint2_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint3_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint4_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint5_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint6_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint7_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint8_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint9_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint10_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint11_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint12_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint13_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint14_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint15_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint16_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint17_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us #paint0_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us #paint1_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us #paint2_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us #paint3_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us #paint4_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us #paint0_linear_2952_6029 stop:nth-child(2), .rate-us .card-rate-us #paint1_linear_2952_6029 stop:nth-child(2) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
						stop-color: #003974;
}
				.rate-us .card-rate-us:hover img {
  --tw-brightness: brightness(0);
  --tw-invert: invert(1);
  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);
}
				.rate-us .card-rate-us:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-shadow: inset 0 -333px 0 0 #008060;
  --tw-shadow-colored: inset 0 -333px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
				.rate-us .card-rate-us:hover h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
						.rate-us .card-rate-us:hover #paint0_linear_2952_5976 stop:nth-child(1), .rate-us .card-rate-us:hover #paint1_linear_2952_5976 stop:nth-child(1), .rate-us .card-rate-us:hover #paint2_linear_2952_5976 stop:nth-child(1), .rate-us .card-rate-us:hover #paint0_linear_2952_5987 stop:nth-child(1), .rate-us .card-rate-us:hover #paint0_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint1_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint2_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint3_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint4_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint5_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint6_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint7_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint8_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint9_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint10_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint11_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint12_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint13_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint14_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint15_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint16_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint17_linear_2952_5993 stop:nth-child(1), .rate-us .card-rate-us:hover #paint0_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us:hover #paint1_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us:hover #paint2_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us:hover #paint3_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us:hover #paint4_linear_2952_6020 stop:nth-child(1), .rate-us .card-rate-us:hover #paint0_linear_2952_6029 stop:nth-child(1), .rate-us .card-rate-us:hover #paint1_linear_2952_6029 stop:nth-child(1) {
							stop-color: #ffffff;
						}
						.rate-us .card-rate-us:hover #paint0_linear_2952_5976 stop:nth-child(2), .rate-us .card-rate-us:hover #paint1_linear_2952_5976 stop:nth-child(2), .rate-us .card-rate-us:hover #paint2_linear_2952_5976 stop:nth-child(2), .rate-us .card-rate-us:hover #paint0_linear_2952_5987 stop:nth-child(2), .rate-us .card-rate-us:hover #paint0_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint1_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint2_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint3_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint4_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint5_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint6_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint7_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint8_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint9_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint10_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint11_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint12_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint13_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint14_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint15_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint16_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint17_linear_2952_5993 stop:nth-child(2), .rate-us .card-rate-us:hover #paint0_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us:hover #paint1_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us:hover #paint2_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us:hover #paint3_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us:hover #paint4_linear_2952_6020 stop:nth-child(2), .rate-us .card-rate-us:hover #paint0_linear_2952_6029 stop:nth-child(2), .rate-us .card-rate-us:hover #paint1_linear_2952_6029 stop:nth-child(2) {
							stop-color: #ffffff;
						}
		@media (min-width: 1540px) {

  #swiper-testi-left .swiper-wrapper-center, #swiper-testi-right .swiper-wrapper-center {
    justify-content: center;
  }
}
			#swiper-testi-left .swiper-slide img, #swiper-testi-right .swiper-slide img {
  position: relative;
  top: 0px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
				transition: 0.4s all;
}
				#swiper-testi-left .swiper-slide.is-active img, #swiper-testi-left .swiper-slide.left-active img, #swiper-testi-left .swiper-slide.right-active img, #swiper-testi-right .swiper-slide.is-active img, #swiper-testi-right .swiper-slide.left-active img, #swiper-testi-right .swiper-slide.right-active img {
  top: -2rem;
}
		.blog .blog-label {
  position: relative;
  margin-right: 0.5rem;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.blog .blog-label::before {
  position: absolute;
  top: 0px;
  z-index: -1;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}
		.blog .blog-label {

			--border-color: #CC0029;
		}

			.blog .blog-label::before {
				background-color: var(--border-color);
			}
			
			.blog .blog-label.small {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
			
			.blog .blog-label.small::before {
  content: var(--tw-content);
  left: -65px;
}
			.blog .blog-label.large {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
			.blog .blog-label.large::before {
  content: var(--tw-content);
  left: -65px;
}
			.blog .blog-label.red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 3 53 / var(--tw-bg-opacity));
}
			.blog .blog-label.red::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 3 53 / var(--tw-bg-opacity));
}
			.blog .blog-label.dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
}
			.blog .blog-label.dark-blue::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
}
			.blog .blog-label.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
			.blog .blog-label.grey::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
			.blog .blog-label.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
			.blog .blog-label.yellow::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
			.blog .card-right-small::after, .blog .card-left-large::after {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 90%;
  width: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
			@media (min-width: 1024px) {

  .blog .card-right-small::after, .blog .card-left-large::after {
    height: 50%;
  }
}
			.blog .card-right-small::after, .blog .card-left-large::after {
				content: '';
				background: #002143;
				background: linear-gradient(0deg, rgba(0, 33, 67, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
				transition: 0.4s ease-in-out;
	
			}
				.blog .card-right-small:hover::after, .blog .card-left-large:hover::after {
  height: 100%;
					background: linear-gradient(0deg, rgba(0, 33, 67, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

		.blog .card-left-large {
  position: relative;
  border-radius: 0.75rem;
}
			.blog .card-left-large .card-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}
			@media (min-width: 1024px) {

  .blog .card-left-large .card-caption {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
				.blog .card-left-large .card-caption h2 {
  margin-bottom: 1rem;
  font-size: 25px;
  line-height: 1.375;
}
				@media (min-width: 1024px) {

  .blog .card-left-large .card-caption h2 {
    font-size: 32px;
  }
}
				.blog .card-left-large .card-caption p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
}
				@media (min-width: 1024px) {

  .blog .card-left-large .card-caption p {
    font-size: 18px;
    line-height: 30px;
  }
}

		.blog .card-right-small {
  position: relative;
  border-radius: 0.75rem;
}
			.blog .card-right-small .card-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}
				.blog .card-right-small .card-caption h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
}
				@media (min-width: 1024px) {

  .blog .card-right-small .card-caption h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
			.blog .card-caption h2,
			.blog .card-caption h3 {
  margin-top: 1rem;
}

			.blog .card-caption h2,
			.blog .card-caption h3,
			.blog .card-caption p,
			.blog .card-caption .card-caption__content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

		.blog .date {
  display: flex;
  align-items: center;
}

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

		.blog .date {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
			.blog .date span {
  font-size: 15px;
}
				.blog .card-right-small .date span {
  font-size: 12px;
}

		.blog .blogSwiper {
  margin-bottom: 2.5rem;
}

		@media (min-width: 1140px) {

  .blog .blogSwiper {
    margin-bottom: 5rem;
  }
}
				.blog .blogSwiper .swiper-slide .card-left-large,
				.blog .blogSwiper .swiper-slide card-right-small {
  opacity: 0.4;
}
					.blog .blogSwiper .swiper-slide.swiper-slide-active .card-left-large,
					.blog .blogSwiper .swiper-slide.swiper-slide-active .card-right-small {
  opacity: 1;
}
		.blog-index .blog-label, .blog-detail .blog-label {
  display: inline-block;
  min-width: 100px;
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 9px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
			.blog-index .blog-label.red, .blog-detail .blog-label.red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 3 53 / var(--tw-bg-opacity));
}
			.blog-index .blog-label.dark-blue, .blog-detail .blog-label.dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
}
			.blog-index .blog-label.grey, .blog-detail .blog-label.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
			.blog-index .blog-label.yellow, .blog-detail .blog-label.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}

		.blog-index .date, .blog-detail .date {
  display: flex;
  gap: 0.75rem;
}
			.blog-index .date svg, .blog-detail .date svg {
  position: relative;
  top: -2px;
  align-self: center;
}
				.blog-index .date svg path, .blog-detail .date svg path {
  fill: #999999;
}
			.blog-index .date span, .blog-detail .date span {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
			.blog-index .cardpaginationblogSwiper .swiper-slide, .blog-detail .cardpaginationblogSwiper .swiper-slide {
  width: 60px;
  cursor: pointer;
}
			@media (min-width: 1024px) {

  .blog-index .cardpaginationblogSwiper .swiper-slide, .blog-detail .cardpaginationblogSwiper .swiper-slide {
    width: 70px;
  }
}
			.blog-index .cardpaginationblogSwiper .svg-container, .blog-detail .cardpaginationblogSwiper .svg-container {
  position: relative;
  left: 1.5px;
  top: 9px;
  height: 2px;
  width: 100%;
  border-radius: 0.125rem;
}
				.blog-index .cardpaginationblogSwiper .svg-container::before, .blog-detail .cardpaginationblogSwiper .svg-container::before {
					content: '';
					visibility: hidden;
					position: absolute;
					left: 0px;
					top: 1.1px;
					z-index: -1;
					height: 3px;
					width: 38px;
					border-radius: 10px;
					--tw-bg-opacity: 1;
					background-color: rgb(217 217 217 / var(--tw-bg-opacity));
					opacity: 0;
				}
				@media (min-width: 1024px) {

  .blog-index .cardpaginationblogSwiper .svg-container::before, .blog-detail .cardpaginationblogSwiper .svg-container::before {
    width: 46px;
  }
}
				.blog-index .cardpaginationblogSwiper .svg-container::before, .blog-detail .cardpaginationblogSwiper .svg-container::before {
					transition: 0.4s all;
				}
			.blog-index .cardpaginationblogSwiper svg, .blog-detail .cardpaginationblogSwiper svg {
  width: 100%;
}
			.blog-index .cardpaginationblogSwiper .line, .blog-detail .cardpaginationblogSwiper .line {
  position: relative;
  --tw-translate-x: -35px;
  --tw-translate-y: -70px;
  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));
  stroke: #008060;
  stroke-width: 18;
				stroke-dasharray: 1000;
				stroke-dashoffset: 1000;
}
			.blog-index .cardpaginationblogSwiper span, .blog-detail .cardpaginationblogSwiper span {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
					.blog-index .cardpaginationblogSwiper .svg-wrapper.swiper-highlight span, .blog-detail .cardpaginationblogSwiper .svg-wrapper.swiper-highlight span {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
} 
						.blog-index .cardpaginationblogSwiper .svg-wrapper.swiper-highlight .svg-container::before, .blog-detail .cardpaginationblogSwiper .svg-wrapper.swiper-highlight .svg-container::before {
  visibility: visible;
  opacity: 1;
}
					.blog-index .cardpaginationblogSwiper .svg-wrapper.swiper-highlight .line, .blog-detail .cardpaginationblogSwiper .svg-wrapper.swiper-highlight .line {
						animation: dash 4s linear forwards;
					}
			.blog-index .custom-swiper-button svg, .blog-detail .custom-swiper-button svg {
  height: 18px;
  width: 18px;
}
				.blog-index .custom-swiper-button svg path, .blog-detail .custom-swiper-button svg path {
  fill: #008060;
					transition: 0.4s all;
}
					.blog-index .custom-swiper-button:hover svg path, .blog-detail .custom-swiper-button:hover svg path {
  fill: #003974;
}

		.blog-index .blog-news-filter, .blog-detail .blog-news-filter {
  position: relative;
}
			.blog-index .blog-news-filter ul.blog-ul, .blog-detail .blog-news-filter ul.blog-ul {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  display: none;
}
			@media (min-width: 640px) {

  .blog-index .blog-news-filter ul.blog-ul, .blog-detail .blog-news-filter ul.blog-ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
}
					.blog-index .blog-news-filter ul.blog-ul li a, .blog-detail .blog-news-filter ul.blog-ul li a {
  display: block;
  min-width: 70px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: .6rem 1.8rem .5rem 1.8rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
						transition: 0.4s all;
}
						.blog-index .blog-news-filter ul.blog-ul li a.active, .blog-detail .blog-news-filter ul.blog-ul li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
						.blog-index .blog-news-filter ul.blog-ul li:hover a, .blog-detail .blog-news-filter ul.blog-ul li:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
			@media (min-width: 640px) {

  .blog-index .blog-news-filter .dropdown, .blog-detail .blog-news-filter .dropdown {
    display: none;
  }
}

		.blog-index .blog-news-label, .blog-detail .blog-news-label {
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  min-width: 85px;
  --tw-translate-x: 0%;
  --tw-translate-y: 0%;
  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));
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));

			--border-color: #CC0029;
}
			
			.blog-index .blog-news-label span, .blog-detail .blog-news-label span {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
				.blog-index .blog-news-label span::before, .blog-detail .blog-news-label span::before {
					content: '';
					position: absolute;
					bottom: -18px;
					left: 0px;
					height: 0px;
					width: 0px;
					border-bottom-width: 18px;
					border-style: solid;
					border-bottom-color: transparent;
					border-right: 15px solid var(--border-color);
				}
			.blog-index .blog-news-label.red, .blog-detail .blog-news-label.red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 3 53 / var(--tw-bg-opacity));
}
					.blog-index .blog-news-label.red span::before, .blog-detail .blog-news-label.red span::before {
						border-right: 15px solid #CC0029;
					}
			.blog-index .blog-news-label.dark-blue, .blog-detail .blog-news-label.dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
}
					.blog-index .blog-news-label.dark-blue span::before, .blog-detail .blog-news-label.dark-blue span::before {
						border-right: 15px solid #002750;
					}
			.blog-index .blog-news-label.yellow, .blog-detail .blog-news-label.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
					.blog-index .blog-news-label.yellow span::before, .blog-detail .blog-news-label.yellow span::before {
						border-right: 15px solid #C39200;
					}
			.blog-index .blog-news-label.grey, .blog-detail .blog-news-label.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
					.blog-index .blog-news-label.grey span::before, .blog-detail .blog-news-label.grey span::before {
						border-right: 15px solid #686868;
					}
			.blog-index .card-blog .date, .blog-detail .card-blog .date {
  margin-bottom: 1rem;
  justify-content: center;
}
			.blog-index .card-blog .card-blog__img, .blog-detail .card-blog .card-blog__img {
  position: relative;
  margin-bottom: 2rem;
}
				.blog-index .card-blog .card-blog__img::before, .blog-detail .card-blog .card-blog__img::before {
					content: '';
					visibility: hidden;
					position: absolute;
					left: 18px;
					top: 18px;
					height: 100%;
					width: 100%;
					border-radius: 20px;
					--tw-bg-opacity: 1;
					background-color: rgb(0 128 96 / var(--tw-bg-opacity));
					opacity: 0;
					transition: 0.4s all;
				}
				.blog-index .card-blog .card-blog__img img, .blog-detail .card-blog .card-blog__img img {
  position: relative;
  aspect-ratio: 1;
  border-radius: 20px;
}
				.blog-index .card-blog figcaption h4, .blog-detail .card-blog figcaption h4 {
  text-align: center;
  font-family: 'Karma';
  font-size: 22px;
  font-weight: 700;
					transition: 0.4s all;
} 
					.blog-index .card-blog:hover .card-blog__img::before, .blog-detail .card-blog:hover .card-blog__img::before {
  visibility: visible;
  opacity: 1;
}
					.blog-index .card-blog:hover figcaption h4, .blog-detail .card-blog:hover figcaption h4 {
  --tw-text-opacity: 1;
  color: rgb(0 57 116 / var(--tw-text-opacity));
}
		.blog-detail .share {
  position: sticky;
  top: 5rem;
}
				.blog-detail .share #st-1 .st-btn {
  width: 40px !important;
}
			.blog-detail .share #st-1 .st-btn > img {
  margin-top: 0px;
  margin-bottom: 0px;
}
			.blog-detail .share .sharethis-inline-share-buttons {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
}
				.blog-detail .share .sharethis-inline-share-buttons .st-btn {
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  opacity: 0;
}
					.blog-detail .share .sharethis-inline-share-buttons .st-btn:last-child {
  margin-right: 0.5rem !important;
}
			.blog-detail .share img:not([alt*="sharing button"]) {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
  aspect-ratio: 2;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
			.blog-detail .share svg {
  margin-left: auto;
  margin-right: auto;
}
				.blog-detail .share svg.facebook {
  fill: #3A559F;
					transition: 0.4s all;
}
					.blog-detail .share svg.facebook:hover {
  fill: #003974;
}
					.blog-detail .share svg.x .path-x {
  fill: #222222;
						transition: 0.4s all;
}
						.blog-detail .share svg.x .path-x:hover {
  fill: #003974;
}
							.blog-detail .share svg.linkedin g path:nth-child(1) {
  fill: #007AB9;
								transition: 0.4s all;
}
								.blog-detail .share svg.linkedin:hover g path:nth-child(1) {
  fill: #003974;
}
						.blog-detail .share svg.whatsapp g path {
							transition: 0.4s all;
						}
							.blog-detail .share svg.whatsapp g path:nth-child(1) {
  fill: #67D449;
								transition: 0.4s all;
}
							.blog-detail .share svg.whatsapp:hover g path {
  fill: #003974;
}
								.blog-detail .share svg.whatsapp:hover g path:nth-child(1) {
  fill: #003974;
}
		.blog-detail__content .btn-ciputralife, .product-benefit__content .btn-ciputralife {
  margin-top: 0.75rem;
  padding: 8px 25px 6px 25px;
  font-size: 16px;
			transition: inherit;
}
				.blog-detail__content .btn-ciputralife.btn-ciputralife--yellow span, .product-benefit__content .btn-ciputralife.btn-ciputralife--yellow span {
  position: relative;
  z-index: 10;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
					.blog-detail__content .btn-ciputralife.btn-ciputralife--yellow span span, .product-benefit__content .btn-ciputralife.btn-ciputralife--yellow span span {
  align-self: center;
}
				.blog-detail__content .btn-ciputralife.btn--effect::before, .product-benefit__content .btn-ciputralife.btn--effect::before {
  padding-bottom: 60%;
}
		.blog-detail__content img {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
		.blog-detail__content .img-reset {
  margin-bottom: 0px;
  height: revert-layer;
  border-radius: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
		.blog-detail__content p {
  margin-bottom: 0.75rem;
}
			.blog-detail__content a span {
  font-family: 'Hind' !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
		.blog-detail__content p,
		.blog-detail__content h2,
		.blog-detail__content h3,
		.blog-detail__content h4,
		.blog-detail__content h5,
		.blog-detail__content span,
		.blog-detail__content strong,
		.blog-detail__content ul,
		.blog-detail__content ol {
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}
		.blog-detail__content h3,
		.blog-detail__content h3 span,
		.blog-detail__content h4,
		.blog-detail__content h5 {
  margin-bottom: 0.5rem;
  font-family: 'Hind' !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
		.blog-detail__content h2 {
  margin-bottom: 0.5rem;
  font-size: 24px !important;
}
			.blog-detail__content h2 span {
  font-size: 24px !important;
}
		.blog-detail__content ul,
		.blog-detail__content ol {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
			.blog-detail__content ul li, .blog-detail__content ol li {
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 18px !important;
  line-height: 1.8;
}
			.blog-detail__content ul li:last-child, .blog-detail__content ol li:last-child {
  margin-bottom: 0px;
}
				.blog-detail__content ul li p, .blog-detail__content ol li p {
  margin-bottom: 0px;
}
		.blog-detail__content ol {
  list-style-type: decimal;
}
			.blog-detail__content ol ol {
				list-style-type: lower-alpha;
			}
			.blog-detail__content p span {
  font-size: 18px !important;
}
		.blog-detail__content ul {
  list-style-type: disc;
}
				.blog-detail__content ul li span {
  font-size: 18px !important;
}
				.blog-detail__content ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}
		.our-product__content h2,
		.our-product__content h3 {
  font-size: 30px !important;
  line-height: 42px;
}
		@media (min-width: 1024px) {

  .our-product__content h2,
		.our-product__content h3 {
    font-size: 36px !important;
    line-height: 1.375;
  }
}
		.our-product__content h4,
		.our-product__content h5,
		.our-product__content strong {
  font-family: 'Karma' !important;
}
		.our-product__content p,
		.our-product__content p span,
		.our-product__content li span,
		.our-product__content ul,
		.our-product__content ol {
  font-family: 'Hind' !important;
  font-size: 18px !important;
}
		.cardtextblogSwiper .cardtextblogSwiper__content {
  margin-top: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 92px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
			.cardtextblogSwiper .cardtextblogSwiper__content h2,
			.cardtextblogSwiper .cardtextblogSwiper__content h3,
			.cardtextblogSwiper .cardtextblogSwiper__content h4,
			.cardtextblogSwiper .cardtextblogSwiper__content h5,
			.cardtextblogSwiper .cardtextblogSwiper__content strong {
  font-family: 'Karma' !important;
}
			.cardtextblogSwiper .cardtextblogSwiper__content ul,
			.cardtextblogSwiper .cardtextblogSwiper__content ol,
			.cardtextblogSwiper .cardtextblogSwiper__content p,
			.cardtextblogSwiper .cardtextblogSwiper__content span {
  font-family: 'Hind' !important;
}
			.cardtextblogSwiper .cardtextblogSwiper__content p,
			.cardtextblogSwiper .cardtextblogSwiper__content p span,
			.cardtextblogSwiper .cardtextblogSwiper__content span,
			.cardtextblogSwiper .cardtextblogSwiper__content strong {
  font-size: 18px !important;
} 
		.blog .swiper-button-next, 
		.blog .swiper-button-prev, 
		.product-index .swiper-button-next, 
		.product-index .swiper-button-prev, 
		.related-blogs .swiper-button-next, 
		.related-blogs .swiper-button-prev, 
		.related-products .swiper-button-next, 
		.related-products .swiper-button-prev, 
		.career-index .swiper-button-next, 
		.career-index .swiper-button-prev, 
		#ManagementBoard .swiper-button-next, 
		#ManagementBoard .swiper-button-prev, 
		.testimainSwiper-control .swiper-button-next, 
		.testimainSwiper-control .swiper-button-prev {
			width: calc(var(--swiper-navigation-size)/ 30 * 26);
			outline: none;
		}
			.blog .swiper-button-next svg, .blog .swiper-button-prev svg, .product-index .swiper-button-next svg, .product-index .swiper-button-prev svg, .related-blogs .swiper-button-next svg, .related-blogs .swiper-button-prev svg, .related-products .swiper-button-next svg, .related-products .swiper-button-prev svg, .career-index .swiper-button-next svg, .career-index .swiper-button-prev svg, #ManagementBoard .swiper-button-next svg, #ManagementBoard .swiper-button-prev svg, .testimainSwiper-control .swiper-button-next svg, .testimainSwiper-control .swiper-button-prev svg {
  height: 40px;
  width: 40px;
}
				.blog .swiper-button-next svg circle,
				.blog .swiper-button-next svg path,
				.blog .swiper-button-prev svg circle,
				.blog .swiper-button-prev svg path,
				.product-index .swiper-button-next svg circle,
				.product-index .swiper-button-next svg path,
				.product-index .swiper-button-prev svg circle,
				.product-index .swiper-button-prev svg path,
				.related-blogs .swiper-button-next svg circle,
				.related-blogs .swiper-button-next svg path,
				.related-blogs .swiper-button-prev svg circle,
				.related-blogs .swiper-button-prev svg path,
				.related-products .swiper-button-next svg circle,
				.related-products .swiper-button-next svg path,
				.related-products .swiper-button-prev svg circle,
				.related-products .swiper-button-prev svg path,
				.career-index .swiper-button-next svg circle,
				.career-index .swiper-button-next svg path,
				.career-index .swiper-button-prev svg circle,
				.career-index .swiper-button-prev svg path,
				#ManagementBoard .swiper-button-next svg circle,
				#ManagementBoard .swiper-button-next svg path,
				#ManagementBoard .swiper-button-prev svg circle,
				#ManagementBoard .swiper-button-prev svg path,
				.testimainSwiper-control .swiper-button-next svg circle,
				.testimainSwiper-control .swiper-button-next svg path,
				.testimainSwiper-control .swiper-button-prev svg circle,
				.testimainSwiper-control .swiper-button-prev svg path {
  fill: transparent;
  stroke: #008060;
					transition: 0.4s all;
}
			.blog .swiper-button-next::after, .blog .swiper-button-prev::after, .product-index .swiper-button-next::after, .product-index .swiper-button-prev::after, .related-blogs .swiper-button-next::after, .related-blogs .swiper-button-prev::after, .related-products .swiper-button-next::after, .related-products .swiper-button-prev::after, .career-index .swiper-button-next::after, .career-index .swiper-button-prev::after, #ManagementBoard .swiper-button-next::after, #ManagementBoard .swiper-button-prev::after, .testimainSwiper-control .swiper-button-next::after, .testimainSwiper-control .swiper-button-prev::after {
  display: none;
}
					.blog .swiper-button-next:hover svg circle, .blog .swiper-button-prev:hover svg circle, .product-index .swiper-button-next:hover svg circle, .product-index .swiper-button-prev:hover svg circle, .related-blogs .swiper-button-next:hover svg circle, .related-blogs .swiper-button-prev:hover svg circle, .related-products .swiper-button-next:hover svg circle, .related-products .swiper-button-prev:hover svg circle, .career-index .swiper-button-next:hover svg circle, .career-index .swiper-button-prev:hover svg circle, #ManagementBoard .swiper-button-next:hover svg circle, #ManagementBoard .swiper-button-prev:hover svg circle, .testimainSwiper-control .swiper-button-next:hover svg circle, .testimainSwiper-control .swiper-button-prev:hover svg circle {
  fill: #008060;
}
					.blog .swiper-button-next:hover svg path, .blog .swiper-button-prev:hover svg path, .product-index .swiper-button-next:hover svg path, .product-index .swiper-button-prev:hover svg path, .related-blogs .swiper-button-next:hover svg path, .related-blogs .swiper-button-prev:hover svg path, .related-products .swiper-button-next:hover svg path, .related-products .swiper-button-prev:hover svg path, .career-index .swiper-button-next:hover svg path, .career-index .swiper-button-prev:hover svg path, #ManagementBoard .swiper-button-next:hover svg path, #ManagementBoard .swiper-button-prev:hover svg path, .testimainSwiper-control .swiper-button-next:hover svg path, .testimainSwiper-control .swiper-button-prev:hover svg path {
  stroke: #fff;
}
		.blog .swiper-button-next, .product-index .swiper-button-next, .related-blogs .swiper-button-next, .related-products .swiper-button-next, .career-index .swiper-button-next, #ManagementBoard .swiper-button-next, .testimainSwiper-control .swiper-button-next { 
			right: var(--swiper-navigation-sides-offset,-62px);
		}

		.blog .swiper-button-prev, .product-index .swiper-button-prev, .related-blogs .swiper-button-prev, .related-products .swiper-button-prev, .career-index .swiper-button-prev, #ManagementBoard .swiper-button-prev, .testimainSwiper-control .swiper-button-prev {
			left: var(--swiper-navigation-sides-offset,-62px);
		}

	@media(min-width: 1200px) {
			.blog .swiper-button-next, 
			.blog .swiper-button-prev { 
				top: var(--swiper-navigation-top-offset,43%);
			}
	}

	@media(min-width: 1560px) {
			.blog .swiper-button-next, 
			.blog .swiper-button-prev { 
				top: var(--swiper-navigation-top-offset,44%);
			}
	} 
		.testimainSwiper-control .swiper-button-next,
		.testimainSwiper-control .swiper-button-prev {
  position: static;
}
			.related-blogs .relatedblogsSwiper .swiper-slide, .related-blogs .relatedproductsSwiper .swiper-slide, .related-products .relatedblogsSwiper .swiper-slide, .related-products .relatedproductsSwiper .swiper-slide {
  width: 85%;
}
		.related-blogs .swiper-button-next, 
		.related-blogs .swiper-button-prev, 
		.related-products .swiper-button-next, 
		.related-products .swiper-button-prev {
  position: static;
}

	.related-blogs, 
	.related-products {
  position: relative;
  margin-top: 3.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(231 238 237 / var(--tw-border-opacity));
  padding-top: 4rem;
  padding-bottom: 1.25rem;
}
		.related-blogs::before, .related-products::before {
			content: '';
			position: absolute;
			top: 0px;
			height: 100%;
			width: 100%;
			background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
			--tw-gradient-from: #f8fefeb9 var(--tw-gradient-from-position);
			--tw-gradient-to: rgb(248 254 254 / 0) var(--tw-gradient-to-position);
			--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
			--tw-gradient-from-position: 80%;
		}
			.career-index .careertestiSwiper .swiper-slide {
  width: 90%;
}
			@media (min-width: 900px) {

  .career-index .careertestiSwiper .swiper-slide {
    width: 42%;
  }
}
			.career-index .career__testi .swiper-button-next,
			.career-index .career__testi .swiper-button-prev {
				top: var(--swiper-navigation-top-offset, 60%);
			}
			.career-index .career__testi .swiper-button-next { 
				right: var(--swiper-navigation-sides-offset, -25px);
			}
	
			.career-index .career__testi .swiper-button-prev {
				left: var(--swiper-navigation-sides-offset, -25px);
			}
	
	
			@media(max-width: 768px) {
				.career-index .career__testi .swiper-button-next,
				.career-index .career__testi .swiper-button-prev { 
					display: none;
				}
			} 
	
			 @media(min-width: 1560px) {
				.career-index .career__testi .swiper-button-next { 
					right: var(--swiper-navigation-sides-offset, -20px);
				}
	
				.career-index .career__testi .swiper-button-prev {
					left: var(--swiper-navigation-sides-offset, -20px);
				}
			}
		@media(min-width: 600px) {
			.product-index .swiper-button-next { 
				right: var(--swiper-navigation-sides-offset, -50px);
			}
		}

		@media(min-width: 900px) {
			.product-index .swiper-button-next { 
				right: var(--swiper-navigation-sides-offset, 25px);
			}
		}

		@media(min-width: 1200px) {
			.product-index .swiper-button-next { 
				right: var(--swiper-navigation-sides-offset, 25px);
			}
		}

		@media(min-width: 600px) {
			.product-index .swiper-button-prev {
				left: var(--swiper-navigation-sides-offset, -50px);
			}
		}

		@media(min-width: 900px) {
			.product-index .swiper-button-prev { 
				left: var(--swiper-navigation-sides-offset, 25px);
			}
		}

		@media(min-width: 1200px) {
			.product-index .swiper-button-prev {
				left: var(--swiper-navigation-sides-offset, 25px);
			}
		}

		.product-index .tabs-control-our-product {
  margin-top: 1rem;
}
			.product-index .tabs-control-our-product .swiper-button-prev,
			.product-index .tabs-control-our-product .swiper-button-next {
				top: var(--swiper-navigation-top-offset, 30%);
			}
				.product-index .tabs-control-our-product .swiper-button-prev svg, .product-index .tabs-control-our-product .swiper-button-next svg {
  height: 30px;
  width: 30px;
}
					.product-index .tabs-control-our-product .swiper-button-prev svg circle, .product-index .tabs-control-our-product .swiper-button-next svg circle {
  fill: #f1fcfc;
}
						.product-index .tabs-control-our-product .swiper-button-prev:hover svg circle, .product-index .tabs-control-our-product .swiper-button-next:hover svg circle {
  fill: #008060;
}

			.product-index .tabs-control-our-product .swiper-button-next {
				right: var(--swiper-navigation-sides-offset, -2px);
			}

			.product-index .tabs-control-our-product .swiper-button-prev {
				left: var(--swiper-navigation-sides-offset, -4px);
			}
			.about-us__grid ul li {
  position: relative;
  overflow: hidden;
}
				.about-us__grid ul li span,
				.about-us__grid ul li svg {
					transition: 0.4s all;
				}
				.about-us__grid ul li::before {
					content: '';
					position: absolute;
					left: 0px;
					top: 0px;
					height: 100%;
					width: 100%;
				}
				.about-us__grid ul li::after {
					content: '';
					position: absolute;
					top: 0px;
					left: 0px;
					height: 100%;
					width: 100%;
					transition: 0.4s all;
				}
					.about-us__grid ul li:hover svg {
  --tw-brightness: brightness(0);
  --tw-invert: invert(1);
  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);
}
					.about-us__grid ul li:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
					.about-us__grid ul li:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-shadow: inset 0 -333px 0 0 #008060;
  --tw-shadow-colored: inset 0 -333px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
			.about-us-index .swiper-slide span {
  font-weight: 500;
}
			.about-us-index .swiper-slide-thumb-active span {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
		.about-us-index__content p, .corporate-governance__content p, .blog-detail__content p {
  line-height: 1.8;
}

	.tabscontrolCorporateGovernanceSwiper-button-next,
	.tabscontrolCorporateGovernanceSwiper-button-prev,
	.tabscontrolFinancialStatementsSwiper-button-next,
	.tabscontrolFinancialStatementsSwiper-button-prev,
	.tabscontrolSustainabilityReportSwiper-button-next,
	.tabscontrolSustainabilityReportSwiper-button-prev,
	.tabscontrolServicesSwiper-button-next,
	.tabscontrolServicesSwiper-button-prev {
  position: static;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    width: calc(var(--swiper-navigation-size) / 35 * 32);
    	height: 38px;
}
		.tabscontrolCorporateGovernanceSwiper-button-next::after, .tabscontrolCorporateGovernanceSwiper-button-prev::after, .tabscontrolFinancialStatementsSwiper-button-next::after, .tabscontrolFinancialStatementsSwiper-button-prev::after, .tabscontrolSustainabilityReportSwiper-button-next::after, .tabscontrolSustainabilityReportSwiper-button-prev::after, .tabscontrolServicesSwiper-button-next::after, .tabscontrolServicesSwiper-button-prev::after {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.corporate-governance .swiper-button-next.swiper-button-disabled, 
		.corporate-governance .swiper-button-prev.swiper-button-disabled, 
		.financial-statements .swiper-button-next.swiper-button-disabled, 
		.financial-statements .swiper-button-prev.swiper-button-disabled, 
		.sustainability-report .swiper-button-next.swiper-button-disabled, 
		.sustainability-report .swiper-button-prev.swiper-button-disabled, 
		.service-information .swiper-button-next.swiper-button-disabled, 
		.service-information .swiper-button-prev.swiper-button-disabled, 
		.premium-debit .swiper-button-next.swiper-button-disabled, 
		.premium-debit .swiper-button-prev.swiper-button-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}
			.corporate-governance .swiper-button-next.swiper-button-disabled::after, .corporate-governance .swiper-button-prev.swiper-button-disabled::after, .financial-statements .swiper-button-next.swiper-button-disabled::after, .financial-statements .swiper-button-prev.swiper-button-disabled::after, .sustainability-report .swiper-button-next.swiper-button-disabled::after, .sustainability-report .swiper-button-prev.swiper-button-disabled::after, .service-information .swiper-button-next.swiper-button-disabled::after, .service-information .swiper-button-prev.swiper-button-disabled::after, .premium-debit .swiper-button-next.swiper-button-disabled::after, .premium-debit .swiper-button-prev.swiper-button-disabled::after {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
		.tabscontrolaboutSwiper .swiper-slide {
  text-align: center;
}
			.tabscontrolaboutSwiper .swiper-slide span {
				transition: 0.4s all;
			}
				.tabscontrolaboutSwiper .swiper-slide:hover span {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
		.filterCorporateGovernance svg, .filterFinancialStatements svg, .filterSustainabilityReport svg, .filterServices svg, .form-services svg {
  fill: #008060;
  stroke: #008060;
			transition: 0.4s all;
}
			.filterCorporateGovernance li a, .filterFinancialStatements li a, .filterSustainabilityReport li a, .filterServices li a, .form-services li a {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
				.filterCorporateGovernance li a strong, .filterFinancialStatements li a strong, .filterSustainabilityReport li a strong, .filterServices li a strong, .form-services li a strong {
  font-weight: 600;
					transition: 0.4s all;
}
					.filterCorporateGovernance li a:hover svg, .filterFinancialStatements li a:hover svg, .filterSustainabilityReport li a:hover svg, .filterServices li a:hover svg, .form-services li a:hover svg {
  fill: #fff;
  stroke: #fff;
}
					.filterCorporateGovernance li a:hover strong, .filterFinancialStatements li a:hover strong, .filterSustainabilityReport li a:hover strong, .filterServices li a:hover strong, .form-services li a:hover strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
		.about-us-award .award-certificate {
			counter-reset: section;
		}
			.about-us-award .award-certificate .award-certificate__content {
  margin-bottom: 2.5rem;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 193 7 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
			@media (min-width: 1024px) {

  .about-us-award .award-certificate .award-certificate__content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
				.about-us-award .award-certificate .award-certificate__content h3 {
  margin-bottom: 1.25rem;
}
				@media (min-width: 1024px) {

  .about-us-award .award-certificate .award-certificate__content h3 {
    margin-bottom: 2.5rem;
  }
}
					.about-us-award .award-certificate .award-certificate__content h3::before {
						counter-increment: section;
						content: "" counter(section) ". ";
					}
				.about-us-award .award-certificate .award-certificate__content-right p {
  line-height: 1.8;
}
		.productindividuSwiper .swiper-slide, .productKumpulanSwiper .swiper-slide, .productMikroSwiper .swiper-slide {
  width: 70%;
}
			.product-detail .tabs-control-sub-product .swiper-slide {
  text-align: center;
}
			.product-detail .product-detail__content p {
  line-height: 1.8;
}
			.product-detail .product-detail__content h2,
			.product-detail .product-detail__content h3,
			.product-detail .product-detail__content h4,
			.product-detail .product-detail__content h5 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
			.product-detail .product-detail__content ol,
			.product-detail .product-detail__content ul {
  list-style-type: decimal;
  padding-left: 1rem;
}
			@media (min-width: 1140px) {

  .product-detail .product-detail__content ol,
			.product-detail .product-detail__content ul {
    font-size: 16px;
  }
}
			@media (min-width: 1540px) {

  .product-detail .product-detail__content ol,
			.product-detail .product-detail__content ul {
    font-size: 18px;
  }
}
				.product-detail .product-detail__content ol li, .product-detail .product-detail__content ul li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
		.product-detail-privilege a, .blog-detail__content a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(0 128 96 / var(--tw-text-opacity)) !important;
}
		.product-detail-privilege a:hover, .blog-detail__content a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 57 116 / var(--tw-text-opacity)) !important;
}
			.product-detail-privilege a span, .blog-detail__content a span {
  --tw-text-opacity: 1 !important;
  color: rgb(0 128 96 / var(--tw-text-opacity)) !important;
}
			.product-detail-privilege a span:hover, .blog-detail__content a span:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 57 116 / var(--tw-text-opacity)) !important;
}
			.product-detail-privilege a span, .blog-detail__content a span {
				transition: 0.4s all;
			}
			.product-detail-privilege ul li, .product-detail-privilege ol li {
  padding-left: 0.5rem;
}

	.product-benefit {
  margin-bottom: 2.5rem;
}
				.product-benefit .product-benefit-list .product-benefit__content h3,
				.product-benefit .product-benefit-list .product-benefit__content h4,
				.product-benefit .product-benefit-list .product-benefit__content h5,
				.product-benefit .product-benefit-list .product-benefit__content h2,
				.product-benefit .product-benefit-list .product-benefit__content h3,
				.product-benefit .product-benefit-list .product-benefit__content h4,
				.product-benefit .product-benefit-list .product-benefit__content h5 {
  margin-bottom: 0.5rem;
  font-family: 'Hind';
  font-size: 16px !important;
  font-weight: 600 !important;
}
					.product-benefit .product-benefit-list .product-benefit__content ol h2::before, .product-benefit .product-benefit-list .product-benefit__content ol h3::before, .product-benefit .product-benefit-list .product-benefit__content ol h4::before, .product-benefit .product-benefit-list .product-benefit__content ol h5::before, .product-benefit .product-benefit-list .product-benefit__content ul h2::before, .product-benefit .product-benefit-list .product-benefit__content ul h3::before, .product-benefit .product-benefit-list .product-benefit__content ul h4::before, .product-benefit .product-benefit-list .product-benefit__content ul h5::before {
						counter-increment: section;
						content: "" counter(section) ". ";
					}
				.product-benefit .product-benefit-list .product-benefit__content ul,
				.product-benefit .product-benefit-list .product-benefit__content ol {
  margin-bottom: 1rem;
}
					.product-benefit .product-benefit-list .product-benefit__content ul li, .product-benefit .product-benefit-list .product-benefit__content ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  line-height: 1.8;
}
						.product-benefit .product-benefit-list .product-benefit__content ul li ul, .product-benefit .product-benefit-list .product-benefit__content ol li ul {
  margin-bottom: 0px;
}
							.product-benefit .product-benefit-list .product-benefit__content ul li ul li, .product-benefit .product-benefit-list .product-benefit__content ol li ul li {
  margin-bottom: 0px;
}
					.product-benefit .product-benefit-list .product-benefit__content ul li {
  list-style-type: disc;
}
						.product-benefit .product-benefit-list .product-benefit__content ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}

				.product-benefit .product-benefit-list .product-benefit__content a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}

				.product-benefit .product-benefit-list .product-benefit__content a {
					transition: 0.4s all;
				}
		.product-benefit .btn-ciputralife {
  margin-top: 1rem;
}
			.product-benefit .btn-ciputralife svg {
  position: relative;
  top: -1px;
}
				.product-benefit .btn-ciputralife:hover svg {
  top: -1px;
}
			& .product-detail-contact svg path, & .contact-services svg path, & .contact-document svg path, & .whistleblowing-contact-services svg path {
  fill: #008060;
}
		& .product-detail-contact a:hover, & .contact-services a:hover, & .contact-document a:hover, & .whistleblowing-contact-services a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
		& .product-detail-contact a, & .contact-services a, & .contact-document a, & .whistleblowing-contact-services a {
			transition: 0.4s all;
		}
			& .product-detail-contact a span, & .contact-services a span, & .contact-document a span, & .whistleblowing-contact-services a span {
  position: relative;
}
			& .product-detail-contact a span::before,
			& .product-detail-contact a span::after,
			& .contact-services a span::before,
			& .contact-services a span::after,
			& .contact-document a span::before,
			& .contact-document a span::after,
			& .whistleblowing-contact-services a span::before,
			& .whistleblowing-contact-services a span::after {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 100%;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}

			& .product-detail-contact a span::before, & .contact-services a span::before, & .contact-document a span::before, & .whistleblowing-contact-services a span::before {
				content: '';
				transform-origin: 100% 50%;
				transform: scale3d(0, 1, 1);
				transition: transform 0.3s;
			}
				& .product-detail-contact a:hover span::before, & .contact-services a:hover span::before, & .contact-document a:hover span::before, & .whistleblowing-contact-services a:hover span::before {
					transform-origin: 0% 50%;
					transform: scale3d(1, 1, 1);
				}
		@media (min-width: 1024px) {

  .contact-services ul, .contact-document ul, .career__work-environment ul, .whistleblowing__reported ul, .whistleblowing-contact-services ul {
    margin-top: 0.25rem;
  }
}
			.contact-services ul li:not(:last-child), .contact-document ul li:not(:last-child), .career__work-environment ul li:not(:last-child), .whistleblowing__reported ul li:not(:last-child), .whistleblowing-contact-services ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
		.contact-services svg, .contact-document svg, .career__work-environment svg, .whistleblowing__reported svg, .whistleblowing-contact-services svg {
  height: 15px;
  width: 15px;
}
		.contact-services p, .contact-document p, .career__work-environment p, .whistleblowing__reported p, .whistleblowing-contact-services p {
  margin-bottom: 0.25rem;
  font-size: 16px;
  line-height: 1.8;
}
		.contact-services .address, .contact-document .address, .career__work-environment .address, .whistleblowing__reported .address, .whistleblowing-contact-services .address {
  margin-bottom: 2.5rem;
}
		@media (min-width: 1024px) {

  .contact-services .address, .contact-document .address, .career__work-environment .address, .whistleblowing__reported .address, .whistleblowing-contact-services .address {
    margin-bottom: 0px;
  }
}
			.contact-services .address svg, .contact-document .address svg, .career__work-environment .address svg, .whistleblowing__reported .address svg, .whistleblowing-contact-services .address svg {
  height: 20px;
  width: 18px;
}
			.contact-services .address span, .contact-document .address span, .career__work-environment .address span, .whistleblowing__reported .address span, .whistleblowing-contact-services .address span {
  line-height: 28px;
}
				.contact-services .address span h5, .contact-document .address span h5, .career__work-environment .address span h5, .whistleblowing__reported .address span h5, .whistleblowing-contact-services .address span h5 {
  font-family: 'Hind';
}
		.career__gallery img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
		.career__gallery .career__gallery-grid {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
			.career__gallery .career__gallery-grid .card-left {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1rem;
}
			.career__gallery .career__gallery-grid .card-right {
  height: 100%;
}
			.career__gallery .career__gallery-grid .card-bottom-wrapper {
  height: 100%;
}
				.career__gallery .career__gallery-grid .card-bottom-wrapper img {
  aspect-ratio: 1;
}

	.service-information,
	.career__work-environment,
	.whistleblowing__reported {
  position: relative;
}
		.service-information::before, .career__work-environment::before, .whistleblowing__reported::before {
			content: '';
			position: absolute;
			top: 0px;
			height: 100%;
			width: 100%;
			background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
			--tw-gradient-from: #f8fefeb9 var(--tw-gradient-from-position);
			--tw-gradient-to: rgb(248 254 254 / 0) var(--tw-gradient-to-position);
			--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
			--tw-gradient-from-position: 85%;
			
		}
		.whistleblowing-contact-services ul, .whistleblowing__reported ul {
  padding-left: 1rem;
}
		.whistleblowing-contact-services ul {
  padding-left: 0px;
}
			.whistleblowing-contact-services ul li {
  margin-bottom: 1.75rem;
}
				.whistleblowing-contact-services .address span h5 {
  font-family: 'Karma';
}
			.whistleblowing__reported ul li {
  padding-left: 0.5rem;
}
			.service-information .service-information__content p {
  line-height: 1.8;
}
			.service-information .service-information__content ol {
  list-style-type: decimal;
  padding-left: 1rem;
}
				.service-information .service-information__content ol li {
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  line-height: 1.8;
}
				.service-information .service-information__content address a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
				.service-information .service-information__content address a {
					transition: 0.4s all;
				}
		.service-document .accordion-body, .career-index .accordion-body {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-inline-start: 45px;
  padding-inline-end: 45px;
}
			.service-document .accordion-body h1,
			.service-document .accordion-body h2,
			.service-document .accordion-body h3,
			.service-document .accordion-body h4,
			.service-document .accordion-body h5,
			.career-index .accordion-body h1,
			.career-index .accordion-body h2,
			.career-index .accordion-body h3,
			.career-index .accordion-body h4,
			.career-index .accordion-body h5 {
  font-family: 'Hind';
  font-weight: 600;
}
			.service-document .accordion-body ul,
			.service-document .accordion-body ol,
			.career-index .accordion-body ul,
			.career-index .accordion-body ol {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
			@media (min-width: 1024px) {

  .service-document .accordion-body ul,
			.service-document .accordion-body ol,
			.career-index .accordion-body ul,
			.career-index .accordion-body ol {
    margin-bottom: 0.5rem;
  }
}
			@media (min-width: 1140px) {

  .service-document .accordion-body h5,
			.service-document .accordion-body li {
    font-size: 16px;
  }
}
			@media (min-width: 1540px) {

  .service-document .accordion-body h5,
			.service-document .accordion-body li {
    font-size: 18px;
  }
}
		.career-index .career__banner-grid,
		.career-index .career__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
}
		@media (min-width: 1024px) {

  .career-index .career__banner-grid,
		.career-index .career__grid {
    gap: 1rem;
  }
}
			.career-index .career__banner-grid img, .career-index .career__grid img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid img, .career-index .career__grid img {
    aspect-ratio: 2;
  }
}
			.career-index .career__banner-grid .card-top-left-potrait, .career-index .career__grid .card-top-left-potrait {
  grid-column: span 4 / span 4;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid .card-top-left-potrait, .career-index .career__grid .card-top-left-potrait {
    grid-column: span 2 / span 2;
  }
}
			.career-index .career__banner-grid .card-top-left-landscape,  .career-index .career__grid .card-top-left-landscape {
  grid-column: span 8 / span 8;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid .card-top-left-landscape,  .career-index .career__grid .card-top-left-landscape {
    grid-column: span 5 / span 5;
  }
}
			.career-index .career__banner-grid .card-top-left-half-landscape, .career-index .career__grid .card-top-left-half-landscape {
  grid-column: span 7 / span 7;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid .card-top-left-half-landscape, .career-index .career__grid .card-top-left-half-landscape {
    grid-column: span 3 / span 3;
  }
}
			.career-index .career__banner-grid .card-top-right-potrait, .career-index .career__grid .card-top-right-potrait {
  grid-column: span 5 / span 5;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid .card-top-right-potrait, .career-index .career__grid .card-top-right-potrait {
    grid-column: span 2 / span 2;
  }
}
			.career-index .career__banner-grid .card-bottom-left-landscape, .career-index .career__grid .card-bottom-left-landscape {
  grid-column: span 8 / span 8;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid .card-bottom-left-landscape, .career-index .career__grid .card-bottom-left-landscape {
    grid-column: span 4 / span 4;
  }
}
			.career-index .career__banner-grid .card-bottom-left-half-landscape, .career-index .career__grid .card-bottom-left-half-landscape {
  grid-column: span 4 / span 4;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid .card-bottom-left-half-landscape, .career-index .career__grid .card-bottom-left-half-landscape {
    grid-column: span 3 / span 3;
  }
}
			.career-index .career__banner-grid .card-bottom-right-landscape, .career-index .career__grid .card-bottom-right-landscape {
  grid-column: span 12 / span 12;
}
			@media (min-width: 1024px) {

  .career-index .career__banner-grid .card-bottom-right-landscape, .career-index .career__grid .card-bottom-right-landscape {
    grid-column: span 5 / span 5;
  }
} 
			.career-index .career__grid a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
				.career-index .career__grid a img {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
					transition: 0.4s all;
					backface-visibility: hidden;
}
					.career-index .career__grid a:hover img {
  --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));
}
				.career-index .career__content .flex-work-environment strong {
  font-family: 'Karma';
  font-size: 1.125rem;
  line-height: 1.75rem;
}
					.career-index .career__content .flex-work-environment .col svg {
  height: 22px;
  width: 22px;
  align-self: center;
}
					.career-index .career__content .flex-work-environment .col:first-child {
  display: flex;
  height: 42px;
  width: 42px;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 128 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
				.career-index .career__job-vacancies .accordion-global .accordion-body {
  --tw-bg-opacity: 1;
  background-color: rgb(226 255 248 / var(--tw-bg-opacity));
}
					.career-index .career__job-vacancies .accordion-global .accordion-body h5, 
					.career-index .career__job-vacancies .accordion-global .accordion-body li {
  font-size: 18px;
}
				.career-index .career__job-vacancies .accordion-global .accordion-button {
  text-align: left;
}
					.career-index .career__job-vacancies .accordion-global .accordion-button .accordion-button-text {
  margin-bottom: 0.5rem;
  display: block;
}
					.career-index .career__job-vacancies .accordion-global .accordion-button .job-name,
					.career-index .career__job-vacancies .accordion-global .accordion-button .job-location {
  font-family: 'Hind';
  font-size: 15px;
}
					.career-index .career__job-vacancies .accordion-global .accordion-button .job-name {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
					.career-index .career__job-vacancies .accordion-global .accordion-button .job-location {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
			.career-index .career__job-vacancies a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
			.career-index .career__job-vacancies a {
				transition: 0.4s all;
			}
			.career-index .career__job-vacancies address {
  margin-top: 2rem;
}
				.career-index .career__job-vacancies address p {
  margin-top: 0.75rem;
}
			.career-index .career__testi .job-name {
  margin-bottom: 1.25rem;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  --tw-text-opacity: 0.6;
}
		.contact form {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  border-radius: 20px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
		@media (min-width: 1024px) {

  .contact form {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
		.contact .toggle {
  display: inline-flex;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 221 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-weight: 400;
}
		.contact .toggle input[type="radio"] {
  display: none;
}
		.contact .toggle label {
  width: 50%;
  cursor: pointer;
  border-radius: 9px;
  padding: 10px 5px 8px 5px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
		.contact .toggle input[type="radio"]:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
			transition: 0.4s ease-in-out;
}

		.contact .toggle label::-moz-selection {
  background-color: transparent;
}

		.contact .toggle label::selection {
  background-color: transparent;
}
			.contact .contact__map iframe {
  min-height: 560px;
  width: 100%;
}
		.whistleblowing__reported ul {
  margin-top: 1rem;
  list-style-type: disc;
}
		@media (min-width: 1024px) {

  .whistleblowing__reported ul {
    margin-top: 2.5rem;
  }
}
			.whistleblowing__reported ul li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  line-height: 1.8;
}
				.whistleblowing__reported ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}
		.privacy-policy__content p {
  line-height: 1.8;
}
		.privacy-policy__content ol,
		.privacy-policy__content ul {
  padding-left: 1rem;
  font-size: 18px !important;
}
			.privacy-policy__content ol li, .privacy-policy__content ul li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  line-height: 1.8;
}
		.privacy-policy__content ul {
  list-style-type: disc;
}
		.privacy-policy__content ul *::marker {
  color: rgb(255 193 7 );
}
		.privacy-policy__content ul::marker {
  color: rgb(255 193 7 );
}
		.privacy-policy__content h2,
		.privacy-policy__content h3,
		.privacy-policy__content h4,
		.privacy-policy__content h5 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
		.privacy-policy__content strong {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 18px !important;
}
			.privacy-policy__content p strong {
  display: inline;
  font-size: 18px !important;
}
			footer address p {
  margin-top: 0.5rem;
  font-size: 16px;
}
			footer .footer__sitemap .footer__sitemap-link {
  position: relative;
				transition: 0.4s all;
}
				footer .footer__sitemap .footer__sitemap-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
						footer .footer__sitemap.contact-us li a svg {
  margin-top: 4px;
  align-self: flex-start;
}
							footer .footer__sitemap.contact-us li a svg path {
  fill: #333333;
								transition: 0.4s all;
}
								footer .footer__sitemap.contact-us li a:hover svg path {
  fill: #008060;
}
						footer .footer__sitemap.contact-us li a span {
  position: relative;
}
						footer .footer__sitemap.contact-us li a span::before,
						footer .footer__sitemap.contact-us li a span::after {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 100%;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}

						footer .footer__sitemap.contact-us li a span::before {
							content: '';
							transform-origin: 100% 50%;
							transform: scale3d(0, 1, 1);
							transition: transform 0.3s;
						}
							footer .footer__sitemap.contact-us li a:hover span::before {
								transform-origin: 0% 50%;
								transform: scale3d(1, 1, 1);
							}
						footer .footer__sitemap.social-media li a span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
							transition: 0.4s all;
}
						footer .footer__sitemap.social-media li a svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 18px;
  width: 18px;
}
							footer .footer__sitemap.social-media li a svg path {
  fill: #008060;
}
						footer .footer__sitemap.social-media li a i.fab {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
						footer .footer__sitemap.social-media li a span {
  display: flex;
  height: 34px;
  width: 34px;
  flex-direction: column;
  justify-content: center;
  --tw-shadow: 0px 0px 4px 3px rgba(0,0,0,0.01);
  --tw-shadow-colored: 0px 0px 4px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
						@media (min-width: 1024px) {

  footer .footer__sitemap.social-media li a span {
    height: 32px;
    width: 32px;
  }
}
						@media (min-width: 1540px) {

  footer .footer__sitemap.social-media li a span {
    height: 34px;
    width: 34px;
  }
}
							footer .footer__sitemap.social-media li a:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-shadow: 0px 0px 4px 3px rgba(0,0,0,0);
  --tw-shadow-colored: 0px 0px 4px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
								footer .footer__sitemap.social-media li a:hover svg path {
  fill: #fff;
}
							footer .footer__sitemap.social-media li a:hover i.fab {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
			footer .copyright a {
  position: relative;
  display: inline-block;
}
			footer .copyright .link--metis.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
			footer .copyright .link::before,
			footer .copyright .link::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

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

  .container {
    max-width: 640px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 900px) {

  .container {
    max-width: 900px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1140px) {

  .container {
    max-width: 1140px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1540px) {

  .container {
    max-width: 1540px;
    padding-right: 90px;
    padding-left: 90px;
  }
}
.global-heading {
  font-size: 30px;
  line-height: 42px;
}
@media (min-width: 1024px) {

  .global-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}
.gold-text-gradient {
		background: linear-gradient(180deg,rgba(224, 194, 69, 1) 0%, rgba(204, 173, 68, 1) 100%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		color: transparent;
	}
select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 221 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 11px 1.2rem 8px 1.2rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
select option {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
select.is-selected {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.link::before,
	.link::after {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 100%;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
.link::before {
		content: '';
	}
.link--metis::before {
		transform-origin: 100% 50%;
		transform: scale3d(0, 1, 1);
		transition: transform 0.3s;
	}
.link--metis:hover::before,
	.link--metis.active::before {
		transform-origin: 0% 50%;
		transform: scale3d(1, 1, 1);
	}
.link--metis.active {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
.radio-custom-wrapper {
  position: relative;
  cursor: pointer;
}
.radio-custom-label {
  display: flex;
  cursor: pointer;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
@media (min-width: 1024px) {

  .radio-custom-label {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.radio-custom-wrapper label span.radio-cloak:before {
		content: '';
		position: absolute;
		top: 3px;
		display: inline-block;
		height: 1rem;
		width: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border-radius: 50%;
		border-width: 1px;
		border-style: solid;
		--tw-border-opacity: 1;
		border-color: rgb(215 221 227 / var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        
    }
@media (min-width: 1024px) {

  .radio-custom-wrapper label span.radio-cloak:before {
    position: relative;
    margin-right: 5px;
  }
}
.radio-custom-wrapper label span.radio-cloak:before {
		transition: 0.4s all;
        
    }
.radio-custom-wrapper input:checked + label span.radio-cloak:before {
  width: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 128 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.radio-custom-wrapper input + label span.radio-cloak:after {
        content: '';
        border-radius: 50%;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
		transition: 0.4s all;
    }
.radio-custom-wrapper input:checked + label span.radio-cloak:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 0.25rem;
        display: block;
        height: 0.5rem;
        width: 0.5rem;
        --tw-rotate: 45deg;
        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));
        border-radius: 50%;
        --tw-bg-opacity: 1;
        background-color: rgb(0 128 96 / var(--tw-bg-opacity));
    }
.ciputralife-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ciputralife-pagination a {
  font-weight: 500;
			transition: 0.4s all;
}
.ciputralife-pagination a:hover,
			.ciputralife-pagination a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ciputralife-pagination a.view-more {
  letter-spacing: 1.4px;
}
.ciputralife-pagination .prev,
		.ciputralife-pagination .next {
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
.ciputralife-pagination .prev:hover,
		.ciputralife-pagination .next:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.ciputralife-pagination .prev,
		.ciputralife-pagination .next {
			transition: 0.4s all;
		}
.ciputralife-pagination .prev:hover, .ciputralife-pagination .next:hover {
  background-color: transparent;
}
.card-link::before {
			content: '';
			visibility: hidden;
			position: absolute;
			top: 4px;
			right: -5px;
			z-index: -1;
			height: 100%;
			width: 100%;
			border-radius: 0.75rem;
			background-color: transparent;
			opacity: 0;

		}
@media (min-width: 1024px) {

  .card-link::before {
    top: 12px;
    right: -16px;
  }
}
.card-link::before {
			transition: 0.4s all;

		}
.card-link:hover::before {
  visibility: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  opacity: 1;
}
.dropdown {
  margin-bottom: 2rem;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 221 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dropdown .selected {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.dropdown .selected.active {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
.dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px 10px 15px;
}
.dropdown-arrow {
  transform-origin: 50% 45%;
  --tw-rotate: 0deg;
  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));
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.dropdown-arrow.open {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.dropdown-list {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 110%;
  z-index: 1000;
  display: none;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dropdown-list.show {
  display: block;
}
.dropdown-list li {
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: #e6e3e37e;
}
.dropdown-list li:last-child {
  border-bottom-color: none;
}
.dropdown-list li:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
.dropdown-list li a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-list li a.active {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .swiper-wrapper-alt-center {
    justify-content: center;
  }
}
@keyframes MoveScaleUpInitial {
		to {
			transform: translate3d(0,-105%,0) scale3d(1,2,1);
			opacity: 0;
		}
	}
@keyframes MoveScaleUpEnd {
		from {
			transform: translate3d(0,100%,0) scale3d(1,2,1);
			opacity: 0;
		}
		to {
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}
@keyframes display-none-transition {
		0% {
			opacity: 0;
		}
	}
.testimainSwiper-control .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, 
		.testimainSwiper-control .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
			transform: translateX(0%);
		}
.swiper-pagination.swiper-pagination-cardhomeSwiper, 
		.swiper-pagination.swiper-pagination-blogSwiper, 
		.swiper-pagination.swiper-pagination-testimainSwiper {
  position: static;
  margin-top: 2rem;
}
.swiper-pagination.swiper-pagination-cardhomeSwiper .swiper-pagination-bullet, .swiper-pagination.swiper-pagination-blogSwiper .swiper-pagination-bullet, .swiper-pagination.swiper-pagination-testimainSwiper .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(204 214 225 / var(--tw-bg-opacity));
  opacity: 0.75;
}
.swiper-pagination.swiper-pagination-cardhomeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.swiper-pagination-blogSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.swiper-pagination-testimainSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
.swiper-pagination.swiper-pagination-testimainSwiper {
  position: static;
  margin-top: -0.25rem;
}
.swiper-pagination.swiper-pagination-testimainSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swiper-pagination.swiper-pagination-blogSwiper {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {

  .swiper-pagination.swiper-pagination-blogSwiper {
    margin-top: 3.5rem;
  }
}
.swiper-pagination.swiper-pagination-cardhomeSwiper {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .swiper-pagination.swiper-pagination-cardhomeSwiper {
    margin-top: 2rem;
  }
}
.tabs-control-our-product,
	.tabs-control-blog,
	.tabs-control-about-managamenet {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .tabs-control-our-product,
	.tabs-control-blog,
	.tabs-control-about-managamenet {
    margin-bottom: 3rem;
  }
}
.tabs-control-our-product ul, .tabs-control-blog ul, .tabs-control-about-managamenet ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.tabs-control-our-product ul li, .tabs-control-blog ul li, .tabs-control-about-managamenet ul li {
  position: relative;
}
.tabs-control-our-product ul li::before, .tabs-control-blog ul li::before, .tabs-control-about-managamenet ul li::before {
  position: absolute;
  bottom: -0.25rem;
  height: 2px;
  width: 0px;
  border-radius: 0.125rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
.tabs-control-our-product ul li::after, .tabs-control-blog ul li::after, .tabs-control-about-managamenet ul li::after {
  position: absolute;
  right: -33%;
  top: 10px;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
.tabs-control-our-product ul li:last-child::after, .tabs-control-blog ul li:last-child::after, .tabs-control-about-managamenet ul li:last-child::after {
  content: var(--tw-content);
  display: none;
}
.tabs-control-our-product ul li span, .tabs-control-blog ul li span, .tabs-control-about-managamenet ul li span {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.tabs-control-our-product ul li.is-active::before, .tabs-control-blog ul li.is-active::before, .tabs-control-about-managamenet ul li.is-active::before {
  content: var(--tw-content);
  width: 100%;
}
.tabs-control-our-product ul li.is-active span, .tabs-control-blog ul li.is-active span, .tabs-control-about-managamenet ul li.is-active span {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
.tabs-control-blog {
  margin-bottom: 0px;
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {

  .tabs-control-blog {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.tabs-control-blog ul {
  justify-content: flex-end;
}
.tabs-control-blog ul li::after {
  content: var(--tw-content);
  right: -80%;
}
.card-link {
  display: block;
  height: 100%;
  width: 100%;
}
#tabsAbout,
	#tabsProduct {
  top: 62px;
}
@media (min-width: 1024px) {

  #tabsAbout,
	#tabsProduct {
    top: 66px;
  }
}
#tabsAbout,
	#tabsProduct {
		transition: 0.4s all;
	}
#tabsAbout.is-scroll, #tabsProduct.is-scroll {
  top: -80px;
}
#tabsProduct a {
  font-weight: 500;
}
#tabsProduct a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
#tabsProduct a {
			transition: 0.4s all;
		}
.float {
  position: fixed;
  top: 50%;
  right: -130px;
  z-index: 10;
		transition: 0.4s all;
}
.float.is-scroll {
  right: -180px;
}
.float ul li {
  margin-bottom: 0.5rem;
}
.float ul li a {
  position: relative;
  right: 0px;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 18px;
  padding-left: 20px;
					transition: 0.4s all;
}
.float ul li a:hover {
  right: 130px;
}
.float ul li:nth-child(1) a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
.float ul li:nth-child(2) a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
}
.float ul li:nth-child(3) a {
  --tw-bg-opacity: 1;
  background-color: rgb(36 211 102 / var(--tw-bg-opacity));
}
#scrollToTopButton {
  position: fixed;
  right: 15px;
  bottom: 0%;
  z-index: 1020;
}
@media (min-width: 1024px) {

  #scrollToTopButton {
    right: 30px;
  }
}
@media (min-width: 1540px) {

  #scrollToTopButton {
    right: 50px;
  }
}
#scrollToTopButton {
		transform: perspective(1px) translate(0px, 100%);
	}
#scrollToTopButton svg {
			position: relative;
		}
#scrollToTopButton svg circle {
  fill: #FFC107;
				transition: 0.4s all;
}
#scrollToTopButton:hover svg {
				animation-name: MoveUpDown;
				animation-duration: 0.75s;
				animation-timing-function: ease-out;
			}
#scrollToTopButton:hover svg circle {
  fill: #003974;
}
@keyframes MoveUpDown {
		0%,
		50%,
		100% {
			bottom: 0px;
		}
		25%,
		75% {
			bottom: -6px;
		}
	}
.accordion-global .accordion-button {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 25px;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.accordion-global .accordion-button span.accordion-button-text {
  display: inline-block;
  text-align: left;
  line-height: 30px;
}
.accordion-global .accordion-button span.circle {
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.accordion-global .accordion-button i {
  font-size: 10px;
}
.accordion-global .accordion-button[aria-expanded="true"] span.circle {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion-global .accordion-item {
  margin-bottom: 0.625rem;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 0px 10px rgba(0,0,0,0.02);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.accordion-global .accordion-item .accordion-button {
  position: relative;
}
.accordion-global .accordion-item .accordion-button .accordion-button-text {
					transition: 0.4s all;
				}
.accordion-global .accordion-item .accordion-button::before {
					content: '';
					position: absolute;
					left: 0px;
					bottom: 0px;
					height: 0.25rem;
					width: 100%;
					transition: 0.4s all;
				}
.accordion-global .accordion-item .accordion-button:hover .accordion-button-text {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
.accordion-global .accordion-item .accordion-button:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
.accordion-global .accordion-item .accordion-button:hover[aria-expanded="true"] .accordion-button-text {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.accordion-global .accordion-item .accordion-button:hover[aria-expanded="true"]::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.accordion-global .accordion-body {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(231 238 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.accordion-timeline {
  margin-top: 2rem;
}
.accordion-timeline .accordion-button {
  font-size: 20px;
}
.accordion-timeline .accordion-header {
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.accordion-timeline .accordion-item {
  position: relative;
  padding-bottom: 26px;
}
.accordion-timeline .accordion-item:last-child {
  padding-bottom: 0px;
}
.accordion-timeline .accordion-item::before {
				content: '';
				position: absolute;
				left: 0px;
				top: 0px;
				height: 100%;
				width: 1px;
				--tw-bg-opacity: 1;
				background-color: rgb(0 128 96 / var(--tw-bg-opacity));
			}
.accordion-timeline .accordion-item:last-child::before {
  opacity: 0;
}
.accordion-timeline .accordion-item .accordion-button {
  display: block;
  text-align: left;
				transition: 0.4s all;
}
.accordion-timeline .accordion-item .accordion-button span {
  position: relative;
  margin-top: -10px;
  display: inline-block;
  line-height: 30px;
}
.accordion-timeline .accordion-item .accordion-button::before,
				.accordion-timeline .accordion-item .accordion-button::after {
					content: '';
					position: absolute;
					left: 0px;
					z-index: 10;
					height: 12px;
					width: 12px;
					--tw-translate-x: -45%;
					--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));
					border-radius: 50%;
					border-width: 1px;
					--tw-border-opacity: 1;
					border-color: rgb(0 128 96 / var(--tw-border-opacity));
				}
.accordion-timeline .accordion-item .accordion-button::before {
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.accordion-timeline .accordion-item .accordion-button::after {
  top: 0px;
  height: 9px;
  width: 9px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
  opacity: 0;
					transition: 0.2s all;
}
.accordion-timeline .accordion-item .accordion-button:last-child::before,
					.accordion-timeline .accordion-item .accordion-button:last-child::after {
  top: 0px;
}
.accordion-timeline .accordion-item:last-child .accordion-button span::before {
							content: '';
							position: absolute;
							left: -2rem;
							top: 0px;
							height: 100%;
							width: 1px;
							background-color: transparent;
							transition-property: 0.35s;
							transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
							transition-duration: 150ms;
							transition-duration: ease;
						}
.accordion-timeline .accordion-item:last-child .accordion-body {
  position: relative;
}
.accordion-timeline .accordion-item:last-child .accordion-body::before {
						content: '';
						position: absolute;
						left: 0px;
						top: 0px;
						height: 100%;
						width: 1px;
						--tw-bg-opacity: 1;
						background-color: rgb(0 128 96 / var(--tw-bg-opacity));
					}
.accordion-timeline .accordion-item:hover .accordion-button {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.accordion-timeline .accordion-item:hover .accordion-button::before {
  height: 15px;
  width: 15px;
}
.accordion-timeline .accordion-item:hover .accordion-button::after {
  opacity: 1;
}
.accordion-timeline .accordion-button[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.accordion-timeline .accordion-button[aria-expanded="true"] span::before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity)) !important;
}
.accordion-timeline .accordion-button[aria-expanded="true"]::before {
  height: 15px;
  width: 15px;
}
.accordion-timeline .accordion-button[aria-expanded="true"]::after {
  opacity: 1;
}
.accordion-header {
  margin: 0px;
  line-height: 0px;
}
.accordion {
  position: relative;
}
.accordion .collapsing {
  height: 0px;
  overflow: hidden;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.accordion .collapse:not(.show) {
  display: none;
}
.accordion .collapse {
  visibility: visible;
}
.accordion-body {
		padding-block-start: 15px;
		padding-inline-start: 32px;
	}
.accordion-body ul {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.accordion-body ul li {
  margin-bottom: 0.25rem;
  list-style-type: disc;
  padding-left: 0.5rem;
  line-height: 1.8;
}
.accordion-body ul li:last-child {
  margin-bottom: 0px;
}
.accordion-body ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-0 {
  inset: -0px;
}
.-inset-0\.5 {
  inset: -0.125rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-2 {
  right: -0.5rem;
}
.-right-\[22px\] {
  right: -22px;
}
.-top-\[10px\] {
  top: -10px;
}
.-top-\[1px\] {
  top: -1px;
}
.-top-\[8px\] {
  top: -8px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-3 {
  top: 0.75rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[5px\] {
  top: 5px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-last {
  order: 9999;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.m-2 {
  margin: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[0\.8\] {
  aspect-ratio: 0.8;
}
.aspect-\[1\.6\] {
  aspect-ratio: 1.6;
}
.aspect-\[1\/1\.2\] {
  aspect-ratio: 1/1.2;
}
.aspect-\[1\/1\.4\] {
  aspect-ratio: 1/1.4;
}
.aspect-\[1\] {
  aspect-ratio: 1;
}
.aspect-\[2\] {
  aspect-ratio: 2;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[205px\] {
  height: 205px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[8px\] {
  height: 8px;
}
.h-full {
  height: 100%;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[430px\] {
  min-height: 430px;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[47\.333333\%\] {
  width: 47.333333%;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[1160px\] {
  max-width: 1160px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1_1_12\%\] {
  flex: 1 1 12%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.auto-rows-\[1fr\] {
  grid-auto-rows: 1fr;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[18px_2fr\] {
  grid-template-columns: 18px 2fr;
}
.grid-cols-\[1fr_15fr\] {
  grid-template-columns: 1fr 15fr;
}
.grid-cols-\[310px_1fr\] {
  grid-template-columns: 310px 1fr;
}
.grid-cols-\[42px_1fr\] {
  grid-template-columns: 42px 1fr;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * 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 * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-y-\[\#E7EEED\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 238 237 / var(--tw-border-opacity));
  border-bottom-color: rgb(231 238 237 / var(--tw-border-opacity));
}
.border-y-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 237 237 / var(--tw-border-opacity));
  border-bottom-color: rgb(237 237 237 / var(--tw-border-opacity));
}
.border-b-\[\#E7EEED\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 238 237 / var(--tw-border-opacity));
}
.border-b-\[\#ECECEC\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 236 236 / var(--tw-border-opacity));
}
.border-t-\[\#E7EEED\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 238 237 / var(--tw-border-opacity));
}
.bg-\[\#008060\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
.bg-\[\#EAFFFA4D\] {
  background-color: #EAFFFA4D;
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\.\.\/public\/images\/page\/award_left\.png\'\)\] {
  background-image: url('../public/images/page/award_left.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/award_right\.png\'\)\] {
  background-image: url('../public/images/page/award_right.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_body\.png\'\)\] {
  background-image: url('../public/images/page/bg_body.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_footer\.png\'\)\] {
  background-image: url('../public/images/page/bg_footer.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_product\.png\'\)\] {
  background-image: url('../public/images/page/bg_product.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_product_blur\.jpg\'\)\] {
  background-image: url('../public/images/page/bg_product_blur.jpg');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_product_contact\.jpg\'\)\] {
  background-image: url('../public/images/page/bg_product_contact.jpg');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_services_contact\.jpg\'\)\] {
  background-image: url('../public/images/page/bg_services_contact.jpg');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/top_stars\.png\'\)\] {
  background-image: url('../public/images/page/top_stars.png');
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.\!fill-white {
  fill: #fff !important;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[10px_25px_8px_25px\] {
  padding: 10px 25px 8px 25px;
}
.p-\[12px_25px_8px_25px\] {
  padding: 12px 25px 8px 25px;
}
.p-\[20px\] {
  padding: 20px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-\[\'Hind\'\] {
  font-family: 'Hind';
}
.font-\[\'Karma\'\] {
  font-family: 'Karma';
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.text-\[\#003974\] {
  --tw-text-opacity: 1;
  color: rgb(0 57 116 / var(--tw-text-opacity));
}
.text-\[\#008060\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#E7EEED\] {
  --tw-text-opacity: 1;
  color: rgb(231 238 237 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.shadow-\[0px_0px_20px_0px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.02\)\] {
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.02);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.051\)\] {
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.051);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}
.popup-content p {
  margin-bottom: 0.5rem;
}
.fancybox-bg {
	background: #00397499;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}
.fancybox-close-small {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 3 53 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.fancybox-close-small:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
}
.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
  top: calc(50% - 50px) !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 116 / var(--tw-bg-opacity));
  padding: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}
.fancybox-button--arrow_right:hover,
.fancybox-button--arrow_left:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .fancybox-button--arrow_right,
.fancybox-button--arrow_left {
    top: calc(50% - 50px) !important;
  }
}
.fancybox-button--arrow_right i, .fancybox-button--arrow_left i {
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.fancybox-button[disabled] {
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
& .fancybox-slide--html .fancybox-close-small {
  top: 15px;
  right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  & .fancybox-slide--html .fancybox-close-small {
    right: -1rem;
    top: -1rem;
  }
}
@media (min-width: 1024px) {

  & .fancybox-slide--html .fancybox-close-small {
    right: -1rem;
    top: -1rem;
  }
}
.about-management-container .fancybox-slide--html {
  overflow-x: hidden;
  padding: 0px;
}
@media (min-width: 640px) {

  .about-management-container .fancybox-slide--html {
    padding: 30px;
  }
}
@media (min-width: 900px) {

  .about-management-container .fancybox-slide--html {
    padding: 30px;
  }
}
@media (min-width: 1024px) {

  .about-management-container .fancybox-slide--html {
    padding: 35px;
  }
}
@media (min-width: 1140px) {

  .about-management-container .fancybox-slide--html {
    padding: 35px;
  }
}
.about-management-container .fancybox-navigation {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 350px;
}
@media (min-width: 390px) {

  .about-management-container .fancybox-navigation {
    max-width: 365px;
  }
}
@media (min-width: 430px) {

  .about-management-container .fancybox-navigation {
    max-width: 410px;
  }
}
@media (min-width: 640px) {

  .about-management-container .fancybox-navigation {
    max-width: 740px;
  }
}
@media (min-width: 820px) {

  .about-management-container .fancybox-navigation {
    max-width: 810px;
  }
}
@media (min-width: 900px) {

  .about-management-container .fancybox-navigation {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {

  .about-management-container .fancybox-navigation {
    max-width: 1010px;
  }
}
@media (min-width: 1140px) {

  .about-management-container .fancybox-navigation {
    max-width: 1145px;
  }
}
.about-management-container .fancybox-content {
  overflow: visible;
  padding: 30px;
}
@media (min-width: 1024px) {

  .about-management-container .fancybox-content {
    padding: 44px;
  }
}
.gallery-career-container .fancybox-slide--html .fancybox-close-small {
  top: 32px;
  right: 30px;
}
.gallery-career-container .fancybox-thumbs__list a::before {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 193 7 / var(--tw-border-opacity));
}
.gallery-career-container .fancybox-thumbs {
  top: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 95px;
  width: auto;
  padding: 10px 10px 5px 10px;
	  	background: rgba(0, 0, 0, 0.3);
}
& .fancybox-show-thumbs .fancybox-inner {
  right: 0px;
  bottom: 95px;
}
@media (max-width: 576px) {
  .fancybox-show-thumbs .fancybox-inner {
    right: 0px;
  }
}
@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}
[class*="line-clamp-"] > :first-child {
    display: inline !important;
  }
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-1::before {
  content: var(--tw-content);
  left: -0.25rem;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-8::before {
  content: var(--tw-content);
  top: 2rem;
}
.before\:h-\[5px\]::before {
  content: var(--tw-content);
  height: 5px;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[18px\]::before {
  content: var(--tw-content);
  width: 18px;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:rounded-2xl::before {
  content: var(--tw-content);
  border-radius: 20px;
}
.before\:bg-\[\#FFC107\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
.before\:bg-\[linear-gradient\(90deg\2c _rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c _rgba\(255\2c 255\2c 255\2c 0\.96\)_0\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 0%);
}
.before\:bg-\[url\(\'\.\.\/public\/images\/page\/bg_white_overlay\.png\'\)\]::before {
  content: var(--tw-content);
  background-image: url('../public/images/page/bg_white_overlay.png');
}
.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.hover\:bg-\[\#008060\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}
.hover\:text-\[\#FFC107\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity));
}
.hover\:before\:bg-white:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:order-1 {
    order: 1;
  }

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

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

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

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

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

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

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

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

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[2\] {
    aspect-ratio: 2;
  }

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

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

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

  .sm\:w-\[31\.333333\%\] {
    width: 31.333333%;
  }

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

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

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

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

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

  .sm\:grid-cols-\[18px_2fr\] {
    grid-template-columns: 18px 2fr;
  }

  .sm\:grid-cols-\[245px_1fr\] {
    grid-template-columns: 245px 1fr;
  }

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\: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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:rounded-2xl {
    border-radius: 20px;
  }

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 900px) {

  .md\:top-\[80px\] {
    top: 80px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1\.6\] {
    aspect-ratio: 1.6;
  }

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

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

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

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

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

  .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-\[1fr_1\.5fr\] {
    grid-template-columns: 1fr 1.5fr;
  }

  .md\:grid-cols-\[250px_1fr\] {
    grid-template-columns: 250px 1fr;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-\[55px\] {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

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

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:rounded-2xl {
    border-radius: 20px;
  }

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

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

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

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

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

  .lg\:order-1 {
    order: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

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

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1\.6\] {
    aspect-ratio: 1.6;
  }

  .lg\:aspect-\[1\] {
    aspect-ratio: 1;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:-translate-y-1\/2 {
    --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\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_15fr\] {
    grid-template-columns: 1fr 15fr;
  }

  .lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .lg\:grid-cols-\[350px_1fr\] {
    grid-template-columns: 350px 1fr;
  }

  .lg\:grid-cols-\[380px_1fr\] {
    grid-template-columns: 380px 1fr;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

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

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .lg\:gap-x-\[105px\] {
    -moz-column-gap: 105px;
         column-gap: 105px;
  }

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

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .lg\:self-end {
    align-self: flex-end;
  }

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-2xl {
    border-radius: 20px;
  }

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

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

  .lg\:p-\[36px_0px\] {
    padding: 36px 0px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

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

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

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

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

  .lg\:pl-4 {
    padding-left: 1rem;
  }

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

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

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

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1140px) {

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

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

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

  .xl\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:aspect-\[1\.6\] {
    aspect-ratio: 1.6;
  }

  .xl\:min-h-\[600px\] {
    min-height: 600px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .xl\: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 * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pr-\[180px\] {
    padding-right: 180px;
  }

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

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1540px) {

  .\32xl\:top-\[75px\] {
    top: 75px;
  }

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

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

  .\32xl\:aspect-\[2\] {
    aspect-ratio: 2;
  }

  .\32xl\:h-\[190px\] {
    height: 190px;
  }

  .\32xl\:h-\[290px\] {
    height: 290px;
  }

  .\32xl\:min-h-\[745px\] {
    min-height: 745px;
  }

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

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

  .\32xl\:w-\[48\%\] {
    width: 48%;
  }

  .\32xl\:w-\[56\%\] {
    width: 56%;
  }

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

  .\32xl\:w-\[78\%\] {
    width: 78%;
  }

  .\32xl\:max-w-\[1470px\] {
    max-width: 1470px;
  }

  .\32xl\:max-w-\[980px\] {
    max-width: 980px;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .\32xl\:pr-\[18rem\] {
    padding-right: 18rem;
  }

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

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