.btn {
	font-weight: 400;
	height: 44px;
	color: #fff;
	position: relative;
	align-items: center;
	justify-content: center;
}
.btn.btn-xl {
	background-color: #002dbb;
	border: none;
}
.btn.btn-xl:hover {
	background-color: #1d4ed8;
}
.btn.btn-xl-green {
	background-color: #00dc97;
	border: none;
}
.btn.btn-xl-green:hover {
	background-color: #1cf1ae;
}
.btn.btn-black {
	background-color: #000;
	border: none;
}
.btn.btn-black:hover {
	background-color: #222;
}
.btn.btn-secondary-xl {
	background-color: #fff;
	border: 1px solid #002dbb;
	color: #002dbb;
}
.btn.btn-secondary-xl:hover {
	box-shadow: 0 0 1px #5ddcff, 0 0 2px #002dbb;
}
.btn.btn-secondary-noline-xl {
	background-color: #fff;
	color: #002dbb;
}
.btn.btn-secondary-xl-green {
	background-color: #fff;
	border: 1px solid #00dc97;
	color: #00dc97;
}
.btn.btn-secondary-xl-green:hover {
	box-shadow: 0 0 5px #2bf3b3, 0 0 10px #00dc97;
}
.btn.btn-secondary-axis {
	background-color: #fff;
	border: 1px solid #753c94;
	color: #753c94;
}
.btn.btn-secondary-axis:hover {
	box-shadow: 0 0 5px #5ddcff, 0 0 10px #753c94;
}
.btn.btn-axis {
	background-color: #753c94;
	border: none;
}
.btn.btn-axis:hover {
	background-color: #9333ea;
}
.btn.btn-rounded {
	border-radius: 22px;
}
.btn.loading {
	pointer-events: none;
	background-color: #e2e2e2;
}
.btn.loading .el-loader {
	animation: fadeIn 0.2s linear;
}
.btn.loading .el-loader:before {
	opacity: 0.4;
	z-index: 1;
	font-size: 1rem;
}
.btn.loading .el-loader:after {
	animation: spin 2s linear infinite;
	z-index: 2;
	font-size: 1rem;
}
.btn.disabled {
	pointer-events: none;
	background-color: #e6e6e6;
	color: #b3b2b2;
	border-color: #e2e2e2;
}
.btn.bg-transparent {
	background: transparent;
}
.form {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.form__input {
	width: 100%;
	height: 58px;
	border: 2px solid #e2e2e2;
	border-radius: 12px;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	padding: 1.25rem;
	background: none;
}
.form__input:hover {
	border-color: #002dbb;
}
.form__input.error {
	border-color: #ee3e80;
}
.form__input:focus {
	border-color: #002dbb;
}
.form__input:focus.error {
	border-color: #ee3e80;
}
.form__input_secondary {
	width: 100%;
	height: 58px;
	border: 2px solid #e2e2e2;
	border-radius: 12px;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	padding: 1.25rem;
	background: none;
}
.form__input_secondary:hover {
	border-color: none;
}
.form__input_secondary.error {
	border-color: #ee3e80;
}
.form__input_secondary:focus {
	border-color: none;
}
.form__input_secondary:focus.error {
	border-color: #ee3e80;
}
.form__label {
	top: 1.2rem;
}
.form__label,
.form__label_textarea {
	position: absolute;
	left: 1rem;
	padding: 0 0.5rem;
	color: #68788a;
	cursor: text;
	transition: top 0.2s ease-in, left 0.2s ease-in, font-size 0.2s ease-in;
	background-color: #fff;
}
.form__label_textarea {
	top: 2.2rem;
}
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus)
	~ .form__label {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #002dbb;
}
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #002dbb;
}
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus)
	~ .form__label.error {
	color: #ee3e80;
}
.form__input:focus ~ .form__label.error,
.form__input:not(:placeholder-shown).form__input:not(:focus)
	~ .form__label.error {
	color: #ee3e80;
}
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus)
	~ .form__label:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.form__input:focus ~ .form__label:center,
.form__input:not(:placeholder-shown).form__input:not(:focus)
	~ .form__label:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus)
	~ .form__label_textarea {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #002dbb;
}
.form__input:focus ~ .form__label_textarea,
.form__input:not(:placeholder-shown).form__input:not(:focus)
	~ .form__label_textarea {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #002dbb;
}
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus)
	~ .form__label_textarea.error {
	color: #ee3e80;
}
.form__input:focus ~ .form__label_textarea.error,
.form__input:not(:placeholder-shown).form__input:not(:focus)
	~ .form__label_textarea.error {
	color: #ee3e80;
}
.form__input:not(:-moz-placeholder-shown).form__input:not(:focus)
	~ .form__label_textarea:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.form__input:focus ~ .form__label_textarea:center,
.form__input:not(:placeholder-shown).form__input:not(:focus)
	~ .form__label_textarea:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.form__input_secondary:not(:-moz-placeholder-shown).form__input_secondary:not(
		:focus
	)
	~ .form__label {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #555;
}
.form__input_secondary:focus ~ .form__label,
.form__input_secondary:not(:placeholder-shown).form__input_secondary:not(:focus)
	~ .form__label {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #555;
}
.form__input_secondary:not(:-moz-placeholder-shown).form__input_secondary:not(
		:focus
	)
	~ .form__label.error {
	color: #ee3e80;
}
.form__input_secondary:focus ~ .form__label.error,
.form__input_secondary:not(:placeholder-shown).form__input_secondary:not(:focus)
	~ .form__label.error {
	color: #ee3e80;
}
.form__input_secondary:not(:-moz-placeholder-shown).form__input_secondary:not(
		:focus
	)
	~ .form__label:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.form__input_secondary:focus ~ .form__label:center,
.form__input_secondary:not(:placeholder-shown).form__input_secondary:not(:focus)
	~ .form__label:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.form__input_secondary:not(:-moz-placeholder-shown).form__input_secondary:not(
		:focus
	)
	~ .form__label_textarea {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #555;
}
.form__input_secondary:focus ~ .form__label_textarea,
.form__input_secondary:not(:placeholder-shown).form__input_secondary:not(:focus)
	~ .form__label_textarea {
	top: -0.5rem;
	font-size: 0.8rem;
	left: 0.8rem;
	color: #555;
}
.form__input_secondary:not(:-moz-placeholder-shown).form__input_secondary:not(
		:focus
	)
	~ .form__label_textarea.error {
	color: #ee3e80;
}
.form__input_secondary:focus ~ .form__label_textarea.error,
.form__input_secondary:not(:placeholder-shown).form__input_secondary:not(:focus)
	~ .form__label_textarea.error {
	color: #ee3e80;
}
.form__input_secondary:not(:-moz-placeholder-shown).form__input_secondary:not(
		:focus
	)
	~ .form__label_textarea:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.form__input_secondary:focus ~ .form__label_textarea:center,
.form__input_secondary:not(:placeholder-shown).form__input_secondary:not(:focus)
	~ .form__label_textarea:center {
	letter-spacing: 8vh;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.btn-close {
	position: absolute;
	bottom: 0.2rem;
	right: 0;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	border-radius: 0.5rem;
	margin-bottom: 2px;
}
.btn-close:active,
.btn-close:focus,
.btn-close:visited {
	outline-width: 0;
}
.half-modal-wrap {
	overflow: hidden;
	padding: 20px;
}
.half-modal-wrap ::-webkit-scrollbar {
	width: 6px;
}
.half-modal-wrap ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #1dbecb;
	border-radius: 10px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.half-modal-wrap ::-webkit-scrollbar-thumb {
	background: #1dbecb;
	border-radius: 10px;
}
.half-modal-wrap.mini-half-card {
	overflow: hidden;
}
.half-modal-wrap.mini-half-card ::-webkit-scrollbar {
	display: none;
}
.half-modal-wrap.mini-half-card {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.half-modal-wrap.xl ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #002dbb;
	border-radius: 10px;
}
.half-modal-wrap.xl ::-webkit-scrollbar-thumb {
	background: #002dbb;
	border-radius: 10px;
}
.half-modal-wrap.axis ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #753c94;
	border-radius: 10px;
}
.half-modal-wrap.axis ::-webkit-scrollbar-thumb {
	background: #753c94;
	border-radius: 10px;
}
.half-modal-wrap {
	height: 80%;
}
.half-modal-wrap .modal-card-custom {
	height: 100%;
}
.custom-half-modal {
	align-items: center;
	justify-content: center;
	position: absolute;
	margin-right: -50%;
	left: 50%;
	background-color: #fff;
	right: auto;
	height: 60%;
	transform: translate(-52%, 10%);
	bottom: 0;
	border-radius: 14px;
	border: none;
	box-shadow: -2px 5px 44px 7px rgba(136, 156, 166, 0.55);
	-webkit-box-shadow: -2px 5px 44px 7px rgba(136, 156, 166, 0.55);
	-moz-box-shadow: -2px 5px 44px 7px rgba(136, 156, 166, 0.55);
	animation: bottom-to-top 0.25s ease-in;
}
.custom-half-modal.mini-half-card {
	height: 35%;
	padding-bottom: 10px;
	transform: translate(-52%, 10%);
}
.custom-half-modal.close {
	animation: top-to-bottom 0.25s ease-in;
}
@keyframes bottom-to-top {
	0% {
		transform: translate(-52%, 100%);
	}
	to {
		transform: translate(-52%, 10%);
	}
}
@keyframes top-to-bottom {
	0% {
		transform: translate(-52%, 10%);
	}
	to {
		transform: translate(-52%, 100%);
	}
}
.modal-backdrop {
	position: fixed;
	overflow: hidden;
	z-index: 10;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	vertical-align: middle;
}
.modal-content-wrapper {
	max-height: -moz-fit-content;
	max-height: fit-content;
	background: #fff;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	height: -moz-max-content;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	justify-content: center;
	display: flex;
	padding: 30px;
	border-radius: 10px;
	align-content: center;
	max-width: 92vw;
}
.shadow-in {
	box-shadow: inset 0 -10px 5px -5px rgba(0, 0, 0, 0.549) !important;
}
.MuiModal-root.bottom-sheet .modal-content-wrapper {
	width: auto;
	max-width: 36rem;
	min-width: 50vw;
	top: auto;
	border-radius: 12px 12px 0 0;
	height: auto;
	overflow-y: unset;
	overflow-x: unset;
	padding: 1rem;
	scrollbar-width: thin !important;
	scrollbar-color: #002dbb #eee !important;
}
.MuiModal-root.bottom-sheet .modal-content-wrapper ::-webkit-scrollbar {
	width: 6px;
}
.MuiModal-root.bottom-sheet .modal-content-wrapper ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #1dbecb;
	border-radius: 10px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.MuiModal-root.bottom-sheet .modal-content-wrapper ::-webkit-scrollbar-thumb {
	background: #1dbecb;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.MuiModal-root.bottom-sheet .modal-content-wrapper {
		width: 100%;
		max-width: 100%;
	}
}
.MuiModal-root.bottom-sheet .modal-content-wrapper .modal-content {
	position: relative;
}
.MuiModal-root.bottom-sheet
	.modal-content-wrapper
	.modal-content
	.wrapper-content {
	min-height: 25%;
	max-height: calc(100vh - 407px);
	padding-right: 10px;
}
.MuiModal-root.bottom-sheet
	.modal-content-wrapper
	.modal-content
	.wrapper-content.scroll-content {
	overflow-y: auto;
	box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
}
.MuiModal-root.bottom-sheet .modal-content-wrapper .modal-content .icon-close {
	color: transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.MuiModal-root.bottom-sheet.wrapper-pilih .modal-content-wrapper {
	height: 407px;
}
@media (min-width: 768px) {
	.MuiModal-root.bottom-sheet.wrapper-pilih .modal-content-wrapper {
		height: unset;
		border-radius: 10px;
		top: 0;
		max-width: 420px;
		min-width: unset;
	}
}
.MuiModal-root.bottom-sheet.wrapper-pilih
	.modal-content-wrapper
	.modal-content {
	height: unset;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.MuiModal-root.bottom-sheet.wrapper-pilih
	.modal-content-wrapper
	.modal-content
	.wrapper-content {
	height: unset;
}
.MuiModal-root.bottom-sheet.wrapper-pilih-courier .modal-content-wrapper {
	height: 330px;
}
@media (min-width: 768px) {
	.MuiModal-root.bottom-sheet.wrapper-pilih-courier .modal-content-wrapper {
		height: unset;
	}
}
.MuiModal-root.bottom-sheet.wrapper-pilih-courier
	.modal-content-wrapper
	.modal-content {
	height: unset;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.MuiModal-root.bottom-sheet.wrapper-pilih-courier
	.modal-content-wrapper
	.modal-content
	.wrapper-content {
	height: unset;
}
.MuiModal-root.bottom-sheet.wrapper-pilih-courier .modal-content {
	justify-content: unset !important;
}
.MuiModal-root.bottom-sheet.wrapper-pilih-courier .modal-content .css-hyxlzm {
	margin-right: -0.7rem;
}
.MuiModal-root.bottom-sheet.wrapper-notif > div {
	background-color: transparent;
}
.MuiModal-root.bottom-sheet.wrapper-notif .modal-content-wrapper {
	background: transparent;
	height: unset;
}
.MuiModal-root.bottom-sheet.wrapper-notif
	.modal-content-wrapper
	.modal-content {
	background: #ffffffbd;
	border: 2px solid #00d9b5;
	padding: 0.8rem;
	border-radius: 10px;
}
.MuiModal-root.bottom-sheet.wrapper-notif
	.modal-content-wrapper
	.modal-content
	.box {
	align-items: center;
}
.MuiModal-root.bottom-sheet.wrapper-notif
	.modal-content-wrapper
	.modal-content
	.img-box {
	width: 47px;
	margin-right: 0.8rem;
}
.MuiModal-root.bottom-sheet.wrapper-notif
	.modal-content-wrapper
	.modal-content
	.des {
	color: #686868;
}
.MuiModal-root.bottom-sheet.wrapper-notif
	.modal-content-wrapper
	.modal-content
	.title {
	color: #6e2c91;
	font-size: 18px;
	text-transform: uppercase;
}
.modal-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.401);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.modal-popup .modal-content {
	position: relative;
	background-color: transparent;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-align: center;
	overflow: hidden;
	border-radius: 1rem;
}
.modal-popup .modal-content img {
	max-width: 100%;
	max-height: 80dvh;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 768px) {
	.modal-popup .modal-content img {
		min-width: 400px;
	}
}
.modal-popup .modal-link {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.modal-popup .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #000;
}
.nav-button {
	padding-left: 1px;
	padding-right: 1px;
	height: 50px;
	width: 100%;
}
.nav-button .nav-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-button .nav-btn .tabActive {
	border-radius: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #002dbb;
	transition: 0.6s;
	cursor: pointer;
}
.nav-button .nav-btn .tabNonActive {
	border-radius: 54px;
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.progressbar-wrapper .progressbar {
	position: relative;
	list-style: none;
}
.progressbar-wrapper .progressbar .flex-step {
	counter-increment: list;
	display: inline-block;
	flex-direction: row;
}
.progressbar-wrapper .progressbar .flex-step .progressbar__item {
	position: relative;
	background-color: #e2e2e2;
}
.progressbar-wrapper .progressbar .flex-step .progressbar__item.active {
	background-color: #00d2a0;
}
.progressbar-wrapper .progressbar .flex-step .progressbar__item.current {
	background-color: #002dbb;
	font-weight: 700;
}
.progressStep-wrapper .progressStep {
	position: relative;
	list-style: none;
}
.progressStep-wrapper .progressStep:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	left: 17px;
	width: 8px;
	height: calc(100% - 20px);
	border-left: 1.5px solid #002dbb;
}
.progressStep-wrapper .progressStep__item {
	position: relative;
	counter-increment: list;
	padding-left: 0.5rem;
}
.progressStep-wrapper .progressStep__item.after {
	font-weight: 400;
	color: #d1d5db;
}
.progressStep-wrapper .progressStep__item.canClick {
	color: #002dbb;
}
.progressStep-wrapper .progressStep__item:not(:last-child) {
	padding-bottom: 2rem;
}
.progressStep-wrapper .progressStep__item:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -24px;
	height: 100%;
	width: 8px;
	top: 10px;
}
.steps-wrapper {
	top: 7.25rem;
}
.survey-swapper {
	animation: bounce 1.6s infinite;
}
@keyframes bounce {
	0%,
	to {
		transform: translateY(-15%);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: translateY(0);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
.tabActive {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 45 187 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.selected {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(0 45 187 / var(--tw-border-opacity));
	--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
	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);
}
.noselected {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.disable {
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
	color: rgb(156 163 175 / var(--tw-text-opacity));
}
.disable,
.enable {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
}
.enable {
	background-color: rgb(0 45 187 / var(--tw-bg-opacity));
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.choose-number.active {
	overflow: hidden;
	position: fixed;
	filter: blur(8px);
	-webkit-filter: blur(4px);
}
.next-prev {
	color: #002dbb;
} /* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */
*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}
:after,
:before {
	--tw-content: "";
}
:host,
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
		Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	line-height: inherit;
}
hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		Liberation Mono, Courier New, monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
button,
select {
	text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}
:-moz-focusring {
	outline: auto;
}
:-moz-ui-invalid {
	box-shadow: none;
}
progress {
	vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
}
fieldset,
legend {
	padding: 0;
}
menu,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dialog {
	padding: 0;
}
textarea {
	resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}
[role="button"],
button {
	cursor: pointer;
}
:disabled {
	cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle;
}
img,
video {
	max-width: 100%;
	height: auto;
}
[hidden] {
	display: none;
}
*,
:after,
:before {
	--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: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}
::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}
.container {
	width: 100%;
}
@media (min-width: 100%) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-y-0 {
	top: 0;
	bottom: 0;
}
.-right-\[16px\] {
	right: -16px;
}
.-right-\[18px\] {
	right: -18px;
}
.-top-1 {
	top: -0.25rem;
}
.-top-2 {
	top: -0.5rem;
}
.-top-\[10px\] {
	top: -10px;
}
.bottom-0 {
	bottom: 0;
}
.bottom-10 {
	bottom: 2.5rem;
}
.bottom-12 {
	bottom: 3rem;
}
.bottom-2 {
	bottom: 0.5rem;
}
.bottom-3 {
	bottom: 0.75rem;
}
.bottom-4 {
	bottom: 1rem;
}
.left-0 {
	left: 0;
}
.left-1 {
	left: 0.25rem;
}
.left-10 {
	left: 2.5rem;
}
.left-2 {
	left: 0.5rem;
}
.left-3 {
	left: 0.75rem;
}
.left-5 {
	left: 1.25rem;
}
.left-\[-2px\] {
	left: -2px;
}
.left-auto {
	left: auto;
}
.right-0 {
	right: 0;
}
.right-1 {
	right: 0.25rem;
}
.right-10 {
	right: 2.5rem;
}
.right-2 {
	right: 0.5rem;
}
.right-4 {
	right: 1rem;
}
.right-5 {
	right: 1.25rem;
}
.top-0 {
	top: 0;
}
.top-1 {
	top: 0.25rem;
}
.top-10 {
	top: 2.5rem;
}
.top-2 {
	top: 0.5rem;
}
.top-4 {
	top: 1rem;
}
.top-5 {
	top: 1.25rem;
}
.top-6 {
	top: 1.5rem;
}
.top-\[-1px\] {
	top: -1px;
}
.top-\[40px\] {
	top: 40px;
}
.-z-20 {
	z-index: -20;
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.z-50 {
	z-index: 50;
}
.z-\[0\] {
	z-index: 0;
}
.z-\[90\] {
	z-index: 90;
}
.z-\[99\] {
	z-index: 99;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.float-left {
	float: left;
}
.m-1 {
	margin: 0.25rem;
}
.m-3 {
	margin: 0.75rem;
}
.m-4 {
	margin: 1rem;
}
.m-5 {
	margin: 1.25rem;
}
.m-auto {
	margin: auto;
}
.\!my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}
.mx-0 {
	margin-left: 0;
	margin-right: 0;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-12 {
	margin-left: 3rem;
	margin-right: 3rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.mx-\[2px\] {
	margin-left: 2px;
	margin-right: 2px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.-mb-4 {
	margin-bottom: -1rem;
}
.-mb-8 {
	margin-bottom: -2rem;
}
.-ml-\[2px\] {
	margin-left: -2px;
}
.-mr-4 {
	margin-right: -1rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.-mt-3 {
	margin-top: -0.75rem;
}
.-mt-5 {
	margin-top: -1.25rem;
}
.-mt-\[60px\] {
	margin-top: -60px;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mb-2 {
	margin-bottom: 0.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-8 {
	margin-bottom: 2rem;
}
.mb-\[20vh\] {
	margin-bottom: 20vh;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.ml-8 {
	margin-left: 2rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mr-7 {
	margin-right: 1.75rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-36 {
	margin-top: 9rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-\[10px\] {
	margin-top: 10px;
}
.mt-\[15rem\] {
	margin-top: 15rem;
}
.mt-\[3px\] {
	margin-top: 3px;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.\!hidden {
	display: none !important;
}
.hidden {
	display: none;
}
.h-1 {
	height: 0.25rem;
}
.h-12 {
	height: 3rem;
}
.h-4 {
	height: 1rem;
}
.h-5 {
	height: 1.25rem;
}
.h-6 {
	height: 1.5rem;
}
.h-7 {
	height: 1.75rem;
}
.h-8 {
	height: 2rem;
}
.h-\[100px\] {
	height: 100px;
}
.h-\[101\.84px\] {
	height: 101.84px;
}
.h-\[2\.5rem\] {
	height: 2.5rem;
}
.h-\[20px\] {
	height: 20px;
}
.h-\[27\.458px\] {
	height: 27.458px;
}
.h-\[30px\] {
	height: 30px;
}
.h-\[32px\] {
	height: 32px;
}
.h-\[58px\] {
	height: 58px;
}
.h-fit {
	height: -moz-fit-content;
	height: fit-content;
}
.h-full {
	height: 100%;
}
.max-h-\[50dvh\] {
	max-height: 50dvh;
}
.max-h-\[70dvh\] {
	max-height: 70dvh;
}
.max-h-\[70vh\] {
	max-height: 70vh;
}
.max-h-\[90dvh\] {
	max-height: 90dvh;
}
.max-h-fit {
	max-height: -moz-fit-content;
	max-height: fit-content;
}
.min-h-6 {
	min-height: 1.5rem;
}
.min-h-\[100vh\] {
	min-height: 100vh;
}
.min-h-\[10px\] {
	min-height: 10px;
}
.min-h-\[10vh\] {
	min-height: 10vh;
}
.min-h-\[20px\] {
	min-height: 20px;
}
.min-h-\[25px\] {
	min-height: 25px;
}
.min-h-\[30px\] {
	min-height: 30px;
}
.min-h-\[40dvh\] {
	min-height: 40dvh;
}
.min-h-\[50dvh\] {
	min-height: 50dvh;
}
.min-h-\[50vh\] {
	min-height: 50vh;
}
.min-h-\[59\] {
	min-height: 59;
}
.min-h-\[59px\] {
	min-height: 59px;
}
.min-h-\[60dvh\] {
	min-height: 60dvh;
}
.min-h-\[60vh\] {
	min-height: 60vh;
}
.min-h-\[65vh\] {
	min-height: 65vh;
}
.min-h-\[700px\] {
	min-height: 700px;
}
.min-h-\[70dvh\] {
	min-height: 70dvh;
}
.min-h-\[80dvh\] {
	min-height: 80dvh;
}
.min-h-\[80px\] {
	min-height: 80px;
}
.min-h-screen {
	min-height: 100vh;
}
.w-1\/2 {
	width: 50%;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-1\/4 {
	width: 25%;
}
.w-1\/5 {
	width: 20%;
}
.w-1\/6 {
	width: 16.666667%;
}
.w-10 {
	width: 2.5rem;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-14 {
	width: 3.5rem;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-20 {
	width: 5rem;
}
.w-3 {
	width: 0.75rem;
}
.w-3\/4 {
	width: 75%;
}
.w-32 {
	width: 8rem;
}
.w-4\/5 {
	width: 80%;
}
.w-4\/6 {
	width: 66.666667%;
}
.w-40 {
	width: 10rem;
}
.w-5 {
	width: 1.25rem;
}
.w-5\/6 {
	width: 83.333333%;
}
.w-6 {
	width: 1.5rem;
}
.w-7 {
	width: 1.75rem;
}
.w-8 {
	width: 2rem;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-\[10\%\] {
	width: 10%;
}
.w-\[100\.90\%\] {
	width: 100.9%;
}
.w-\[105\%\] {
	width: 105%;
}
.w-\[10px\] {
	width: 10px;
}
.w-\[20\%\] {
	width: 20%;
}
.w-\[20px\] {
	width: 20px;
}
.w-\[25dvw\] {
	width: 25dvw;
}
.w-\[28dvw\] {
	width: 28dvw;
}
.w-\[30\%\] {
	width: 30%;
}
.w-\[32px\] {
	width: 32px;
}
.w-\[34\.366px\] {
	width: 34.366px;
}
.w-\[40\%\] {
	width: 40%;
}
.w-\[420px\] {
	width: 420px;
}
.w-\[60\%\] {
	width: 60%;
}
.w-\[75\%\] {
	width: 75%;
}
.w-\[78px\] {
	width: 78px;
}
.w-\[85\%\] {
	width: 85%;
}
.w-\[90\%\] {
	width: 90%;
}
.w-auto {
	width: auto;
}
.w-full {
	width: 100%;
}
.min-w-\[30px\] {
	min-width: 30px;
}
.min-w-fit {
	min-width: -moz-fit-content;
	min-width: fit-content;
}
.min-w-full {
	min-width: 100%;
}
.max-w-10 {
	max-width: 2.5rem;
}
.max-w-\[90\%\] {
	max-width: 90%;
}
.max-w-md {
	max-width: 28rem;
}
.flex-grow,
.grow {
	flex-grow: 1;
}
.origin-\[0\] {
	transform-origin: 0;
}
.-translate-x-\[40\%\] {
	--tw-translate-x: -40%;
}
.-translate-x-\[40\%\],
.-translate-y-4 {
	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));
}
.-translate-y-4 {
	--tw-translate-y: -1rem;
}
.-rotate-45 {
	--tw-rotate: -45deg;
}
.-rotate-45,
.scale-100 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}
.scale-75 {
	--tw-scale-x: 0.75;
	--tw-scale-y: 0.75;
}
.scale-75,
.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));
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.place-items-center {
	place-items: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-items-center {
	justify-items: center;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-x-10 {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}
.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)));
}
.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-\[3px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(3px * var(--tw-space-x-reverse));
	margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.justify-self-center {
	justify-self: center;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-\[10px\] {
	border-radius: 10px;
}
.rounded-\[12px\] {
	border-radius: 12px;
}
.rounded-\[16px\] {
	border-radius: 16px;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-b-xl {
	border-bottom-right-radius: 0.75rem;
	border-bottom-left-radius: 0.75rem;
}
.rounded-t-2xl {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.rounded-br-2xl {
	border-bottom-right-radius: 1rem;
}
.rounded-br-3xl {
	border-bottom-right-radius: 1.5rem;
}
.rounded-tl-2xl {
	border-top-left-radius: 1rem;
}
.rounded-tl-3xl {
	border-top-left-radius: 1.5rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-b-\[1px\] {
	border-bottom-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-t-\[1px\] {
	border-top-width: 1px;
}
.border-solid {
	border-style: solid;
}
.border-none {
	border-style: none;
}
.border-\[\#E2E2E2\],
.border-\[\#e2e2e2\] {
	--tw-border-opacity: 1;
	border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-biruxl {
	--tw-border-opacity: 1;
	border-color: rgb(0 45 187 / var(--tw-border-opacity));
}
.border-deep-gray {
	--tw-border-opacity: 1;
	border-color: rgb(104 120 138 / var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-light-gray {
	--tw-border-opacity: 1;
	border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-pink-600 {
	--tw-border-opacity: 1;
	border-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-xl-pink {
	--tw-border-opacity: 1;
	border-color: rgb(238 62 128 / var(--tw-border-opacity));
}
.border-t-gray-100 {
	--tw-border-opacity: 1;
	border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.bg-\[\#00D2A0\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0 210 160 / var(--tw-bg-opacity));
}
.bg-\[\#071a6b\] {
	--tw-bg-opacity: 1;
	background-color: rgb(7 26 107 / var(--tw-bg-opacity));
}
.bg-\[\#F0F3FE\] {
	--tw-bg-opacity: 1;
	background-color: rgb(240 243 254 / var(--tw-bg-opacity));
}
.bg-\[\#F3CED9\] {
	--tw-bg-opacity: 1;
	background-color: rgb(243 206 217 / var(--tw-bg-opacity));
}
.bg-\[\#FelF3FE\] {
	background-color: #FelF3FE;
}
.bg-\[\#eee\] {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-biruxl {
	--tw-bg-opacity: 1;
	background-color: rgb(0 45 187 / var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40 {
	background-color: rgba(0, 0, 0, 0.4);
}
.bg-black\/50 {
	background-color: rgba(0, 0, 0, 0.5);
}
.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-light-blue,
.bg-light-xl {
	--tw-bg-opacity: 1;
	background-color: rgb(240 243 254 / var(--tw-bg-opacity));
}
.bg-slate-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(203 213 225 / 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-xl-gold {
	--tw-bg-opacity: 1;
	background-color: rgb(200 175 101 / var(--tw-bg-opacity));
}
.bg-xl-green {
	--tw-bg-opacity: 1;
	background-color: rgb(0 220 151 / var(--tw-bg-opacity));
}
.bg-xl-orange {
	--tw-bg-opacity: 1;
	background-color: rgb(241 90 42 / var(--tw-bg-opacity));
}
.bg-xl-pink {
	--tw-bg-opacity: 1;
	background-color: rgb(238 62 128 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#00AEEF\] {
	--tw-gradient-from: #00aeef var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(0, 174, 239, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0139CD\] {
	--tw-gradient-from: #0139cd var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(1, 57, 205, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
	--tw-gradient-from: transparent var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#5CD0F9\] {
	--tw-gradient-to: #5cd0f9 var(--tw-gradient-to-position);
}
.to-\[\#64C5B6\] {
	--tw-gradient-to: #64c5b6 var(--tw-gradient-to-position);
}
.to-slate-50 {
	--tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}
.p-1 {
	padding: 0.25rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.p-5 {
	padding: 1.25rem;
}
.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-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-\[8px\] {
	padding-left: 8px;
	padding-right: 8px;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.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-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-\[2px\] {
	padding-top: 2px;
	padding-bottom: 2px;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pl-\[0\%\] {
	padding-left: 0;
}
.pl-\[29\%\] {
	padding-left: 29%;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pr-\[4px\] {
	padding-right: 4px;
}
.pr-\[6px\] {
	padding-right: 6px;
}
.pt-1 {
	padding-top: 0.25rem;
}
.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-7 {
	padding-top: 1.75rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-end {
	text-align: end;
}
.align-middle {
	vertical-align: middle;
}
.font-Axiata {
	font-family: Axiata-Book;
}
.font-Axiata-Bold {
	font-family: Axiata-Bold;
}
.font-Axiata-Book {
	font-family: Axiata-Book;
}
.font-Axiata-Italic {
	font-family: Axiata-Italic;
}
.font-Axiata-Medium {
	font-family: Axiata-Medium;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-9xl {
	font-size: 8rem;
	line-height: 1;
}
.text-\[10px\] {
	font-size: 10px;
}
.text-\[12px\] {
	font-size: 12px;
}
.text-\[8px\] {
	font-size: 8px;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.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;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.leading-3 {
	line-height: 0.75rem;
}
.leading-4 {
	line-height: 1rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-8 {
	line-height: 2rem;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-widests {
	letter-spacing: 0.95em;
}
.text-\[\#C40D42\] {
	--tw-text-opacity: 1;
	color: rgb(196 13 66 / var(--tw-text-opacity));
}
.text-\[\#D1D3D4\] {
	--tw-text-opacity: 1;
	color: rgb(209 211 212 / var(--tw-text-opacity));
}
.text-biruxl {
	--tw-text-opacity: 1;
	color: rgb(0 45 187 / var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark-xl {
	--tw-text-opacity: 1;
	color: rgb(1 27 112 / var(--tw-text-opacity));
}
.text-deep-gray {
	--tw-text-opacity: 1;
	color: rgb(104 120 138 / 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-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-slate-400 {
	--tw-text-opacity: 1;
	color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-500 {
	--tw-text-opacity: 1;
	color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-xl-gold {
	--tw-text-opacity: 1;
	color: rgb(200 175 101 / var(--tw-text-opacity));
}
.text-xl-pink {
	--tw-text-opacity: 1;
	color: rgb(238 62 128 / var(--tw-text-opacity));
}
.text-xl-warning {
	--tw-text-opacity: 1;
	color: rgb(196 13 66 / var(--tw-text-opacity));
}
.underline {
	text-decoration-line: underline;
}
.line-through {
	text-decoration-line: line-through;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-60 {
	opacity: 0.6;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
		0 1px 2px -1px var(--tw-shadow-color);
}
.shadow,
.shadow-2xl {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-lg,
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -2px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
		0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.shadow-sm,
.shadow-xl {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 8px 10px -6px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
		0 8px 10px -6px var(--tw-shadow-color);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.blur {
	--tw-blur: blur(8px);
}
.blur,
.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		-webkit-backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
		backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.15s;
}
.duration-300 {
	transition-duration: 0.3s;
}
.duration-500 {
	transition-duration: 0.5s;
}
.custom-justify {
	text-align: justify;
	-moz-text-align-last: left;
	text-align-last: left;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-spacing: -0.5px;
}
@font-face {
	font-family: Axiata-Book;
	src: url(../fonts/AxiataBook.172ceb8e.ttf);
}
@font-face {
	font-family: Axiata-Medium;
	src: url(../fonts/AxiataMedium.8d022d35.ttf);
}
@font-face {
	font-family: Axiata-Bold;
	src: url(../fonts/AxiataBold.376d4ff8.ttf);
}
@font-face {
	font-family: Axiata-Italic;
	src: url(../fonts/AxiataBookItalic.9aefa652.ttf);
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.infinite {
	animation-iteration-count: infinite;
}
.is-in-view {
	opacity: 1;
}
.scroll-fadeIn {
	opacity: 0;
}
.fadeIn {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeInUp {
	opacity: 0;
}
.fadeInUp {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeInRight {
	opacity: 0;
}
.fadeInRight {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeInDown {
	opacity: 0;
}
.fadeInDown {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeInLeft {
	opacity: 0;
}
.fadeInLeft {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideInUp {
	opacity: 0;
}
.slideInUp {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideInRight {
	opacity: 0;
}
.slideInRight {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideInDown {
	opacity: 0;
}
.slideInDown {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideInLeft {
	opacity: 0;
}
.slideInLeft {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-zoomIn {
	opacity: 0;
}
.zoomIn {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-zoomInSm {
	opacity: 0;
}
.zoomInSm {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealInUp {
	opacity: 0;
}
.revealInUp {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealInRight {
	opacity: 0;
}
.revealInRight {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealInDown {
	opacity: 0;
}
.revealInDown {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealInLeft {
	opacity: 0;
}
.revealInLeft {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealBlockInUp {
	opacity: 0;
}
.revealBlockInUp {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealBlockInRight {
	opacity: 0;
}
.revealBlockInRight {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealBlockInDown {
	opacity: 0;
}
.revealBlockInDown {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-revealBlockInLeft {
	opacity: 0;
}
.revealBlockInLeft {
	opacity: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeOut {
	opacity: 1;
}
.fadeOut {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeOutUp {
	opacity: 1;
}
.fadeOutUp {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeOutRight {
	opacity: 1;
}
.fadeOutRight {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeOutDown {
	opacity: 1;
}
.fadeOutDown {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-fadeOutLeft {
	opacity: 1;
}
.fadeOutLeft {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideOutUp {
	opacity: 1;
}
.slideOutUp {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideOutRight {
	opacity: 1;
}
.slideOutRight {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideOutDown {
	opacity: 1;
}
.slideOutDown {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-slideOutLeft {
	opacity: 1;
}
.slideOutLeft {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-zoomOut {
	opacity: 1;
}
.zoomOut {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.scroll-zoomOutSm {
	opacity: 1;
}
.zoomOutSm {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.d1,
.delayp1 {
	animation-delay: 0.1s;
	transition-delay: 0.1s;
}
.d2,
.delayp2 {
	animation-delay: 0.2s;
	transition-delay: 0.2s;
}
.d3,
.delayp3 {
	animation-delay: 0.3s;
	transition-delay: 0.3s;
}
.d4,
.delayp4 {
	animation-delay: 0.4s;
	transition-delay: 0.4s;
}
.d5,
.delayp5 {
	animation-delay: 0.5s;
	transition-delay: 0.5s;
}
.d6,
.delayp6 {
	animation-delay: 0.6s;
	transition-delay: 0.6s;
}
.d7,
.delayp7 {
	animation-delay: 0.7s;
	transition-delay: 0.7s;
}
.d8,
.delayp8 {
	animation-delay: 0.8s;
	transition-delay: 0.8s;
}
.d9,
.delayp9 {
	animation-delay: 0.9s;
	transition-delay: 0.9s;
}
.d10,
.delayp10 {
	animation-delay: 1s;
	transition-delay: 1s;
}
.d11,
.delayp11 {
	animation-delay: 1.1s;
	transition-delay: 1.1s;
}
.d12,
.delayp12 {
	animation-delay: 1.2s;
	transition-delay: 1.2s;
}
.d13,
.delayp13 {
	animation-delay: 1.3s;
	transition-delay: 1.3s;
}
.d14,
.delayp14 {
	animation-delay: 1.4s;
	transition-delay: 1.4s;
}
.d15,
.delayp15 {
	animation-delay: 1.5s;
	transition-delay: 1.5s;
}
.d16,
.delayp16 {
	animation-delay: 1.6s;
	transition-delay: 1.6s;
}
.d17,
.delayp17 {
	animation-delay: 1.7s;
	transition-delay: 1.7s;
}
.d18,
.delayp18 {
	animation-delay: 1.8s;
	transition-delay: 1.8s;
}
.d19,
.delayp19 {
	animation-delay: 1.9s;
	transition-delay: 1.9s;
}
.d20,
.delayp20 {
	animation-delay: 2s;
	transition-delay: 2s;
}
.d21,
.delayp21 {
	animation-delay: 2.1s;
	transition-delay: 2.1s;
}
.d22,
.delayp22 {
	animation-delay: 2.2s;
	transition-delay: 2.2s;
}
.d23,
.delayp23 {
	animation-delay: 2.3s;
	transition-delay: 2.3s;
}
.d24,
.delayp24 {
	animation-delay: 2.4s;
	transition-delay: 2.4s;
}
.d25,
.delayp25 {
	animation-delay: 2.5s;
	transition-delay: 2.5s;
}
.d26,
.delayp26 {
	animation-delay: 2.6s;
	transition-delay: 2.6s;
}
.d27,
.delayp27 {
	animation-delay: 2.7s;
	transition-delay: 2.7s;
}
.d28,
.delayp28 {
	animation-delay: 2.8s;
	transition-delay: 2.8s;
}
.d29,
.delayp29 {
	animation-delay: 2.9s;
	transition-delay: 2.9s;
}
.d30,
.delayp30 {
	animation-delay: 3s;
	transition-delay: 3s;
}
.d31,
.delayp31 {
	animation-delay: 3.1s;
	transition-delay: 3.1s;
}
.d32,
.delayp32 {
	animation-delay: 3.2s;
	transition-delay: 3.2s;
}
.d33,
.delayp33 {
	animation-delay: 3.3s;
	transition-delay: 3.3s;
}
.d34,
.delayp34 {
	animation-delay: 3.4s;
	transition-delay: 3.4s;
}
.d35,
.delayp35 {
	animation-delay: 3.5s;
	transition-delay: 3.5s;
}
.d36,
.delayp36 {
	animation-delay: 3.6s;
	transition-delay: 3.6s;
}
.d37,
.delayp37 {
	animation-delay: 3.7s;
	transition-delay: 3.7s;
}
.d38,
.delayp38 {
	animation-delay: 3.8s;
	transition-delay: 3.8s;
}
.d39,
.delayp39 {
	animation-delay: 3.9s;
	transition-delay: 3.9s;
}
.d40,
.delayp40 {
	animation-delay: 4s;
	transition-delay: 4s;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	animation-name: fadeInUp;
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRight {
	animation-name: fadeInRight;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeft {
	animation-name: fadeInLeft;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translateY(10px);
	}
}
.fadeOutUp {
	animation-name: fadeOutUp;
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translateX(10px);
	}
}
.fadeOutRight {
	animation-name: fadeOutRight;
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translateY(-10px);
	}
}
.fadeOutDown {
	animation-name: fadeOutDown;
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translateX(-10px);
	}
}
.fadeOutLeft {
	animation-name: fadeOutLeft;
}
@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
.slideInUp {
	animation-name: slideInUp;
}
@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
.slideInRight {
	animation-name: slideInRight;
}
@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
.slideInDown {
	animation-name: slideInDown;
}
@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
.slideInLeft {
	animation-name: slideInLeft;
}
@keyframes slideOutUp {
	0% {
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}
.slideOutUp {
	animation-name: slideOutUp;
}
@keyframes slideOutRight {
	0% {
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}
.slideOutRight {
	animation-name: slideOutRight;
}
@keyframes slideOutDown {
	0% {
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}
.slideOutDown {
	animation-name: slideOutDown;
}
@keyframes slideOutLeft {
	0% {
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}
.slideOutLeft {
	animation-name: slideOutLeft;
}
@keyframes zoomIn {
	0% {
		transform: scale(1.6);
	}
	to {
		transform: scale(1);
	}
}
.zoomIn {
	animation-name: zoomIn;
}
@keyframes zoomOut {
	0% {
		transform: scale(1);
	}
	to {
		transform: scale(1.6);
	}
}
.zoomOutSm {
	animation-name: zoomOut;
}
@keyframes zoomInSm {
	0% {
		transform: scale(1.2);
	}
	to {
		transform: scale(1);
	}
}
.zoomInSm {
	animation-name: zoomInSm;
}
@keyframes zoomOutSm {
	0% {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}
.zoomOutSm {
	animation-name: zoomOutSm;
}
.list-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.list-label {
	display: block;
	min-width: 100px;
	text-align: start;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
@media (min-width: 768px) {
	.list-label {
		min-width: 200px;
	}
}
.list-value {
	text-align: end;
	font-family: Axiata-Medium;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.shadow-card {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}
.card-payment-info {
	position: relative;
	margin-top: 0.75rem;
	width: 100%;
	border-radius: 1rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(226 226 226 / var(--tw-border-opacity));
	padding: 1rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-payment-info .content {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card-payment-info .content .image {
	display: flex;
	height: 32px;
	width: 32px;
	align-items: center;
	justify-content: center;
}
.card-payment {
	position: relative;
	margin-top: 2rem;
	width: 100%;
	border-radius: 1rem;
	padding: 1rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-payment .content {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card-payment .content .image {
	display: flex;
	height: 32px;
	width: 32px;
	align-items: center;
	justify-content: center;
}
.card-courier {
	position: relative;
	margin-top: 1rem;
	width: 100%;
	border-radius: 1rem;
	padding: 1rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-courier .content {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card-courier .content .image {
	display: flex;
	height: 32px;
	width: 32px;
	align-items: center;
	justify-content: center;
}
body {
	background-color: #eee;
}
.slick-dots {
	position: absolute !important;
	bottom: 30px !important;
	left: 40vw !important;
}
@media (max-width: 700px) {
	.slick-dots {
		position: absolute !important;
		bottom: 50px !important;
		left: 25vw !important;
	}
}
.slick-dots li {
	position: relative !important;
	display: inline-block !important;
	width: 20px !important;
	height: 6px !important;
	margin: 0 5px !important;
	border-radius: 10px;
	cursor: pointer !important;
	transition: width 0.3s ease-in-out !important;
	background: hsla(0, 0%, 100%, 0.5);
}
.slick-dots li.slick-active {
	opacity: 0.75 !important;
	width: 30px !important;
	color: #000 !important;
	background-color: #fff !important;
}
.slick-dots li button:before {
	font-size: 0 !important;
	line-height: 0 !important;
	display: block !important;
	width: 20px !important;
	height: 10px !important;
	padding: 0 !important;
	cursor: pointer !important;
	color: transparent !important;
	border: 0 !important;
	outline: none !important;
	background: transparent !important;
}
.slick-slide {
	visibility: hidden !important;
}
.slick-slide.slick-active {
	visibility: visible !important;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: hsla(0, 0%, 92%, 0);
	border-radius: 5px;
	margin: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 5px;
	border: 3px solid hsla(0, 0%, 93%, 0);
}
.modal-scroll {
	scrollbar-width: thin;
	scrollbar-color: #999 #eee;
}
.modal-scroll::-webkit-scrollbar {
	width: 5px;
}
.modal-scroll::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 5px;
	margin: 35px 15px 15px;
}
.modal-scroll::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 5px;
	border: 3px solid hsla(0, 0%, 93%, 0);
}
.shadow-custom {
	box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
}
.webcam-wrapper {
	background-color: #000;
	width: 100%;
	min-height: 100dvh;
}
.webcam-wrapper > video {
	position: absolute;
	min-height: 80dvh;
	min-width: 100%;
}
.webcam-wrapper .masking-camera {
	width: 100%;
	height: 100vh;
	background: url(../../../mask-camera-2.png) no-repeat;
	background-size: cover;
	background-position: top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.webcam-wrapper .masking-camera-selfie-esim {
	width: 100%;
	height: 100vh;
	background: url(../../../mask-camera-selfie-esim.png) no-repeat;
	background-size: cover;
	background-position: top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.webcam-wrapper .masking-camera-selfie {
	width: 100%;
	height: 100vh;
	background: url(../../../mask-camera-selfie-2.png) no-repeat;
	background-size: cover;
	background-position: top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.webcam-wrapper .masking-camera-desktop {
	width: 100%;
	height: 100vh;
	background: url(../../../mask-camera-desktop-2.png) no-repeat;
	background-size: cover;
	background-position: top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.webcam-wrapper .masking-camera-selfie-desktop {
	width: 100%;
	height: 100vh;
	background: url(../../../mask-camera-selfie-desktop-2.png) no-repeat;
	background-size: cover;
	background-position: top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.hover\:cursor-pointer:hover {
	cursor: pointer;
}
.hover\:border-biruxl:hover {
	--tw-border-opacity: 1;
	border-color: rgb(0 45 187 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:opacity-50:hover {
	opacity: 0.5;
}
.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-gray-400:focus {
	--tw-border-opacity: 1;
	border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:outline-0:focus {
	outline-width: 0;
}
.focus\:outline-transparent:focus {
	outline-color: transparent;
}
.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
}
.disabled\:text-slate-400:disabled {
	--tw-text-opacity: 1;
	color: rgb(148 163 184 / var(--tw-text-opacity));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:left-2 {
	left: 0.5rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:left-2 {
	left: 0.5rem;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-6 {
	top: 1.5rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-6 {
	top: 1.5rem;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:w-11\/12 {
	width: 91.666667%;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:w-11\/12 {
	width: 91.666667%;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:-translate-y-2 {
	--tw-translate-y: -0.5rem;
	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));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:-translate-y-2 {
	--tw-translate-y: -0.5rem;
	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));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
	--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));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
	--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));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:left-2 {
	left: 0.5rem;
}
.peer:focus ~ .peer-focus\:left-3 {
	left: 0.75rem;
}
.peer:focus ~ .peer-focus\:top-1 {
	top: 0.25rem;
}
.peer:focus ~ .peer-focus\:w-auto {
	width: auto;
}
.peer:focus ~ .peer-focus\:-translate-y-4 {
	--tw-translate-y: -1rem;
}
.peer:focus ~ .peer-focus\:-translate-y-4,
.peer:focus ~ .peer-focus\:scale-75 {
	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));
}
.peer:focus ~ .peer-focus\:scale-75 {
	--tw-scale-x: 0.75;
	--tw-scale-y: 0.75;
}
.peer:focus ~ .peer-focus\:px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.peer:focus ~ .peer-focus\:text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.peer:focus ~ .peer-focus\:text-biruxl {
	--tw-text-opacity: 1;
	color: rgb(0 45 187 / var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
	.sm\:w-\[70\%\] {
		width: 70%;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 768px) {
	@media (min-width: 640px) {
		.md\:sm\:text-lg {
			font-size: 1.125rem;
			line-height: 1.75rem;
		}
	}
	.md\:sticky {
		position: sticky;
	}
	.md\:-right-6 {
		right: -1.5rem;
	}
	.md\:bottom-10 {
		bottom: 2.5rem;
	}
	.md\:bottom-6 {
		bottom: 1.5rem;
	}
	.md\:left-20 {
		left: 5rem;
	}
	.md\:right-4 {
		right: 1rem;
	}
	.md\:top-\[45px\] {
		top: 45px;
	}
	.md\:order-1 {
		order: 1;
	}
	.md\:order-2 {
		order: 2;
	}
	.md\:m-0 {
		margin: 0;
	}
	.md\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}
	.md\:mx-3 {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
	}
	.md\:my-2 {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.md\:mt-0 {
		margin-top: 0;
	}
	.md\:mt-40 {
		margin-top: 10rem;
	}
	.md\:mt-5 {
		margin-top: 1.25rem;
	}
	.md\:mt-7 {
		margin-top: 1.75rem;
	}
	.md\:block {
		display: block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:grid {
		display: grid;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-8 {
		height: 2rem;
	}
	.md\:h-\[121\.84px\] {
		height: 121.84px;
	}
	.md\:h-\[37\.458px\] {
		height: 37.458px;
	}
	.md\:h-auto {
		height: auto;
	}
	.md\:max-h-\[80vh\] {
		max-height: 80vh;
	}
	.md\:min-h-\[110vh\] {
		min-height: 110vh;
	}
	.md\:min-h-\[60dvh\] {
		min-height: 60dvh;
	}
	.md\:min-h-\[80vh\] {
		min-height: 80vh;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-11\/12 {
		width: 91.666667%;
	}
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	.md\:w-8 {
		width: 2rem;
	}
	.md\:w-\[100\.60\%\] {
		width: 100.6%;
	}
	.md\:w-\[130px\] {
		width: 130px;
	}
	.md\:w-\[18px\] {
		width: 18px;
	}
	.md\:w-\[40\%\] {
		width: 40%;
	}
	.md\:w-\[44\.366px\] {
		width: 44.366px;
	}
	.md\:w-\[450px\] {
		width: 450px;
	}
	.md\:w-\[98px\] {
		width: 98px;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:min-w-\[20dvw\] {
		min-width: 20dvw;
	}
	.md\:min-w-\[50vw\] {
		min-width: 50vw;
	}
	.md\:max-w-3xl {
		max-width: 48rem;
	}
	.md\:max-w-full {
		max-width: 100%;
	}
	.md\:max-w-xl {
		max-width: 36rem;
	}
	.md\:-translate-x-\[42\%\] {
		--tw-translate-x: -42%;
		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));
	}
	.md\:grid-flow-col-dense {
		grid-auto-flow: column dense;
	}
	.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\:flex-col {
		flex-direction: column;
	}
	.md\:justify-end {
		justify-content: flex-end;
	}
	.md\:gap-4 {
		gap: 1rem;
	}
	.md\: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)));
	}
	.md\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	}
	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:pr-7 {
		padding-right: 1.75rem;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-justify {
		text-align: justify;
	}
	.md\:font-Axiata-Medium {
		font-family: Axiata-Medium;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.md\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}
}
@media (min-width: 1280px) {
	.xl\:-mt-\[50px\] {
		margin-top: -50px;
	}
	.xl\:mt-0 {
		margin-top: 0;
	}
	.xl\:flex {
		display: flex;
	}
	.xl\:min-h-\[10vh\] {
		min-height: 10vh;
	}
	.xl\:min-h-\[50vh\] {
		min-height: 50vh;
	}
	.xl\:flex-col {
		flex-direction: column;
	}
	.xl\: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)));
	}
	.xl\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.xl\:drop-shadow-xl {
		--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03))
			drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
		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);
	}
}
