:root {
	--vc-clr-primary: #000;
	--vc-clr-secondary: #090f207f;
	--vc-clr-white: #ffffff;
	--vc-icn-width: 1.2em;
	--vc-nav-width: 30px;
	--vc-nav-height: 30px;
	--vc-nav-border-radius: 0;
	--vc-nav-color: var(--vc-clr-primary);
	--vc-nav-color-hover: var(--vc-clr-secondary);
	--vc-nav-background: transparent;
	--vc-pgn-width: 12px;
	--vc-pgn-height: 4px;
	--vc-pgn-margin: 4px;
	--vc-pgn-border-radius: 0;
	--vc-pgn-background-color: var(--vc-clr-secondary);
	--vc-pgn-active-color: var(--vc-clr-primary)
}

.carousel {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	touch-action: pan-y;
	overscroll-behavior: none
}

.carousel.is-dragging {
	touch-action: none
}

.carousel * {
	box-sizing: border-box
}

.carousel__track {
	display: flex;
	padding: 0 !important;
	position: relative
}

.carousel__viewport {
	overflow: hidden
}

.carousel__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.carousel__icon {
	width: var(--vc-icn-width);
	height: var(--vc-icn-width);
	fill: currentColor
}

.carousel__prev,
.carousel__next {
	box-sizing: content-box;
	background: var(--vc-nav-background);
	border-radius: var(--vc-nav-border-radius);
	width: var(--vc-nav-width);
	height: var(--vc-nav-height);
	text-align: center;
	font-size: var(--vc-nav-height);
	padding: 0;
	color: var(--vc-nav-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	border: 0;
	cursor: pointer;
	margin: 0 10px;
	top: 50%;
	transform: translateY(-50%)
}

.carousel__next--disabled,
.carousel__prev--disabled {
	cursor: not-allowed;
	opacity: .5
}

.carousel__prev {
	left: 0
}

.carousel__next {
	right: 0
}

.carousel--rtl .carousel__prev {
	left: auto;
	right: 0
}

.carousel--rtl .carousel__next {
	right: auto;
	left: 0
}

@media (hover: hover) {

	.carousel__prev:hover,
	.carousel__next:hover {
		color: var(--vc-nav-color-hover)
	}
}

.carousel__pagination {
	display: flex;
	justify-content: center;
	list-style: none;
	line-height: 0;
	margin: 10px 0 0;
	padding: 0
}

.carousel__pagination-button {
	display: block;
	border: 0;
	margin: 0;
	cursor: pointer;
	padding: var(--vc-pgn-margin);
	background: transparent
}

.carousel__pagination-button:after {
	display: block;
	content: "";
	width: var(--vc-pgn-width);
	height: var(--vc-pgn-height);
	border-radius: var(--vc-pgn-border-radius);
	background-color: var(--vc-pgn-background-color)
}

.carousel__pagination-button--active:after {
	background-color: var(--vc-pgn-active-color)
}

@media (hover: hover) {
	.carousel__pagination-button:hover:after {
		background-color: var(--vc-pgn-active-color)
	}
}

.carousel__slide {
	scroll-snap-stop: auto;
	flex-shrink: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateZ(0)
}

[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
[multiple],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.5rem
}

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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(1px + 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);
	border-color: #2563eb
}

[type=checkbox],
[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px
}

[type=checkbox]:focus,
[type=radio]:focus {
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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(2px + 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);
	border-color: #6b7280
}

[type=checkbox]:checked,
[type=radio]:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
	border-color: transparent;
	background-color: currentColor
}

[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor
}

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

* {
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(46, 166, 112, .5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000
}

:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

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

::moz-focus-inner {
	border-style: none;
	padding: 0
}

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0
}

::-webkit-date-and-time-value {
	min-height: 1.5em
}

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

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: .75rem;
	-webkit-print-color-adjust: unset;
	print-color-adjust: unset
}

[type=checkbox] {
	border-radius: 0
}

[type=radio] {
	border-radius: 100%
}

[type=checkbox]:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

[type=radio]:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

[type=checkbox]:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

[type=file] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit
}

[type=file]:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color
}

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

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

body {
	margin: 0;
	font-family: inherit;
	line-height: inherit
}

button,
input,
textarea,
select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	line-height: inherit;
	color: inherit
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button {
	background-color: transparent;
	background-image: none
}

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

html {
	-webkit-text-size-adjust: 100%;
	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";
	line-height: 1.5
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px
}

h6,
hr,
h2,
p,
h3,
h4,
h1,
h5,
blockquote {
	margin: 0
}

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

img {
	border-style: solid
}

input::placeholder {
	opacity: 1;
	color: #9ca3af
}

input::webkit-input-placeholder {
	opacity: 1;
	color: #9ca3af
}

input::-moz-placeholder {
	opacity: 1;
	color: #9ca3af
}

input:-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af
}

input::-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1
}

input::placeholder,
textarea::placeholder {
	color: #6b7280;
	opacity: 1
}

strong {
	font-weight: bolder
}

svg,
img,
video,
iframe,
canvas {
	display: block;
	vertical-align: middle
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse
}

textarea {
	resize: vertical
}

textarea::placeholder {
	opacity: 1;
	color: #9ca3af
}

textarea::webkit-input-placeholder {
	opacity: 1;
	color: #9ca3af
}

textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af
}

textarea:-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af
}

textarea::-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af
}

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

@font-face {
	font-display: swap;
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/poppins-v20-latin-regular.eot);
	src: url(../fonts/poppins-v20-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v20-latin-regular.woff2) format("woff2"), url(../fonts/poppins-v20-latin-regular.woff) format("woff"), url(../fonts/poppins-v20-latin-regular.ttf) format("truetype"), url(../fonts/poppins-v20-latin-regular.svg#Poppins) format("svg")
}

@font-face {
	font-display: swap;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/poppins-v20-latin-600.eot);
	src: url(../fonts/poppins-v20-latin-600.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v20-latin-600.woff2) format("woff2"), url(../fonts/poppins-v20-latin-600.woff) format("woff"), url(../fonts/poppins-v20-latin-600.ttf) format("truetype"), url(../fonts/poppins-v20-latin-600.svg#Poppins) format("svg")
}

@font-face {
	font-display: swap;
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/poppins-v20-latin-700.eot);
	src: url(../fonts/poppins-v20-latin-700.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v20-latin-700.woff2) format("woff2"), url(../fonts/poppins-v20-latin-700.woff) format("woff"), url(../fonts/poppins-v20-latin-700.ttf) format("truetype"), url(../fonts/poppins-v20-latin-700.svg#Poppins) format("svg")
}

body {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[lang=vi] body {
	font-family: Noto Sans, sans-serif
}

#app,
#__nuxt>div {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

main {
	flex: 1 1 0%
}

html,
body,
#app,
#__nuxt,
main {
	scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6,
.h {
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(34, 34, 34, var(--tw-text-opacity));
	vertical-align: bottom
}

h1,
.h1 {
	font-size: 2.5rem;
	line-height: 1.125;
	letter-spacing: -1px
}

@media (min-width: 640px) {

	h1,
	.h1 {
		font-size: 3.75rem;
		line-height: 1.125;
		letter-spacing: -2px
	}
}

h2,
.h2 {
	font-size: 2.25rem;
	line-height: 1.125;
	letter-spacing: -.5px
}

@media (min-width: 640px) {

	h2,
	.h2 {
		font-size: 2.5rem;
		line-height: 1.125;
		letter-spacing: -1px
	}
}

h3,
.h3 {
	font-size: 1.75rem;
	line-height: 1.125;
	letter-spacing: -.2px
}

@media (min-width: 640px) {

	h3,
	.h3 {
		font-size: 2.25rem;
		line-height: 1.125;
		letter-spacing: -.5px
	}
}

h4,
.h4 {
	font-size: 1.5rem;
	line-height: 1.125;
	letter-spacing: -.1px
}

@media (min-width: 640px) {

	h4,
	.h4 {
		font-size: 1.75rem;
		line-height: 1.125;
		letter-spacing: -.2px
	}
}

h5,
.h5 {
	font-size: 1.25rem;
	line-height: 1.125
}

@media (min-width: 640px) {

	h5,
	.h5 {
		font-size: 1.5rem;
		line-height: 1.125;
		letter-spacing: -.1px
	}
}

h6,
.h6 {
	font-size: 1rem;
	line-height: 1.75rem
}

@media (min-width: 640px) {

	h6,
	.h6 {
		font-size: 1.25rem;
		line-height: 1.125
	}
}

.h-base {
	font-size: 1rem;
	line-height: 1.75rem
}

p {
	margin-bottom: 1rem;
	max-width: 640px
}

svg {
	display: inline-block
}

strong {
	font-weight: 700
}

small {
	font-size: .75rem;
	line-height: 1.125
}

p>a,
p>strong>a,
li>a,
li>strong>a {
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(10, 108, 255, var(--tw-text-opacity))
}

button {
	border-radius: .25rem;
	font-size: .75rem;
	line-height: 1.125;
	padding: 1rem 1.5rem
}

button:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	cursor: not-allowed;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.topic {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.125;
	text-transform: uppercase
}

.topic+h3,
.topic+div>h3 {
	font-size: 36px;
	line-height: 1;
	line-height: 38px;
	margin-top: .5rem;
	margin-bottom: .5rem;
	letter-spacing: -.67px
}

@media (min-width: 640px) {

	.topic+h3,
	.topic+div>h3 {
		font-size: 48px;
		line-height: 1;
		line-height: 46px
	}
}

select,
.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	border-radius: 9999px;
	border-width: 1px;
	font-size: .75rem;
	line-height: 1.125;
	line-height: 1;
	padding: 1rem 3rem 1rem 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(10, 108, 255, var(--tw-text-opacity));
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBhcmlhLWhpZGRlbj0idHJ1ZSIgcm9sZT0iaW1nIiBjbGFzcz0iaWNvbmlmeSBpY29uaWZ5LS1tZGkiIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM4ODg4ODgiIGQ9Ik03LjQxIDguNThMMTIgMTMuMTdsNC41OS00LjU5TDE4IDEwbC02IDZsLTYtNmwxLjQxLTEuNDJaIj48L3BhdGg+PC9zdmc+);
	background-position: center right 16px;
	background-repeat: no-repeat
}

option {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity))
}

.select.select-lg {
	padding: 1.5rem 1.75rem;
	background-position: center right 26px
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	border-radius: .25rem;
	border-width: 1px;
	display: inline-block;
	height: 16px;
	width: 16px
}

input[type=checkbox]:checked {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 108, 255, var(--tw-bg-opacity));
	background-position: center;
	background-size: cover;
	--tw-border-opacity: 1;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity));
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")
}

input[type=text],
input[type=email] {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	border-radius: .25rem;
	border-width: 1px;
	padding: 1rem
}

table {
	border-collapse: collapse;
	display: block;
	font-size: .75rem;
	line-height: 1.125;
	overflow-x: scroll;
	text-align: left;
	width: 100%
}

th,
td {
	padding: .5rem 1rem
}

thead tr {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

tbody tr:nth-child(2n) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

tbody tr:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity))
}

[data-lang*=-in] h1,
[data-lang*=-in] h2,
[data-lang*=-in] h3 {
	line-height: 1.25 !important
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s ease
}

.fade-enter-from,
.fade-leave-to {
	opacity: 0
}

.carousel__icon {
	--tw-text-opacity: 1;
	color: rgba(10, 108, 255, var(--tw-text-opacity))
}

.aspect-none {
	position: static;
	padding-bottom: 0
}

.aspect-none>* {
	position: static;
	height: auto;
	width: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto
}

.aspect-auto {
	aspect-ratio: auto
}

.aspect-square {
	aspect-ratio: 1 / 1
}

.aspect-950\/960 {
	position: relative;
	padding-bottom: 98.958333%
}

.aspect-950\/960>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-958\/960 {
	position: relative;
	padding-bottom: 99.791667%
}

.aspect-958\/960>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-176\/174 {
	position: relative;
	padding-bottom: 101.149425%
}

.aspect-176\/174>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-181\/133 {
	position: relative;
	padding-bottom: 136.090226%
}

.aspect-181\/133>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-58\/73 {
	position: relative;
	padding-bottom: 79.452055%
}

.aspect-58\/73>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-240\/510 {
	position: relative;
	padding-bottom: 47.058824%
}

.aspect-240\/510>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-179\/510 {
	position: relative;
	padding-bottom: 35.098039%
}

.aspect-179\/510>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-w-502 {
	--tw-aspect-w: 502;
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%)
}

.aspect-w-502>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-h-197 {
	--tw-aspect-h: 197
}

.aspect-w-120 {
	--tw-aspect-w: 120;
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%)
}

.aspect-w-120>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.aspect-h-23 {
	--tw-aspect-h: 23
}

.btn {
	--tw-bg-opacity: 1;
	background-color: rgba(25, 113, 73, var(--tw-bg-opacity));
	border-radius: 9999px;
	display: inline-block;
	font-weight: 600;
	font-size: .75rem;
	line-height: 1.125;
	line-height: 1;
	padding: 1.3125rem 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.btn:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	cursor: not-allowed;
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity))
}

@media (min-width: 768px) {
	.btn {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

.outline-btn {
	--tw-border-opacity: 1;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity));
	border-radius: 9999px;
	border-width: 2px;
	display: inline-block;
	font-weight: 700;
	font-size: .75rem;
	line-height: 1.125;
	line-height: 1;
	padding: 1.25rem 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(10, 108, 255, var(--tw-text-opacity));
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width: 768px) {
	.outline-btn {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

.wrap-sm {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	padding-left: 1rem;
	padding-right: 1rem
}

.wrap-md {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	padding-left: 1rem;
	padding-right: 1rem
}

.wrap-lg {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	padding-left: 1rem;
	padding-right: 1rem
}

.wrap-xl {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 1rem;
	padding-right: 1rem
}

.children\:wrap-xl>* {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 1rem;
	padding-right: 1rem
}

@media (min-width: 768px) {
	.md\:aspect-none {
		position: static;
		padding-bottom: 0
	}

	.md\:aspect-none>* {
		position: static;
		height: auto;
		width: auto;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto
	}

	.md\:aspect-w-248 {
		--tw-aspect-w: 248;
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%)
	}

	.md\:aspect-w-248>* {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	.md\:aspect-h-20 {
		--tw-aspect-h: 20
	}
}

.columns-1 {
	-moz-columns: 1;
	columns: 1
}

.container {
	width: 100%
}

@media (min-width: 640px) {
	.container {
		max-width: 640px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px
	}
}

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

@media (min-width: 1280px) {
	.container {
		max-width: 1280px
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px
	}
}

@media (min-width: 320px) {
	.container {
		max-width: 365px
	}
	
	.css-puf1b1-PageHeading-Header-box-fullWidth-grid-baseStyle-grid-fullGrid-text-bold-text-headline100-text-secondaryFont-text-normal-text-surtitle100-text-secondaryFont-text-normal-text-surtitle100-style-pageHeaderCSS h2 {
		font-size: 40px;
	}
	
	.hero-section::before {
	    content: "";
	    height: 250px;
	    background-color: #e3ddce;
	    position: absolute;
	    left: 0;
	    width: 100%;
	    top: 0px;
	    z-index: -99;
	}

}

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

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

.\!children\:space-x-0>*>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important
}

.divide-x-2>:not([hidden])~:not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(2px * var(--tw-divide-x-reverse));
	border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x>:not([hidden])~:not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-light-700>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(233, 236, 239, var(--tw-divide-opacity))
}

.divide-white>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
}

.divide-dark-200>:not([hidden])~:not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(50, 50, 50, var(--tw-divide-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
}

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

.bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 211, 153, var(--tw-bg-opacity))
}

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

.bg-brand\/10 {
	--tw-bg-opacity: .1;
	background-color: rgba(10, 108, 255, var(--tw-bg-opacity))
}

.bg-brand {
	--tw-bg-opacity: 1;
	background-color: rgba(25, 113, 73, var(--tw-bg-opacity))
}

.bg-\[\#0074FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 116, 255, var(--tw-bg-opacity))
}

.disabled\:children\:bg-gray-200:disabled>* {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}

.bg-\[\#E0E4E7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 228, 231, var(--tw-bg-opacity))
}

.bg-\[\#E6F0FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 240, 255, var(--tw-bg-opacity))
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-\[\#e6f3ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 243, 255, var(--tw-bg-opacity))
}

.bg-\[\#E5F3FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 243, 255, var(--tw-bg-opacity))
}

.bg-\[\#FFE0DD\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 224, 221, var(--tw-bg-opacity))
}

.bg-\[\#FBE9D0\] {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 233, 208, var(--tw-bg-opacity))
}

.children\:bg-white>* {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}

.bg-dark-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(45, 45, 45, var(--tw-bg-opacity))
}

.bg-\[\#119d62\] {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 157, 98, var(--tw-bg-opacity))
}

.bg-\[\#D5E8D6\] {
	--tw-bg-opacity: 1;
	background-color: rgba(213, 232, 214, var(--tw-bg-opacity))
}

.bg-\[\#e5f3ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 243, 255, var(--tw-bg-opacity))
}

.bg-\[\#f2f2f2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity))
}

.bg-\[\#B3DBFF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(179, 219, 255, var(--tw-bg-opacity))
}

.\!bg-brand {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important
}

.bg-brand\/50 {
	--tw-bg-opacity: .5;
	background-color: rgba(10, 108, 255, var(--tw-bg-opacity))
}

.bg-\[\#CEE2FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(206, 226, 255, var(--tw-bg-opacity))
}

.bg-\[\#F5F6F6\] {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 246, 246, var(--tw-bg-opacity))
}

.bg-\[\#eaeef1\] {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 238, 241, var(--tw-bg-opacity))
}

.bg-\[\#0087FF33\] {
	--tw-bg-opacity: .2;
	background-color: rgba(0, 135, 255, var(--tw-bg-opacity))
}

.bg-\[\#0b49b4\] {
	--tw-bg-opacity: 1;
	background-color: rgba(11, 73, 180, var(--tw-bg-opacity))
}

.bg-\[\#033ba3\] {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 59, 163, var(--tw-bg-opacity))
}

.after\:bg-brand:after {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 108, 255, var(--tw-bg-opacity))
}

.before\:bg-brand:before {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 108, 255, var(--tw-bg-opacity))
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-\[\#0C6CFF0D\] {
	--tw-bg-opacity: .050980392156862744;
	background-color: rgba(12, 108, 255, var(--tw-bg-opacity))
}

.bg-black\/20 {
	--tw-bg-opacity: .2;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.bg-\[\#B70000B2\] {
	--tw-bg-opacity: .6980392156862745;
	background-color: rgba(183, 0, 0, var(--tw-bg-opacity))
}

.bg-black\/60 {
	--tw-bg-opacity: .6;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.bg-\[\#1D1D1D\] {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 29, 29, var(--tw-bg-opacity))
}

.bg-dark-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(74, 74, 74, var(--tw-bg-opacity))
}

.after\:bg-transparent:after {
	background-color: transparent
}

.before\:bg-transparent:before {
	background-color: transparent
}

.bg-transparent {
	background-color: transparent
}

.bg-red-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}

.disabled\:bg-gray-100:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-blue-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}

.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 253, 245, var(--tw-bg-opacity))
}

.bg-red-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}

.bg-blue-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
}

.bg-\[\#DAE8F3\] {
	--tw-bg-opacity: 1;
	background-color: rgba(218, 232, 243, var(--tw-bg-opacity))
}

.children\:bg-\[\#0000004d\]>* {
	--tw-bg-opacity: .30196078431372547;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.children\:bg-\[\#ffffff80\]>* {
	--tw-bg-opacity: .5019607843137255;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-\[\#edf4ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 244, 255, var(--tw-bg-opacity))
}

.bg-\[\#F7FAFF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 250, 255, var(--tw-bg-opacity))
}

.bg-\[\#EFEFEF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 239, 239, var(--tw-bg-opacity))
}

.bg-\[\#313131\] {
	--tw-bg-opacity: 1;
	background-color: rgba(49, 49, 49, var(--tw-bg-opacity))
}

.bg-brand\/05 {
	--tw-bg-opacity: .05;
	background-color: rgba(10, 108, 255, var(--tw-bg-opacity))
}

.after\:bg-white:after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-\[\#D2E1FC\] {
	--tw-bg-opacity: 1;
	background-color: rgba(210, 225, 252, var(--tw-bg-opacity))
}

.disabled\:bg-brand:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(25, 113, 73, var(--tw-bg-opacity))
}

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

.bg-dark-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 34, 34, var(--tw-bg-opacity))
}

.bg-\[\#e3ecfe\] {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 236, 254, var(--tw-bg-opacity))
}

.bg-\[\#e2f2fd\] {
	--tw-bg-opacity: 1;
	background-color: rgba(226, 242, 253, var(--tw-bg-opacity))
}

.bg-\[\#d6f4e4\] {
	--tw-bg-opacity: 1;
	background-color: rgba(214, 244, 228, var(--tw-bg-opacity))
}

.bg-\[\#e6f4ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 244, 255, var(--tw-bg-opacity))
}

.bg-\[\#042D6B\] {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 45, 107, var(--tw-bg-opacity))
}

.bg-\[\#B22C5A\] {
	--tw-bg-opacity: 1;
	background-color: rgba(178, 44, 90, var(--tw-bg-opacity))
}

.disabled\:bg-transparent:disabled {
	background-color: transparent
}

.after\:bg-\[\#DFE4E8\]:after {
	--tw-bg-opacity: 1;
	background-color: rgba(223, 228, 232, var(--tw-bg-opacity))
}

.bg-\[\#F2F2F2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity))
}

.bg-\[\#052C6B\] {
	--tw-bg-opacity: 1;
	background-color: rgba(5, 44, 107, var(--tw-bg-opacity))
}

.bg-\[\#0E3E69\] {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 62, 105, var(--tw-bg-opacity))
}

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

.hover\:bg-\[\#F2F2F2\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity))
}

.\!bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important
}

.bg-\[\#e3ecff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 236, 255, var(--tw-bg-opacity))
}

.bg-\[\#e6f6ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 246, 255, var(--tw-bg-opacity))
}

.bg-\[\#DFE4E8\] {
	--tw-bg-opacity: 1;
	background-color: rgba(223, 228, 232, var(--tw-bg-opacity))
}

.bg-\[\#5D35B1\] {
	--tw-bg-opacity: 1;
	background-color: rgba(93, 53, 177, var(--tw-bg-opacity))
}

.bg-\[\#34B63E\] {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 182, 62, var(--tw-bg-opacity))
}

.bg-\[\#0287FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(2, 135, 255, var(--tw-bg-opacity))
}

.bg-\[\#D2204F\] {
	--tw-bg-opacity: 1;
	background-color: rgba(210, 32, 79, var(--tw-bg-opacity))
}

.bg-white\/80 {
	--tw-bg-opacity: .8;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-\[\#E6F3FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 243, 255, var(--tw-bg-opacity))
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.bg-light-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity))
}

.bg-\[\#CCE7FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 231, 255, var(--tw-bg-opacity))
}

.bg-\[\#0087ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 135, 255, var(--tw-bg-opacity))
}

.after\:bg-gradient-to-r:after {
	background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.before\:bg-gradient-to-l:before {
	background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.after\:from-white:after {
	--tw-gradient-from: rgba(255, 255, 255, var(--tw-from-opacity, 1));
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.before\:from-white:before {
	--tw-gradient-from: rgba(255, 255, 255, var(--tw-from-opacity, 1));
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-\[\#00000085\] {
	--tw-gradient-from: rgba(0, 0, 0, var(--tw-from-opacity, 1));
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-black\/20 {
	--tw-gradient-from: rgba(0, 0, 0, .2);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-transparent {
	--tw-gradient-from: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.after\:via-white:after {
	--tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, var(--tw-via-opacity, 1)), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.before\:via-white:before {
	--tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, var(--tw-via-opacity, 1)), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-transparent {
	--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.after\:to-white:after {
	--tw-gradient-to: rgba(255, 255, 255, var(--tw-to-opacity, 1))
}

.before\:to-white:before {
	--tw-gradient-to: rgba(255, 255, 255, var(--tw-to-opacity, 1))
}

.to-transparent {
	--tw-gradient-to: transparent
}

.to-black\/40 {
	--tw-gradient-to: rgba(0, 0, 0, .4)
}

.to-\[\#D9DFE833\] {
	--tw-gradient-to: rgba(217, 223, 232, var(--tw-to-opacity, 1))
}

.bg-opacity-50 {
	--tw-bg-opacity: .5
}

.bg-center {
	background-position: center
}

.bg-cover {
	background-size: cover
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}

.border-brand {
	--tw-border-opacity: 1;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity))
}

.border-\[rgba\(33\,43\,54\,\.12\)\] {
	--tw-border-opacity: .12;
	border-color: rgba(33, 43, 54, var(--tw-border-opacity))
}

.\!border-error {
	--tw-border-opacity: 1 !important;
	border-color: rgba(249, 99, 88, var(--tw-border-opacity)) !important
}

.border-light-700 {
	--tw-border-opacity: 1;
	border-color: rgba(233, 236, 239, var(--tw-border-opacity))
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-\[\#eaeef1\] {
	--tw-border-opacity: 1;
	border-color: rgba(234, 238, 241, var(--tw-border-opacity))
}

.border-transparent {
	border-color: transparent
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-current {
	border-color: currentColor
}

.border-gray-\[\#E9E9E9\] {
	--tw-border-opacity: 1;
	border-color: rgba(233, 233, 233, var(--tw-border-opacity))
}

.border-\[\#212B3610\] {
	--tw-border-opacity: .06274509803921569;
	border-color: rgba(33, 43, 54, var(--tw-border-opacity))
}

.border-\[\#EAEEF1\] {
	--tw-border-opacity: 1;
	border-color: rgba(234, 238, 241, var(--tw-border-opacity))
}

.border-white\/10 {
	--tw-border-opacity: .1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-red-600 {
	--tw-border-opacity: 1;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}

.border-\[\#DCDEE0\] {
	--tw-border-opacity: 1;
	border-color: rgba(220, 222, 224, var(--tw-border-opacity))
}

.focus-within\:border-brand:focus-within {
	--tw-border-opacity: 1;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity))
}

.disabled\:border-gray-200:disabled {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-brand\/50 {
	--tw-border-opacity: .5;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity))
}

.border-blue-100 {
	--tw-border-opacity: 1;
	border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}

.border-green-200 {
	--tw-border-opacity: 1;
	border-color: rgba(167, 243, 208, var(--tw-border-opacity))
}

.border-red-100 {
	--tw-border-opacity: 1;
	border-color: rgba(254, 226, 226, var(--tw-border-opacity))
}

.border-blue-200 {
	--tw-border-opacity: 1;
	border-color: rgba(191, 219, 254, var(--tw-border-opacity))
}

.border-\[\#c8ccd0\] {
	--tw-border-opacity: 1;
	border-color: rgba(200, 204, 208, var(--tw-border-opacity))
}

.border-\[\#00000033\] {
	--tw-border-opacity: .2;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}

.children\:border-\[\#00000014\]>* {
	--tw-border-opacity: .0784313725490196;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}

.\!border-brand {
	--tw-border-opacity: 1 !important;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity)) !important
}

.border-brand\/20 {
	--tw-border-opacity: .2;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity))
}

.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}

.\!border-transparent {
	border-color: transparent !important
}

.border-\[rgba\(33\,43\,54\,\.08\)\] {
	--tw-border-opacity: .08;
	border-color: rgba(33, 43, 54, var(--tw-border-opacity))
}

.not-last-of-type\:border-\[rgba\(33\,43\,54\,\.08\)\]:not(:last-of-type) {
	--tw-border-opacity: .08;
	border-color: rgba(33, 43, 54, var(--tw-border-opacity))
}

.hover\:border-brand\/80:hover {
	--tw-border-opacity: .8;
	border-color: rgba(10, 108, 255, var(--tw-border-opacity))
}

.border-t-light-300 {
	--tw-border-opacity: 1;
	border-top-color: rgba(248, 249, 250, var(--tw-border-opacity))
}

.border-opacity-70 {
	--tw-border-opacity: .7
}

.border-opacity-12 {
	--tw-border-opacity: .12
}

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

.rounded-lg {
	border-radius: .5rem
}

.rounded {
	border-radius: .25rem
}

.rounded-3xl {
	border-radius: 1.5rem
}

.\!rounded-none {
	border-radius: 0 !important
}

.rounded-2xl {
	border-radius: 1rem
}

.rounded-28px {
	border-radius: 28px
}

.rounded-xl {
	border-radius: .75rem
}

.rounded-\[1rem\] {
	border-radius: 1rem
}

.rounded-1 {
	border-radius: 100%
}

.rounded-26px {
	border-radius: 26px
}

.rounded-6xl {
	border-radius: 3rem
}

.rounded-4xl {
	border-radius: 2rem
}

.rounded-20px {
	border-radius: 20px
}

.children\:rounded-md>* {
	border-radius: .375rem
}

.rounded-8xl {
	border-radius: 4rem
}

.children\:rounded-2xl>* {
	border-radius: 1rem
}

.children\:rounded-full>* {
	border-radius: 9999px
}

.rounded-md {
	border-radius: .375rem
}

.rounded-sm {
	border-radius: .125rem
}

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

.rounded-12px {
	border-radius: 12px
}

.\!rounded-l-full {
	border-top-left-radius: 9999px !important;
	border-bottom-left-radius: 9999px !important
}

.\!rounded-r-full {
	border-top-right-radius: 9999px !important;
	border-bottom-right-radius: 9999px !important
}

.rounded-l-3xl {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem
}

.rounded-r-3xl {
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem
}

.rounded-t-2xl {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem
}

.rounded-b-2xl {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem
}

.rounded-t-3xl {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem
}

.last-of-type\:rounded-b-3xl:last-of-type {
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem
}

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

.rounded-r-20px {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}

.rounded-tl-20px {
	border-top-left-radius: 20px
}

.rounded-br-20px {
	border-bottom-right-radius: 20px
}

.rounded-bl-3xl {
	border-bottom-left-radius: 1.5rem
}

.last-of-type\:rounded-br-3xl:last-of-type {
	border-bottom-right-radius: 1.5rem
}

.border-solid {
	border-style: solid
}

.border-dotted {
	border-style: dotted
}

.border-none {
	border-style: none
}

.\!border-0 {
	border-width: 0px !important
}

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

.border-1,
.border {
	border-width: 1px
}

.border-4 {
	border-width: 4px
}

.\!last-of-type\:border-0:last-of-type {
	border-width: 0px !important
}

.border-0 {
	border-width: 0px
}

.disabled\:border-1:disabled {
	border-width: 1px
}

.\!border-l-1 {
	border-left-width: 1px !important
}

.not-last\:border-b-1:not(:last-child) {
	border-bottom-width: 1px
}

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

.border-t {
	border-top-width: 1px
}

[dir=rtl] .rtl\:border-l-1,
[dir=rtl].rtl\:border-l-1 {
	border-left-width: 1px
}

[dir=ltr] .ltr\:border-r-1,
[dir=ltr].ltr\:border-r-1 {
	border-right-width: 1px
}

.children\:border-b-1>* {
	border-bottom-width: 1px
}

.border-t-1 {
	border-top-width: 1px
}

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

.before\:border-l-1:before {
	border-left-width: 1px
}

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

.not-last-of-type\:border-b-1:not(:last-of-type) {
	border-bottom-width: 1px
}

.box-content {
	box-sizing: content-box
}

.cursor-pointer {
	cursor: pointer
}

.cursor-not-allowed {
	cursor: not-allowed
}

.cursor-default {
	cursor: default
}

.block {
	display: block
}

.children\:block>* {
	display: block
}

.\!block {
	display: block !important
}

.inline-block {
	display: inline-block
}

.inline {
	display: inline
}

.flex {
	display: flex
}

.children\:flex>* {
	display: flex
}

.\!flex {
	display: flex !important
}

.inline-flex {
	display: inline-flex
}

.table {
	display: table
}

.grid {
	display: grid
}

.inline-grid {
	display: inline-grid
}

.hidden {
	display: none
}

.sibling\:hidden+* {
	display: none
}

.\!hidden {
	display: none !important
}

.basis-1\/3 {
	flex-basis: 33.333333%
}

.basis-1\/2 {
	flex-basis: 50%
}

.flex-row {
	flex-direction: row
}

.flex-col {
	flex-direction: column
}

.children\:flex-col>* {
	flex-direction: column
}

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

.flex-wrap {
	flex-wrap: wrap
}

.items-start {
	align-items: flex-start
}

.children\:items-start>* {
	align-items: flex-start
}

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

.items-center {
	align-items: center
}

.children\:items-center>* {
	align-items: center
}

.items-stretch {
	align-items: stretch
}

.content-start {
	align-content: flex-start
}

.self-start {
	align-self: flex-start
}

.self-end {
	align-self: flex-end
}

.self-center {
	align-self: center
}

.self-stretch {
	align-self: stretch
}

.justify-items-center {
	justify-items: center
}

.justify-start {
	justify-content: flex-start
}

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

.justify-center {
	justify-content: center
}

.children\:justify-center>* {
	justify-content: center
}

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

.justify-evenly {
	justify-content: space-evenly
}

.flex-none {
	flex: none
}

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

.flex-basis-auto {
	flex: 1 1 auto
}

.children\:flex-none>* {
	flex: none
}

.flex-basis-\[133px\] {
	flex: 133px
}

.flex-grow {
	flex-grow: 1
}

.children\:flex-grow>* {
	flex-grow: 1
}

.flex-grow-0 {
	flex-grow: 0
}

.flex-shrink {
	flex-shrink: 1
}

.flex-shrink-0 {
	flex-shrink: 0
}

.order-999 {
	order: 999
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-99 {
	order: 99
}

.-order-1 {
	order: -1
}

.float-right {
	float: right
}

.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-open-sans {
	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"
}

.font-semibold {
	font-weight: 600
}

.\!font-bold {
	font-weight: 700 !important
}

.font-bold {
	font-weight: 700
}

.font-medium {
	font-weight: 500
}

.font-normal {
	font-weight: 400
}

.\!font-semibold {
	font-weight: 600 !important
}

.children\:font-semibold>* {
	font-weight: 600
}

.\!font-normal {
	font-weight: 400 !important
}

.font-500 {
	font-weight: 500
}

.\!children\:font-normal>* {
	font-weight: 400 !important
}

.h-full {
	height: 100%
}

.h-1 {
	height: .25rem
}

.h-8 {
	height: 2rem
}

.h-1\/2 {
	height: 50%
}

.h-auto {
	height: auto
}

.h-0 {
	height: 0px
}

.h-7 {
	height: 1.75rem
}

.h-3 {
	height: .75rem
}

.children\:h-full>* {
	height: 100%
}

.after\:h-0\.5:after {
	height: .125rem
}

.before\:h-0\.5:before {
	height: .125rem
}

.h-4 {
	height: 1rem
}

.h-44 {
	height: 11rem
}

.h-6 {
	height: 1.5rem
}

.h-10 {
	height: 2.5rem
}

.h-16 {
	height: 4rem
}

.h-14 {
	height: 3.5rem
}

.h-12 {
	height: 3rem
}

.after\:h-6:after {
	height: 1.5rem
}

.h-5 {
	height: 1.25rem
}

.before\:h-8:before {
	height: 2rem
}

.\!h-0 {
	height: 0px !important
}

.after\:h-full:after {
	height: 100%
}

.h-11 {
	height: 2.75rem
}

.h-4px {
	height: 4px
}

.h-96px {
	height: 96px
}

.h-38px {
	height: 38px
}

.h-\[1px\] {
	height: 1px
}

.h-40px {
	height: 40px
}

.h-24px {
	height: 24px
}

.h-80px {
	height: 80px
}

.h-64px {
	height: 64px
}

.h-\[90\%\] {
	height: 90%
}

.h-54px {
	height: 54px
}

.h-32px {
	height: 32px
}

.h-48px {
	height: 48px
}

.h-\[3px\] {
	height: 3px
}

.h-1px {
	height: 1px
}

.h-88px {
	height: 88px
}

.h-20px {
	height: 20px
}

.h-16px {
	height: 16px
}

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

.h-65 {
	height: 16.25rem
}

.h-120 {
	height: 30rem
}

.h-30\.5vw {
	height: 30.5vw
}

.h-\[51vw\] {
	height: 51vw
}

.h-80vh {
	height: 80vh
}

.h-18px {
	height: 18px
}

.h-155 {
	height: 38.75rem
}

.h-127 {
	height: 31.75rem
}

.h-72px {
	height: 72px
}

.h-180 {
	height: 45rem
}

.h-122 {
	height: 30.5rem
}

.h-12px {
	height: 12px
}

.h-34 {
	height: 8.5rem
}

.h-105 {
	height: 26.25rem
}

.h-\[80px\] {
	height: 80px
}

.h-\[40px\] {
	height: 40px
}

.h-35 {
	height: 8.75rem
}

.h-10px {
	height: 10px
}

.h-42px {
	height: 42px
}

.after\:h-\[1px\]:after {
	height: 1px
}

.before\:h-\[1px\]:before {
	height: 1px
}

.h-46\.5 {
	height: 11.625rem
}

.h-\[calc\(100\%-8px\)\] {
	height: calc(100% - 8px)
}

.h-135 {
	height: 33.75rem
}

.h-21 {
	height: 5.25rem
}

.h-\[56\.25vw\] {
	height: 56.25vw
}

.h-\[52px\] {
	height: 52px
}

.\!h-64px {
	height: 64px !important
}

.h-60px {
	height: 60px
}

.\!h-48px {
	height: 48px !important
}

.\!h-54px {
	height: 54px !important
}

.\!h-34px {
	height: 34px !important
}

.\!h-16px {
	height: 16px !important
}

.h-\[100\%\] {
	height: 100%
}

.h-14px {
	height: 14px
}

.children\:h-60px>* {
	height: 60px
}

.h-18 {
	height: 4.5rem
}

.h-13\.5 {
	height: 3.375rem
}

.h-120px {
	height: 120px
}

.h-22 {
	height: 5.5rem
}

.h-86\.5 {
	height: 21.625rem
}

.h-75px {
	height: 75px
}

.h-600px {
	height: 600px
}

.h-100px {
	height: 100px
}

.h-\[30px\] {
	height: 30px
}

.h-56\.25vw {
	height: 56.25vw
}

.h-560px {
	height: 560px
}

.h-128px {
	height: 128px
}

.h-15 {
	height: 3.75rem
}

.h-132px {
	height: 132px
}

.text-sm {
	font-size: .875rem;
	line-height: 1.5rem
}

.text-2xl {
	font-size: 1.75rem;
	line-height: 1.125;
	letter-spacing: -.2px
}

.text-xs {
	font-size: .75rem;
	line-height: 1.125
}

.text-base {
	font-size: 1rem;
	line-height: 1.75rem
}

.text-2xs {
	font-size: .625rem;
	line-height: 1.125
}

.text-xl {
	font-size: 1.5rem;
	line-height: 1.125;
	letter-spacing: -.1px
}

.text-4xl {
	font-size: 2.5rem;
	line-height: 1.125;
	letter-spacing: -1px
}

.text-lg {
	font-size: 1.25rem;
	line-height: 1.125
}

.text-3xl {
	font-size: 2.25rem;
	line-height: 1.125;
	letter-spacing: -.5px
}

.children\:text-2xl>* {
	font-size: 1.75rem;
	line-height: 1.125;
	letter-spacing: -.2px
}

.children\:text-3xl>* {
	font-size: 2.25rem;
	line-height: 1.125;
	letter-spacing: -.5px
}

.text-5xl {
	font-size: 3.75rem;
	line-height: 1.125;
	letter-spacing: -2px
}

.children\:text-lg>* {
	font-size: 1.25rem;
	line-height: 1.125
}

.children\:text-sm>* {
	font-size: .875rem;
	line-height: 1.5rem
}

.\!text-sm {
	font-size: .875rem !important;
	line-height: 1.5rem !important
}

.text-6xl {
	font-size: 3.75rem;
	line-height: 1
}

.text-18px {
	font-size: 18px;
	line-height: 1
}

.text-30px {
	font-size: 30px;
	line-height: 1
}

.text-16px {
	font-size: 16px;
	line-height: 1
}

.text-32px {
	font-size: 32px;
	line-height: 1
}

.text-\[18px\] {
	font-size: 18px;
	line-height: 1
}

.text-36px {
	font-size: 36px;
	line-height: 1
}

.text-10px {
	font-size: 10px;
	line-height: 1
}

.text-\[48px\] {
	font-size: 48px;
	line-height: 1
}

.text-34px {
	font-size: 34px;
	line-height: 1
}

.text-15xl {
	font-size: 15rem;
	line-height: 1
}

.text-\[1\.62rem\] {
	font-size: 1.62rem;
	line-height: 1
}

.text-40px {
	font-size: 40px;
	line-height: 1
}

.text-28px {
	font-size: 28px;
	line-height: 1
}

.text-26px {
	font-size: 26px;
	line-height: 1
}

.leading-38px {
	line-height: 38px
}

.\!children\:leading-\[110\%\]>* {
	line-height: 110% !important
}

.leading-54px {
	line-height: 54px
}

.leading-none {
	line-height: 1
}

.leading-tight {
	line-height: 1.25
}

.leading-\[1\.1\] {
	line-height: 1.1
}

.leading-\[1\] {
	line-height: 1
}

.leading-normal {
	line-height: 1.5
}

.leading-relaxed {
	line-height: 1.625
}

.\!leading-\[1\.6\] {
	line-height: 1.6 !important
}

.leading-\[1\.2\] {
	line-height: 1.2
}

.\!leading-5 {
	line-height: 1.25rem !important
}

.\!leading-\[1\.1\] {
	line-height: 1.1 !important
}

.leading-20px {
	line-height: 20px
}

.leading-snug {
	line-height: 1.375
}

.\!leading-tight {
	line-height: 1.25 !important
}

.leading-16px {
	line-height: 16px
}

.leading-5 {
	line-height: 1.25rem
}

.leading-40px {
	line-height: 40px
}

.leading-6 {
	line-height: 1.5rem
}

.leading-18px {
	line-height: 18px
}

.list-disc {
	list-style-type: disc
}

.list-decimal {
	list-style-type: decimal
}

.list-square {
	list-style-type: square
}

.list-none {
	list-style-type: none
}

.list-alpha {
	list-style-type: lower-alpha
}

.m-0 {
	margin: 0
}

.\!children\:m-0>* {
	margin: 0 !important
}

.children\:m-0>* {
	margin: 0
}

.m-6 {
	margin: 1.5rem
}

.-m-8 {
	margin: -2rem
}

.m-2 {
	margin: .5rem
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.my-24 {
	margin-top: 6rem;
	margin-bottom: 6rem
}

.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem
}

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

.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.children\:my-4>* {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.mx-1 {
	margin-left: .25rem;
	margin-right: .25rem
}

.mx-2 {
	margin-left: .5rem;
	margin-right: .5rem
}

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

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

.my-1 {
	margin-top: .25rem;
	margin-bottom: .25rem
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.my-3 {
	margin-top: .75rem;
	margin-bottom: .75rem
}

.children\:mx-auto>* {
	margin-left: auto;
	margin-right: auto
}

.children\:mx-0\.5>* {
	margin-left: .125rem;
	margin-right: .125rem
}

.\!my-3 {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem
}

.-mx-6 {
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem
}

.children\:my-12>* {
	margin-top: 3rem;
	margin-bottom: 3rem
}

.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem
}

.mx-9 {
	margin-left: 2.25rem;
	margin-right: 2.25rem
}

.-my-8 {
	margin-top: -2rem;
	margin-bottom: -2rem
}

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

.my-7 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem
}

.mb-0 {
	margin-bottom: 0
}

.mt-4 {
	margin-top: 1rem
}

[dir=ltr] .ltr\:mr-4,
[dir=ltr].ltr\:mr-4 {
	margin-right: 1rem
}

[dir=rtl] .rtl\:ml-4,
[dir=rtl].rtl\:ml-4 {
	margin-left: 1rem
}

.mt-8 {
	margin-top: 2rem
}

.not-last\:mr-3\.5:not(:last-child) {
	margin-right: .875rem
}

.children\:mb-0>* {
	margin-bottom: 0
}

.mt-auto {
	margin-top: auto
}

.ml-auto {
	margin-left: auto
}

[dir=rtl] .rtl\:ml-0,
[dir=rtl].rtl\:ml-0 {
	margin-left: 0
}

[dir=rtl] .rtl\:mr-auto,
[dir=rtl].rtl\:mr-auto {
	margin-right: auto
}

.mb-4 {
	margin-bottom: 1rem
}

.mb-2 {
	margin-bottom: .5rem
}

[dir=ltr] .ltr\:ml-auto,
[dir=ltr].ltr\:ml-auto {
	margin-left: auto
}

.mt-7 {
	margin-top: 1.75rem
}

.mr-6 {
	margin-right: 1.5rem
}

.ml-2 {
	margin-left: .5rem
}

.mr-2 {
	margin-right: .5rem
}

.mt-2 {
	margin-top: .5rem
}

.mb-1 {
	margin-bottom: .25rem
}

[dir=ltr] .ltr\:ml-\[calc\(40px\+2rem\)\],
[dir=ltr].ltr\:ml-\[calc\(40px\+2rem\)\] {
	margin-left: calc(40px + 2rem)
}

[dir=rtl] .rtl\:mr-\[calc\(40px\+2rem\)\],
[dir=rtl].rtl\:mr-\[calc\(40px\+2rem\)\] {
	margin-right: calc(40px + 2rem)
}

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

.mt-12 {
	margin-top: 3rem
}

.mb-12 {
	margin-bottom: 3rem
}

.-mb-25 {
	margin-bottom: -6.25rem
}

.mb-6\.5 {
	margin-bottom: 1.625rem
}

.ml-10 {
	margin-left: 2.5rem
}

.mt-5 {
	margin-top: 1.25rem
}

.mb-4\.5 {
	margin-bottom: 1.125rem
}

.mb-2\.5 {
	margin-bottom: .625rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.mb-16 {
	margin-bottom: 4rem
}

.mb-3 {
	margin-bottom: .75rem
}

.mt-15 {
	margin-top: 3.75rem
}

.mb-1\.5 {
	margin-bottom: .375rem
}

.children\:mb-4>* {
	margin-bottom: 1rem
}

.mb-5 {
	margin-bottom: 1.25rem
}

.mb-13 {
	margin-bottom: 3.25rem
}

.-mt-6 {
	margin-top: -1.5rem
}

.mt-2\.5 {
	margin-top: .625rem
}

.-mt-80px {
	margin-top: -80px
}

.-mt-24px {
	margin-top: -24px
}

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

.-mb-4 {
	margin-bottom: -1rem
}

.children\:mb-6>* {
	margin-bottom: 1.5rem
}

.mb-10 {
	margin-bottom: 2.5rem
}

.children\:mb-3>* {
	margin-bottom: .75rem
}

.mt-1 {
	margin-top: .25rem
}

.children\:mb-9>* {
	margin-bottom: 2.25rem
}

.mt-6 {
	margin-top: 1.5rem
}

.ml-6 {
	margin-left: 1.5rem
}

.last-of-type\:children\:mr-6:last-of-type>* {
	margin-right: 1.5rem
}

.mb-20 {
	margin-bottom: 5rem
}

.-mt-4 {
	margin-top: -1rem
}

.children\:mb-2>* {
	margin-bottom: .5rem
}

.mt-0 {
	margin-top: 0
}

.mb-18 {
	margin-bottom: 4.5rem
}

.-mt-8 {
	margin-top: -2rem
}

.-ml-8 {
	margin-left: -2rem
}

.-mr-8 {
	margin-right: -2rem
}

.ml-0\.5 {
	margin-left: .125rem
}

.-mt-4px {
	margin-top: -4px
}

.mt-16 {
	margin-top: 4rem
}

.last\:mb-0:last-child {
	margin-bottom: 0
}

.mb-7\.5 {
	margin-bottom: 1.875rem
}

.mt-10 {
	margin-top: 2.5rem
}

.last-of-type\:mr-4:last-of-type {
	margin-right: 1rem
}

.first-of-type\:ml-4:first-of-type {
	margin-left: 1rem
}

.mr-8 {
	margin-right: 2rem
}

.-mt-62 {
	margin-top: -15.5rem
}

.-mt-66 {
	margin-top: -16.5rem
}

.-mt-1 {
	margin-top: -.25rem
}

.mr-5 {
	margin-right: 1.25rem
}

.mb-11 {
	margin-bottom: 2.75rem
}

.mt-3 {
	margin-top: .75rem
}

.mb-24 {
	margin-bottom: 6rem
}

.mt-24 {
	margin-top: 6rem
}

.mb-2px {
	margin-bottom: 2px
}

.-mt-75 {
	margin-top: -18.75rem
}

.mb-30 {
	margin-bottom: 7.5rem
}

.not-last\:mb-4:not(:last-child) {
	margin-bottom: 1rem
}

.-mt-3 {
	margin-top: -.75rem
}

.mt-19 {
	margin-top: 4.75rem
}

.mr-4 {
	margin-right: 1rem
}

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

.\!max-h-48 {
	max-height: 12rem !important
}

.max-h-560px {
	max-height: 560px
}

.max-h-\[calc\(100vh-8rem\)\] {
	max-height: calc(100vh - 8rem)
}

.max-h-\[calc\(100dvh-2rem\)\] {
	max-height: calc(100dvh - 2rem)
}

.\!max-h-\[100dvh\] {
	max-height: 100dvh !important
}

.max-h-\[calc\(100vh-2rem\)\] {
	max-height: calc(100vh - 2rem)
}

.max-h-180 {
	max-height: 45rem
}

.max-h-145 {
	max-height: 36.25rem
}

.max-w-full {
	max-width: 100%
}

.max-w-10 {
	max-width: 2.5rem
}

.children\:max-w-full>* {
	max-width: 100%
}

.max-w-60 {
	max-width: 15rem
}

.max-w-screen-xl {
	max-width: 1280px
}

.max-w-none {
	max-width: none
}

.max-w-screen-2xl {
	max-width: 1536px
}

.\!max-w-none {
	max-width: none !important
}

.max-w-screen-sm {
	max-width: 640px
}

.max-w-md {
	max-width: 28rem
}

.max-w-72 {
	max-width: 18rem
}

.children\:max-w-none>* {
	max-width: none
}

.max-w-screen-md {
	max-width: 768px
}

.\!max-w-screen-md {
	max-width: 768px !important
}

.max-w-screen-lg {
	max-width: 1024px
}

.max-w-lg {
	max-width: 32rem
}

.max-w-\[90\%\] {
	max-width: 90%
}

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

.max-w-304px {
	max-width: 304px
}

.max-w-88px {
	max-width: 88px
}

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

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

.max-w-196 {
	max-width: 49rem
}

.max-w-306 {
	max-width: 76.5rem
}

.max-w-480px {
	max-width: 480px
}

.max-w-800px {
	max-width: 800px
}

.max-w-70 {
	max-width: 17.5rem
}

.max-w-137\.5 {
	max-width: 34.375rem
}

.max-w-45 {
	max-width: 11.25rem
}

.max-w-316 {
	max-width: 79rem
}

.max-w-1200px {
	max-width: 1200px
}

.max-w-screen-200 {
	max-width: 50rem
}

.max-w-1248px {
	max-width: 1248px
}

.max-w-1328px {
	max-width: 1328px
}

.max-w-312 {
	max-width: 78rem
}

.max-w-53 {
	max-width: 13.25rem
}

.max-w-89 {
	max-width: 22.25rem
}

.max-w-84\.5 {
	max-width: 21.125rem
}

.max-w-1366px {
	max-width: 1366px
}

.max-w-160 {
	max-width: 40rem
}

.max-w-37 {
	max-width: 9.25rem
}

.max-w-145 {
	max-width: 36.25rem
}

.max-w-141\.5 {
	max-width: 35.375rem
}

.max-w-300 {
	max-width: 75rem
}

.max-w-55 {
	max-width: 13.75rem
}

.max-w-550px {
	max-width: 550px
}

.children\:max-w-\[675px\]>* {
	max-width: 675px
}

.max-w-\[344px\] {
	max-width: 344px
}

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

.max-w-\[300px\] {
	max-width: 300px
}

.max-w-297\.5 {
	max-width: 74.375rem
}

.children\:max-w-220>* {
	max-width: 55rem
}

.max-w-309\.5 {
	max-width: 77.375rem
}

.max-w-\[85\%\] {
	max-width: 85%
}

.max-w-640px {
	max-width: 640px
}

.max-w-213 {
	max-width: 53.25rem
}

.max-w-132 {
	max-width: 33rem
}

.max-w-600px {
	max-width: 600px
}

.max-w-138 {
	max-width: 34.5rem
}

.max-w-\[calc\(100vw-100px\)\] {
	max-width: calc(100vw - 100px)
}

.max-w-670px {
	max-width: 670px
}

.max-w-\[calc\(100vw-50px\)\] {
	max-width: calc(100vw - 50px)
}

.max-w-101 {
	max-width: 25.25rem
}

.max-w-75 {
	max-width: 18.75rem
}

.max-w-\[1248px\] {
	max-width: 1248px
}

.children\:max-w-150>* {
	max-width: 37.5rem
}

.max-w-150 {
	max-width: 37.5rem
}

.max-w-330 {
	max-width: 82.5rem
}

.max-w-117 {
	max-width: 29.25rem
}

.max-w-screen-225 {
	max-width: 56.25rem
}

.max-w-175 {
	max-width: 43.75rem
}

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

.max-w-\[calc\(74\.375rem\+2rem\)\],
.max-w-305\.5 {
	max-width: 76.375rem
}

.max-w-screen-312 {
	max-width: 78rem
}

.max-w-23\.437rem {
	max-width: 23.437rem
}

.max-w-\[480px\] {
	max-width: 480px
}

.max-w-115 {
	max-width: 28.75rem
}

.max-w-1100px {
	max-width: 1100px
}

.\!max-w-590px {
	max-width: 590px !important
}

.max-w-560px {
	max-width: 560px
}

.max-w-320px {
	max-width: 320px
}

.max-w-204 {
	max-width: 51rem
}

.\!max-w-210 {
	max-width: 52.5rem !important
}

.max-w-320 {
	max-width: 80rem
}

.max-w-screen-69 {
	max-width: 17.25rem
}

.max-w-screen-900px {
	max-width: 900px
}

.max-w-250px {
	max-width: 250px
}

.max-w-240px {
	max-width: 240px
}

.min-h-10 {
	min-height: 2.5rem
}

.min-h-40 {
	min-height: 10rem
}

.min-h-600px {
	min-height: 600px
}

.min-h-40vh {
	min-height: 40vh
}

.min-h-460px {
	min-height: 460px
}

.min-h-13\.5 {
	min-height: 3.375rem
}

.min-h-\[100dvh\] {
	min-height: 100dvh
}

.min-h-180 {
	min-height: 45rem
}

.min-h-124 {
	min-height: 31rem
}

.min-h-\[50vh\] {
	min-height: 50vh
}

.min-h-400px {
	min-height: 400px
}

.min-h-100 {
	min-height: 25rem
}

.min-h-146 {
	min-height: 36.5rem
}

.min-h-640px {
	min-height: 640px
}

.min-w-10 {
	min-width: 2.5rem
}

.min-w-0 {
	min-width: 0px
}

.min-w-max {
	min-width: -moz-max-content;
	min-width: max-content
}

.min-w-80px {
	min-width: 80px
}

.min-w-40px {
	min-width: 40px
}

.min-w-25 {
	min-width: 6.25rem
}

.min-w-50vw {
	min-width: 50vw
}

.min-w-200px {
	min-width: 200px
}

.min-w-220px {
	min-width: 220px
}

.object-contain {
	-o-object-fit: contain;
	object-fit: contain
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover
}

.children\:object-cover>* {
	-o-object-fit: cover;
	object-fit: cover
}

.object-center {
	-o-object-position: center;
	object-position: center
}

.opacity-75 {
	opacity: .75
}

.opacity-100 {
	opacity: 1
}

.opacity-0 {
	opacity: 0
}

.children\:opacity-70>* {
	opacity: .7
}

.opacity-50 {
	opacity: .5
}

.hover\:opacity-100:hover {
	opacity: 1
}

.\!opacity-100 {
	opacity: 1 !important
}

.opacity-80 {
	opacity: .8
}

.\!opacity-0 {
	opacity: 0 !important
}

.opacity-70 {
	opacity: .7
}

.opacity-60 {
	opacity: .6
}

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

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

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

.outline-transparent {
	outline-color: transparent
}

.focus\:outline-solid-brand:focus {
	--tw-outline-opacity: 1;
	outline-color: rgba(10, 108, 255, var(--tw-outline-opacity))
}

.outline-error {
	--tw-outline-opacity: 1;
	outline-color: rgba(249, 99, 88, var(--tw-outline-opacity))
}

.focus\:outline-transparent:focus {
	outline-color: transparent
}

.outline-brand {
	--tw-outline-opacity: 1;
	outline-color: rgba(10, 108, 255, var(--tw-outline-opacity))
}

.overflow-auto {
	overflow: auto
}

.overflow-hidden {
	overflow: hidden
}

.\!overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible
}

.overflow-x-auto {
	overflow-x: auto
}

.overflow-x-scroll {
	overflow-x: scroll
}

.p-4 {
	padding: 1rem
}

.p-8 {
	padding: 2rem
}

.p-5 {
	padding: 1.25rem
}

.\!p-0 {
	padding: 0 !important
}

.p-3 {
	padding: .75rem
}

.p-0 {
	padding: 0
}

.p-6 {
	padding: 1.5rem
}

.p-2\.5 {
	padding: .625rem
}

.p-7 {
	padding: 1.75rem
}

.p-1 {
	padding: .25rem
}

.p-12 {
	padding: 3rem
}

.children\:p-1>* {
	padding: .25rem
}

.children\:p-4>* {
	padding: 1rem
}

.p-2 {
	padding: .5rem
}

.p-9 {
	padding: 2.25rem
}

.p-10 {
	padding: 2.5rem
}

.p-2px {
	padding: 2px
}

.\!p-4 {
	padding: 1rem !important
}

.children\:p-6>* {
	padding: 1.5rem
}

.p-11 {
	padding: 2.75rem
}

.p-6\.5 {
	padding: 1.625rem
}

.p-10px {
	padding: 10px
}

.p-18px {
	padding: 18px
}

.p-27px {
	padding: 27px
}

.p-40px {
	padding: 40px
}

.px-0 {
	padding-left: 0;
	padding-right: 0
}

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

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

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

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem
}

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

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

.px-25px {
	padding-left: 25px;
	padding-right: 25px
}

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

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.px-1 {
	padding-left: .25rem;
	padding-right: .25rem
}

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

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

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

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

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.py-4\.5 {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem
}

.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem
}

.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem
}

.\!px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.children\:px-8>* {
	padding-left: 2rem;
	padding-right: 2rem
}

.children\:py-6>* {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

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

.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem
}

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

.py-2\.5 {
	padding-top: .625rem;
	padding-bottom: .625rem
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

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

.py-17 {
	padding-top: 4.25rem;
	padding-bottom: 4.25rem
}

.py-13 {
	padding-top: 3.25rem;
	padding-bottom: 3.25rem
}

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

.py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem
}

.px-18px {
	padding-left: 18px;
	padding-right: 18px
}

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

.px-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem
}

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

.py-9\.25px {
	padding-top: 9.25px;
	padding-bottom: 9.25px
}

.py-0\.5 {
	padding-top: .125rem;
	padding-bottom: .125rem
}

.px-35px {
	padding-left: 35px;
	padding-right: 35px
}

.\!children\:py-5>* {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}

.py-21 {
	padding-top: 5.25rem;
	padding-bottom: 5.25rem
}

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

.children\:px-2>* {
	padding-left: .5rem;
	padding-right: .5rem
}

.children\:py-0\.5>* {
	padding-top: .125rem;
	padding-bottom: .125rem
}

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

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

.py-3\.5 {
	padding-top: .875rem;
	padding-bottom: .875rem
}

.py-13\.5 {
	padding-top: 3.375rem;
	padding-bottom: 3.375rem
}

.px-14px {
	padding-left: 14px;
	padding-right: 14px
}

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

.py-\[0\.9375rem\] {
	padding-top: .9375rem;
	padding-bottom: .9375rem
}

.px-2\.5 {
	padding-left: .625rem;
	padding-right: .625rem
}

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

.children\:py-3>* {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.px-10px {
	padding-left: 10px;
	padding-right: 10px
}

.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem
}

.pl-5 {
	padding-left: 1.25rem
}

[dir=rtl] .rtl\:pr-0,
[dir=rtl].rtl\:pr-0 {
	padding-right: 0
}

[dir=ltr] .ltr\:pl-0,
[dir=ltr].ltr\:pl-0 {
	padding-left: 0
}

.pt-6 {
	padding-top: 1.5rem
}

.pt-3 {
	padding-top: .75rem
}

.pb-8 {
	padding-bottom: 2rem
}

.pb-12 {
	padding-bottom: 3rem
}

.pb-2 {
	padding-bottom: .5rem
}

.pb-71 {
	padding-bottom: 17.75rem
}

.pb-24 {
	padding-bottom: 6rem
}

.pt-100px {
	padding-top: 100px
}

.pb-20 {
	padding-bottom: 5rem
}

.pb-6 {
	padding-bottom: 1.5rem
}

.pt-4 {
	padding-top: 1rem
}

.pt-8 {
	padding-top: 2rem
}

.pb-20px {
	padding-bottom: 20px
}

.pb-16 {
	padding-bottom: 4rem
}

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

.pt-10 {
	padding-top: 2.5rem
}

.pl-6 {
	padding-left: 1.5rem
}

.pl-4 {
	padding-left: 1rem
}

.\!pb-0 {
	padding-bottom: 0 !important
}

[dir=rtl] .rtl\:pl-1,
[dir=rtl].rtl\:pl-1 {
	padding-left: .25rem
}

[dir=ltr] .ltr\:pr-1,
[dir=ltr].ltr\:pr-1 {
	padding-right: .25rem
}

.pt-2 {
	padding-top: .5rem
}

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

.pb-3 {
	padding-bottom: .75rem
}

.pl-11px {
	padding-left: 11px
}

.pr-17px {
	padding-right: 17px
}

[dir=ltr] .ltr\:pr-10,
[dir=ltr].ltr\:pr-10 {
	padding-right: 2.5rem
}

[dir=rtl] .rtl\:pl-10,
[dir=rtl].rtl\:pl-10 {
	padding-left: 2.5rem
}

.pt-80px {
	padding-top: 80px
}

.pt-120px {
	padding-top: 120px
}

.pb-0 {
	padding-bottom: 0
}

.children\:pl-1\.5>* {
	padding-left: .375rem
}

[dir=ltr] .ltr\:pr-4,
[dir=ltr].ltr\:pr-4 {
	padding-right: 1rem
}

[dir=rtl] .rtl\:pl-4,
[dir=rtl].rtl\:pl-4 {
	padding-left: 1rem
}

.pb-10 {
	padding-bottom: 2.5rem
}

.pr-8 {
	padding-right: 2rem
}

.pl-10 {
	padding-left: 2.5rem
}

.pt-27 {
	padding-top: 6.75rem
}

.pb-4 {
	padding-bottom: 1rem
}

.pr-4\.5rem {
	padding-right: 4.5rem
}

.pr-4 {
	padding-right: 1rem
}

.pl-3 {
	padding-left: .75rem
}

.pt-0 {
	padding-top: 0
}

.pt-\[50\%\] {
	padding-top: 50%
}

.pb-0\.5 {
	padding-bottom: .125rem
}

.pl-7 {
	padding-left: 1.75rem
}

.not-first\:pl-2:not(:first-child) {
	padding-left: .5rem
}

.pl-8 {
	padding-left: 2rem
}

.pr-2 {
	padding-right: .5rem
}

.pt-16 {
	padding-top: 4rem
}

.pt-20 {
	padding-top: 5rem
}

.pb-160px {
	padding-bottom: 160px
}

.pt-240px {
	padding-top: 240px
}

.pr-20 {
	padding-right: 5rem
}

.placeholder-\[\#93979c\]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(147, 151, 156, var(--tw-placeholder-opacity))
}

.placeholder-\[\#93979c\]::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(147, 151, 156, var(--tw-placeholder-opacity))
}

.caret-brand {
	--tw-caret-opacity: 1;
	caret-color: rgba(10, 108, 255, var(--tw-caret-opacity))
}

.tab {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4
}

.pointer-events-none {
	pointer-events: none
}

.static {
	position: static
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.children\:absolute>* {
	position: absolute
}

.after\:absolute:after {
	position: absolute
}

.before\:absolute:before {
	position: absolute
}

.\!absolute {
	position: absolute !important
}

.relative {
	position: relative
}

.not-last\:relative:not(:last-child) {
	position: relative
}

.\!relative {
	position: relative !important
}

.sticky {
	position: sticky
}

.children\:inset-0>* {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.top-1 {
	top: .25rem
}

.left-3 {
	left: .75rem
}

.top-5\.5 {
	top: 1.375rem
}

.left-4 {
	left: 1rem
}

.top-0 {
	top: 0
}

.left-0 {
	left: 0
}

.bottom-0 {
	bottom: 0
}

.bottom-3 {
	bottom: .75rem
}

.right-0 {
	right: 0
}

.top-4px {
	top: 4px
}

[dir=ltr] .ltr\:right-4px,
[dir=ltr].ltr\:right-4px {
	right: 4px
}

[dir=rtl] .rtl\:left-4px,
[dir=rtl].rtl\:left-4px {
	left: 4px
}

[dir=ltr] .ltr\:right-auto,
[dir=ltr].ltr\:right-auto {
	right: auto
}

[dir=ltr] .ltr\:left-5px,
[dir=ltr].ltr\:left-5px {
	left: 5px
}

[dir=rtl] .rtl\:left-auto,
[dir=rtl].rtl\:left-auto {
	left: auto
}

.right-\[calc\(30\%-10rem\)\] {
	right: calc(30% - 10rem)
}

.-left-10px {
	left: -10px
}

.-top-\[15\%\] {
	top: -15%
}

.-bottom-\[15\%\] {
	bottom: -15%
}

[dir=rtl] .rtl\:-left-\[10\%\],
[dir=rtl].rtl\:-left-\[10\%\] {
	left: -10%
}

[dir=ltr] .ltr\:-right-\[10\%\],
[dir=ltr].ltr\:-right-\[10\%\] {
	right: -10%
}

.-bottom-\[10\%\] {
	bottom: -10%
}

.-right-\[15\%\] {
	right: -15%
}

.-left-\[15\%\] {
	left: -15%
}

.-left-4 {
	left: -1rem
}

.-right-4 {
	right: -1rem
}

.right-\[calc\(15\%-2rem\)\] {
	right: calc(15% - 2rem)
}

.right-4 {
	right: 1rem
}

[dir=rtl] .rtl\:right-auto,
[dir=rtl].rtl\:right-auto {
	right: auto
}

[dir=rtl] .rtl\:left-4,
[dir=rtl].rtl\:left-4 {
	left: 1rem
}

.top-\[calc\(50\%-\.5rem\)\] {
	top: calc(50% - .5rem)
}

[dir=rtl] .rtl\:left-0,
[dir=rtl].rtl\:left-0 {
	left: 0
}

[dir=ltr] .ltr\:right-0,
[dir=ltr].ltr\:right-0 {
	right: 0
}

.after\:top-\[50\%\]:after {
	top: 50%
}

.after\:-right-11:after {
	right: -2.75rem
}

.before\:top-\[50\%\]:before {
	top: 50%
}

.before\:-left-11:before {
	left: -2.75rem
}

.top-80px {
	top: 80px
}

[dir=ltr] .ltr\:right-4,
[dir=ltr].ltr\:right-4 {
	right: 1rem
}

.top-5 {
	top: 1.25rem
}

.left-1 {
	left: .25rem
}

.left-1\/2 {
	left: 50%
}

.bottom-23\.5 {
	bottom: 5.875rem
}

.right-2 {
	right: .5rem
}

.top-\[50\%\] {
	top: 50%
}

.left-16px {
	left: 16px
}

.after\:bottom-0:after {
	bottom: 0
}

.after\:right-0:after {
	right: 0
}

.after\:left-0:after {
	left: 0
}

.top-18 {
	top: 4.5rem
}

.top-20 {
	top: 5rem
}

.top-6 {
	top: 1.5rem
}

.right-6 {
	right: 1.5rem
}

.top-\[100\%\] {
	top: 100%
}

.-top-2px {
	top: -2px
}

.-right-2px {
	right: -2px
}

.left-\[50\%\] {
	left: 50%
}

.\!left-0 {
	left: 0 !important
}

.\!top-0 {
	top: 0 !important
}

.after\:top-0:after {
	top: 0
}

.after\:left-1\/2:after {
	left: 50%
}

.-bottom-200px {
	bottom: -200px
}

.right-20px {
	right: 20px
}

.\!bottom-20px {
	bottom: 20px !important
}

.right-15px {
	right: 15px
}

.top-15px {
	top: 15px
}

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

.-bottom-20 {
	bottom: -5rem
}

.top-26 {
	top: 6.5rem
}

.-right-300px {
	right: -300px
}

.top-25 {
	top: 6.25rem
}

.top-64px {
	top: 64px
}

.resize-none {
	resize: none
}

.resize {
	resize: both
}

.shadow {
	--tw-shadow: 1px 1px 10px rgba(0, 0, 0, .04);
	--tw-shadow-colored: 1px 1px 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)
}

.shadow-xl {
	--tw-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
	--tw-shadow-colored: 0 1px 6px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
	--tw-shadow: 0 0 10px 0 rgba(0, 0, 0, .06);
	--tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0/.1), 0 2px 4px -2px rgb(0 0 0/.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.\!ring-0 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.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)
}

.focus\:ring-transparent:focus {
	--tw-ring-color: transparent
}

.fill-white {
	--tw-fill-opacity: 1;
	fill: rgba(255, 255, 255, var(--tw-fill-opacity))
}

.fill-brand {
	--tw-fill-opacity: 1;
	fill: rgba(10, 108, 255, var(--tw-fill-opacity))
}

.children\:fill-white>* {
	--tw-fill-opacity: 1;
	fill: rgba(255, 255, 255, var(--tw-fill-opacity))
}

.children\:fill-brand>* {
	--tw-fill-opacity: 1;
	fill: rgba(10, 108, 255, var(--tw-fill-opacity))
}

.text-left,
[dir=ltr] .ltr\:text-left,
[dir=ltr].ltr\:text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.children\:text-center>* {
	text-align: center
}

[dir=rtl] .rtl\:text-right,
[dir=rtl].rtl\:text-right,
.text-right {
	text-align: right
}

.text-brand {
	--tw-text-opacity: 1;
	color: rgba(25, 113, 73, var(--tw-text-opacity))
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity))
}

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

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

.children\:text-current>* {
	color: currentColor
}

.text-\[\#a7abae\] {
	--tw-text-opacity: 1;
	color: rgba(167, 171, 174, var(--tw-text-opacity))
}

.text-transparent {
	color: transparent
}

.text-error {
	--tw-text-opacity: 1;
	color: rgba(249, 99, 88, var(--tw-text-opacity))
}

.text-current {
	color: currentColor
}

.text-dark-300 {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity))
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-\[rgb\(236\,211\,81\)\] {
	--tw-text-opacity: 1;
	color: rgba(236, 211, 81, var(--tw-text-opacity))
}

.text-\[\#212B36BF\] {
	--tw-text-opacity: .7490196078431373;
	color: rgba(33, 43, 54, var(--tw-text-opacity))
}

.text-\[\#FF4130\] {
	--tw-text-opacity: 1;
	color: rgba(255, 65, 48, var(--tw-text-opacity))
}

.text-\[\#ED8D00\] {
	--tw-text-opacity: 1;
	color: rgba(237, 141, 0, var(--tw-text-opacity))
}

.text-inherit {
	color: inherit
}

.text-\[rgba\(33\,43\,54\,0\.75\)\] {
	--tw-text-opacity: .75;
	color: rgba(33, 43, 54, var(--tw-text-opacity))
}

.text-\[\#119d62\] {
	--tw-text-opacity: 1;
	color: rgba(17, 157, 98, var(--tw-text-opacity))
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-orange-300 {
	--tw-text-opacity: 1;
	color: rgba(253, 186, 116, var(--tw-text-opacity))
}

.text-\[\#2d2d2d\] {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity))
}

.hover\:text-dark-200:hover {
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity))
}

.text-dark-600 {
	--tw-text-opacity: 1;
	color: rgba(28, 28, 30, var(--tw-text-opacity))
}

.children\:text-white>* {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-dark-400 {
	--tw-text-opacity: 1;
	color: rgba(34, 34, 34, var(--tw-text-opacity))
}

.\!text-brand {
	--tw-text-opacity: 1 !important;
	color: rgba(10, 108, 255, var(--tw-text-opacity)) !important
}

.text-\[\#5E6265\] {
	--tw-text-opacity: 1;
	color: rgba(94, 98, 101, var(--tw-text-opacity))
}

.text-\[\#9EA5AB\] {
	--tw-text-opacity: 1;
	color: rgba(158, 165, 171, var(--tw-text-opacity))
}

.text-\[\#212121\] {
	--tw-text-opacity: 1;
	color: rgba(33, 33, 33, var(--tw-text-opacity))
}

.children\:text-brand>* {
	--tw-text-opacity: 1;
	color: rgba(10, 108, 255, var(--tw-text-opacity))
}

.text-\[\#686868\] {
	--tw-text-opacity: 1;
	color: rgba(104, 104, 104, var(--tw-text-opacity))
}

.children\:text-\[\#686868\]>* {
	--tw-text-opacity: 1;
	color: rgba(104, 104, 104, var(--tw-text-opacity))
}

.text-\[\#33B73E\] {
	--tw-text-opacity: 1;
	color: rgba(51, 183, 62, var(--tw-text-opacity))
}

.text-\[\#9DC4FF\] {
	--tw-text-opacity: 1;
	color: rgba(157, 196, 255, var(--tw-text-opacity))
}

.text-dark-50 {
	--tw-text-opacity: 1;
	color: rgba(74, 74, 74, var(--tw-text-opacity))
}

.text-\[\#212B3680\] {
	--tw-text-opacity: .5019607843137255;
	color: rgba(33, 43, 54, var(--tw-text-opacity))
}

.text-dark-100 {
	--tw-text-opacity: 1;
	color: rgba(60, 60, 60, var(--tw-text-opacity))
}

.disabled\:text-black:disabled {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity))
}

.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity))
}

.text-green-700 {
	--tw-text-opacity: 1;
	color: rgba(4, 120, 87, var(--tw-text-opacity))
}

.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity))
}

.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity))
}

.text-\[\#002EFF\] {
	--tw-text-opacity: 1;
	color: rgba(0, 46, 255, var(--tw-text-opacity))
}

.text-\[\#00000033\] {
	--tw-text-opacity: .2;
	color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-\[\#D41100\] {
	--tw-text-opacity: 1;
	color: rgba(212, 17, 0, var(--tw-text-opacity))
}

.text-\[\#5F646D\] {
	--tw-text-opacity: 1;
	color: rgba(95, 100, 109, var(--tw-text-opacity))
}

.\!text-\[\#ff4130\] {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 65, 48, var(--tw-text-opacity)) !important
}

.text-\[\#93979c\] {
	--tw-text-opacity: 1;
	color: rgba(147, 151, 156, var(--tw-text-opacity))
}

.text-\[\#1B4F7D\] {
	--tw-text-opacity: 1;
	color: rgba(27, 79, 125, var(--tw-text-opacity))
}

.text-\[\#725318\] {
	--tw-text-opacity: 1;
	color: rgba(114, 83, 24, var(--tw-text-opacity))
}

.text-\[\#ff4130\] {
	--tw-text-opacity: 1;
	color: rgba(255, 65, 48, var(--tw-text-opacity))
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.text-\[\#0f77f9\] {
	--tw-text-opacity: 1;
	color: rgba(15, 119, 249, var(--tw-text-opacity))
}

.text-\[\#24a9fa\] {
	--tw-text-opacity: 1;
	color: rgba(36, 169, 250, var(--tw-text-opacity))
}

.text-\[\#23d57c\] {
	--tw-text-opacity: 1;
	color: rgba(35, 213, 124, var(--tw-text-opacity))
}

.text-\[\#2296f3\] {
	--tw-text-opacity: 1;
	color: rgba(34, 150, 243, var(--tw-text-opacity))
}

.text-\[rgb\(242\,130\,65\)\] {
	--tw-text-opacity: 1;
	color: rgba(242, 130, 65, var(--tw-text-opacity))
}

.text-dark-200 {
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity))
}

.text-\[\#6CA7FF\] {
	--tw-text-opacity: 1;
	color: rgba(108, 167, 255, var(--tw-text-opacity))
}

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

.before\:text-\[\#212B36BF\]:before {
	--tw-text-opacity: .7490196078431373;
	color: rgba(33, 43, 54, var(--tw-text-opacity))
}

.text-\[\#212B36\] {
	--tw-text-opacity: 1;
	color: rgba(33, 43, 54, var(--tw-text-opacity))
}

.\!children\:text-current>* {
	color: currentColor !important
}

.text-\[\#\#212B3680\] {
	--tw-text-opacity: 1;
	color: rgba(##212B3680, var(--tw-text-opacity))
}

.text-\[inherit\] {
	color: inherit
}

.text-\[\#1177f9\] {
	--tw-text-opacity: 1;
	color: rgba(17, 119, 249, var(--tw-text-opacity))
}

.text-\[\#0ad272\] {
	--tw-text-opacity: 1;
	color: rgba(10, 210, 114, var(--tw-text-opacity))
}

.text-\[\#09a1dd\] {
	--tw-text-opacity: 1;
	color: rgba(9, 161, 221, var(--tw-text-opacity))
}

.text-\[\#7A7D7F\] {
	--tw-text-opacity: 1;
	color: rgba(122, 125, 127, var(--tw-text-opacity))
}

.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity))
}

.text-\[rgba\(0\,135\,255\,1\)\] {
	--tw-text-opacity: 1;
	color: rgba(0, 135, 255, var(--tw-text-opacity))
}

.marker\:text-brand *::marker,
.marker\:text-brand::marker {
	--tw-text-opacity: 1;
	color: rgba(10, 108, 255, var(--tw-text-opacity))
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase
}

.capitalize {
	text-transform: capitalize
}

.underline {
	text-decoration-line: underline
}

.\!no-underline {
	text-decoration: none !important
}

.after\:content-DEFAULT:after {
	content: ""
}

.before\:content-DEFAULT:before {
	content: ""
}

.content-type {
	content: "type"
}

.-tracking-0\.1px {
	letter-spacing: -.1px
}

.tracking-wide {
	letter-spacing: .025em
}

.tracking-\[1ch\] {
	letter-spacing: 1ch
}

.tracking-normal {
	letter-spacing: 0em
}

.tracking-0px {
	letter-spacing: 0px
}

.-tracking-3\.84px {
	letter-spacing: -3.84px
}

.-tracking-2\.72px {
	letter-spacing: -2.72px
}

.-tracking-0\.96px {
	letter-spacing: -.96px
}

.-tracking-0\.72px {
	letter-spacing: -.72px
}

.-tracking-0\.56px {
	letter-spacing: -.56px
}

.-tracking-0\.4px {
	letter-spacing: -.4px
}

.tracking-tighter {
	letter-spacing: -.05em
}

.align-middle {
	vertical-align: middle
}

.visible {
	visibility: visible
}

.invisible {
	visibility: hidden
}

.whitespace-normal {
	white-space: normal
}

.whitespace-nowrap {
	white-space: nowrap
}

.children\:whitespace-nowrap>* {
	white-space: nowrap
}

.whitespace-pre-line {
	white-space: pre-line
}

.children\:break-words>* {
	overflow-wrap: break-word
}

.break-all {
	word-break: break-all
}

.w-full {
	width: 100%
}

.w-3 {
	width: .75rem
}

.w-8 {
	width: 2rem
}

.w-auto {
	width: auto
}

.children\:w-full>* {
	width: 100%
}

.w-10 {
	width: 2.5rem
}

.w-4 {
	width: 1rem
}

.w-60 {
	width: 15rem
}

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

.after\:w-10:after {
	width: 2.5rem
}

.before\:w-10:before {
	width: 2.5rem
}

.w-48 {
	width: 12rem
}

.w-6 {
	width: 1.5rem
}

.w-20 {
	width: 5rem
}

.w-14 {
	width: 3.5rem
}

.w-12 {
	width: 3rem
}

.w-1\/6 {
	width: 16.666667%
}

.w-5 {
	width: 1.25rem
}

.after\:w-full:after {
	width: 100%
}

.w-72 {
	width: 18rem
}

.w-11 {
	width: 2.75rem
}

.\!w-full {
	width: 100% !important
}

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

.w-4px {
	width: 4px
}

.w-96px {
	width: 96px
}

.w-38px {
	width: 38px
}

.w-30 {
	width: 7.5rem
}

.w-40px {
	width: 40px
}

.w-54px {
	width: 54px
}

.w-24px {
	width: 24px
}

.w-64px {
	width: 64px
}

.w-32px {
	width: 32px
}

.w-\[13ch\] {
	width: 13ch
}

.w-\[calc\(11ch\+20px\)\] {
	width: calc(11ch + 20px)
}

.w-88px {
	width: 88px
}

.w-\[410px\] {
	width: 410px
}

.w-45 {
	width: 11.25rem
}

.w-83\.5 {
	width: 20.875rem
}

.w-48px {
	width: 48px
}

.w-94 {
	width: 23.5rem
}

.w-58 {
	width: 14.5rem
}

.w-72px {
	width: 72px
}

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

.w-12px {
	width: 12px
}

.w-10px {
	width: 10px
}

.w-42px {
	width: 42px
}

.w-75 {
	width: 18.75rem
}

.w-46\.5 {
	width: 11.625rem
}

.w-\[calc\(16\.6\%-4px\)\] {
	width: calc(16.6% - 4px)
}

.w-\[calc\(50\%-4px\)\] {
	width: calc(50% - 4px)
}

.w-70 {
	width: 17.5rem
}

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

.w-\[52px\] {
	width: 52px
}

.w-60px {
	width: 60px
}

.\!w-48px {
	width: 48px !important
}

.\!w-34px {
	width: 34px !important
}

.\!w-16px {
	width: 16px !important
}

.w-\[174px\] {
	width: 174px
}

.w-\[100\%\] {
	width: 100%
}

.w-74px {
	width: 74px
}

.w-80px {
	width: 80px
}

.children\:w-60px>* {
	width: 60px
}

.w-18 {
	width: 4.5rem
}

.w-10\.5 {
	width: 2.625rem
}

.after\:w-1px:after {
	width: 1px
}

.w-120px {
	width: 120px
}

.w-22 {
	width: 5.5rem
}

.w-111\.5 {
	width: 27.875rem
}

.w-46 {
	width: 11.5rem
}

.w-\[100vw\] {
	width: 100vw
}

.w-75px {
	width: 75px
}

.w-300px {
	width: 300px
}

.w-320px {
	width: 320px
}

.w-25 {
	width: 6.25rem
}

.w-128px {
	width: 128px
}

.w-15 {
	width: 3.75rem
}

.w-132px {
	width: 132px
}

.w-1px {
	width: 1px
}

.-z-1 {
	z-index: -1
}

.z-9999 {
	z-index: 9999
}

.z-1 {
	z-index: 1
}

.z-0 {
	z-index: 0
}

.children\:-z-1>* {
	z-index: -1
}

.z-2 {
	z-index: 2
}

.z-3 {
	z-index: 3
}

.children\:z-2>* {
	z-index: 2
}

.z-1000 {
	z-index: 1000
}

.\!z-auto {
	z-index: auto !important
}

.z-100 {
	z-index: 100
}

.z-11 {
	z-index: 11
}

.z-10 {
	z-index: 10
}

.z-99 {
	z-index: 99
}

.after\:-z-1:after {
	z-index: -1
}

.z-10000 {
	z-index: 10000
}

.z-60 {
	z-index: 60
}

.z-5 {
	z-index: 5
}

.gap-1 {
	grid-gap: .25rem;
	gap: .25rem
}

.gap-4 {
	grid-gap: 1rem;
	gap: 1rem
}

.gap-2 {
	grid-gap: .5rem;
	gap: .5rem
}

.gap-6 {
	grid-gap: 1.5rem;
	gap: 1.5rem
}

.gap-5 {
	grid-gap: 1.25rem;
	gap: 1.25rem
}

.gap-3 {
	grid-gap: .75rem;
	gap: .75rem
}

.gap-8 {
	grid-gap: 2rem;
	gap: 2rem
}

.gap-\[4px\] {
	grid-gap: 4px;
	gap: 4px
}

.gap-\[1px\] {
	grid-gap: 1px;
	gap: 1px
}

.children\:gap-1>* {
	grid-gap: .25rem;
	gap: .25rem
}

.gap-1\.5 {
	grid-gap: .375rem;
	gap: .375rem
}

.gap-10 {
	grid-gap: 2.5rem;
	gap: 2.5rem
}

.gap-2\.5 {
	grid-gap: .625rem;
	gap: .625rem
}

.gap-14 {
	grid-gap: 3.5rem;
	gap: 3.5rem
}

.gap-9 {
	grid-gap: 2.25rem;
	gap: 2.25rem
}

.gap-5\.5 {
	grid-gap: 1.375rem;
	gap: 1.375rem
}

.gap-x-2 {
	-webkit-column-gap: .5rem;
	-moz-column-gap: .5rem;
	grid-column-gap: .5rem;
	column-gap: .5rem
}

.gap-y-1 {
	-webkit-row-gap: .25rem;
	-moz-row-gap: .25rem;
	grid-row-gap: .25rem;
	row-gap: .25rem
}

.grid-flow-col {
	grid-auto-flow: column
}

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

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

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

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

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

.grid-cols-\[auto\,1fr\] {
	grid-template-columns: auto 1fr
}

.grid-cols-\[60px\,60px\,60px\,60px\] {
	grid-template-columns: 60px 60px 60px 60px
}

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

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

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

.auto-cols-auto {
	grid-auto-columns: auto
}

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

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

.col-span-full {
	-ms-grid-column-span: 1 / -1;
	grid-column: 1 / -1
}

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

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

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

.col-span-26 {
	-ms-grid-column-span: span 26 / span 26;
	grid-column: span 26 / span 26
}

.col-start-2 {
	grid-column-start: 2
}

.transform,
[dir=rtl] .rtl\:transform,
[dir=rtl].rtl\:transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-translate-z: 0;
	--tw-rotate: 0;
	--tw-rotate-x: 0;
	--tw-rotate-y: 0;
	--tw-rotate-z: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scale-z: 1;
	transform: translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z))
}

.transform-gpu {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-translate-z: 0;
	--tw-rotate: 0;
	--tw-rotate-x: 0;
	--tw-rotate-y: 0;
	--tw-rotate-z: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scale-z: 1;
	transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z))
}

.scale-90 {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	--tw-scale-z: .9
}

.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scale-z: 1
}

.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	--tw-scale-z: .75
}

.scale-115 {
	--tw-scale-x: 1.15;
	--tw-scale-y: 1.15;
	--tw-scale-z: 1.15
}

.rotate-180 {
	--tw-rotate: 180deg
}

.rotate-0 {
	--tw-rotate: 0deg
}

[dir=rtl] .rtl\:rotate-180,
[dir=rtl].rtl\:rotate-180 {
	--tw-rotate: 180deg
}

.rotate-90 {
	--tw-rotate: 90deg
}

.rotate-y-180 {
	--tw-rotate-y: 180deg
}

.translate-y-0 {
	--tw-translate-y: 0px
}

.translate-y-\[100\%\] {
	--tw-translate-y: 100%
}

.translate-y-\[-50\%\] {
	--tw-translate-y: -50%
}

.after\:translate-y-1\/2:after {
	--tw-translate-y: 50%
}

.before\:translate-y-1\/2:before {
	--tw-translate-y: 50%
}

.translate-x-full {
	--tw-translate-x: 100%
}

.translate-x-0 {
	--tw-translate-x: 0px
}

.translate-y-\[50\%\] {
	--tw-translate-y: 50%
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%
}

.-translate-y-6 {
	--tw-translate-y: -1.5rem
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%
}

.-translate-y-\[50\%\] {
	--tw-translate-y: -50%
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.\<transition,
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in {
	transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration {
	transition-duration: .15s
}

.duration-200 {
	transition-duration: .2s
}

.duration-250 {
	transition-duration: .25s
}

.duration-300 {
	transition-duration: .3s
}

.duration-500 {
	transition-duration: .5s
}

.duration-150 {
	transition-duration: .15s
}

.duration-1000 {
	transition-duration: 1s
}

.children\:delay-100>* {
	transition-delay: .1s
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.animate-spin {
	animation: spin 1s linear infinite
}

.animate-delay-45000 {
	animation-delay: 45s
}

.animate-repeat-\[3\] {
	animation-iteration-count: 3
}

.filter {
	--tw-blur: var(--tw-empty, );
	--tw-brightness: var(--tw-empty, );
	--tw-contrast: var(--tw-empty, );
	--tw-grayscale: var(--tw-empty, );
	--tw-hue-rotate: var(--tw-empty, );
	--tw-invert: var(--tw-empty, );
	--tw-saturate: var(--tw-empty, );
	--tw-sepia: var(--tw-empty, );
	--tw-drop-shadow: var(--tw-empty, );
	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)
}

.children\:filter>* {
	--tw-blur: var(--tw-empty, );
	--tw-brightness: var(--tw-empty, );
	--tw-contrast: var(--tw-empty, );
	--tw-grayscale: var(--tw-empty, );
	--tw-hue-rotate: var(--tw-empty, );
	--tw-invert: var(--tw-empty, );
	--tw-saturate: var(--tw-empty, );
	--tw-sepia: var(--tw-empty, );
	--tw-drop-shadow: var(--tw-empty, );
	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)
}

.blur-\[8px\] {
	--tw-blur: blur(8px)
}

.blur-\[4px\] {
	--tw-blur: blur(4px)
}

.blur {
	--tw-blur: blur(8px)
}

.blur-4 {
	--tw-blur: blur(4px)
}

.brightness-65 {
	--tw-brightness: brightness(.65)
}

.brightness-70 {
	--tw-brightness: brightness(.7)
}

.brightness-40 {
	--tw-brightness: brightness(.4)
}

.brightness-0 {
	--tw-brightness: brightness(0)
}

.brightness-1000 {
	--tw-brightness: brightness(10)
}

.brightness-25 {
	--tw-brightness: brightness(.25)
}

.brightness-\[1000\%\] {
	--tw-brightness: brightness(1000%)
}

.brightness-80 {
	--tw-brightness: brightness(.8)
}

.brightness-60 {
	--tw-brightness: brightness(.6)
}

.brightness-75 {
	--tw-brightness: brightness(.75)
}

.grayscale {
	--tw-grayscale: grayscale(100%)
}

.grayscale-30 {
	--tw-grayscale: grayscale(.3)
}

.grayscale-50 {
	--tw-grayscale: grayscale(.5)
}

.invert\(3\%\) {
	--tw-invert: invert(100%)
}

.children\:invert-100>* {
	--tw-invert: invert(1)
}

.invert-100 {
	--tw-invert: invert(1)
}

.saturate\(100\%\),
.saturate\(5534\%\) {
	--tw-saturate: saturate(0)
}

.sepia\(6\%\) {
	--tw-sepia: sepia(100%)
}

.sepia-100 {
	--tw-sepia: sepia(1)
}

.scrollbar-hide {
	scrollbar-width: none
}

.scrollbar-hide::-webkit-scrollbar {
	display: none
}

.snap-center {
	scroll-snap-align: center
}

.snap {
	scroll-snap-type: var(--scroll-snap-axis, both) var(--scroll-snap-strictness, mandatory)
}

.snap-x {
	--scroll-snap-axis: x
}

.line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.animate-animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.animate-bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

.animate-infinite {
	animation-iteration-count: infinite
}

.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

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

.line-clamp-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

@keyframes pulse {
	0% {
		transform: scaleZ(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scaleZ(1)
	}
}

.animate-pulse {
	animation-name: pulse
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.animate-flipOutX {
	animation-name: flipOutX;
	backface-visibility: visible
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.animate-fadeIn {
	animation-name: fadeIn
}

.line-clamp-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}

@media (min-width: 320px) {
	.xs\:flex {
		display: flex
	}

	.xs\:flex-row {
		flex-direction: row
	}

	.xs\:text-left {
		text-align: left
	}

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

@media (min-width: 640px) {
	.sm\:block {
		display: block
	}

	.sm\:flex {
		display: flex
	}

	.sm\:hidden {
		display: none
	}

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

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

	.sm\:items-start {
		align-items: flex-start
	}

	.sm\:items-center {
		align-items: center
	}

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

	.sm\:justify-around {
		justify-content: space-around
	}

	.sm\:flex-1 {
		flex: 1 1 0%
	}

	.sm\:h-72px {
		height: 72px
	}

	.sm\:h-90px {
		height: 90px
	}

	.sm\:h-70px {
		height: 70px
	}

	.sm\:h-88px {
		height: 88px
	}

	.sm\:h-36px {
		height: 36px
	}

	.sm\:text-lg {
		font-size: 1.25rem;
		line-height: 1.125
	}

	.sm\:text-xl {
		font-size: 1.5rem;
		line-height: 1.125;
		letter-spacing: -.1px
	}

	.sm\:text-sm {
		font-size: .875rem;
		line-height: 1.5rem
	}

	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.75rem
	}

	.sm\:text-2xl {
		font-size: 1.75rem;
		line-height: 1.125;
		letter-spacing: -.2px
	}

	.sm\:text-36px {
		font-size: 36px;
		line-height: 1
	}

	.sm\:mx-24 {
		margin-left: 6rem;
		margin-right: 6rem
	}

	.sm\:my-24 {
		margin-top: 6rem;
		margin-bottom: 6rem
	}

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

	.sm\:ml-8 {
		margin-left: 2rem
	}

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

	.sm\:max-w-120px {
		max-width: 120px
	}

	.sm\:max-w-800px {
		max-width: 800px
	}

	.sm\:p-8 {
		padding: 2rem
	}

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

	.sm\:pb-3 {
		padding-bottom: .75rem
	}

	.sm\:absolute {
		position: absolute
	}

	.sm\:relative {
		position: relative
	}

	.sm\:bottom-0 {
		bottom: 0
	}

	.sm\:left-full {
		left: 100%
	}

	.sm\:right-full {
		right: 100%
	}

	.sm\:left-auto {
		left: auto
	}

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

	.sm\:text-right {
		text-align: right
	}

	.sm\:children\:w-auto>* {
		width: auto
	}

	.sm\:w-auto {
		width: auto
	}

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

	.sm\:w-72px {
		width: 72px
	}

	.sm\:w-70px {
		width: 70px
	}

	.sm\:w-88px {
		width: 88px
	}

	.sm\:w-36px {
		width: 36px
	}

	.sm\:w-240px {
		width: 240px
	}

	.sm\:gap-4 {
		grid-gap: 1rem;
		gap: 1rem
	}

	.sm\:gap-x-8 {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		grid-column-gap: 2rem;
		column-gap: 2rem
	}

	.sm\:gap-y-24 {
		-webkit-row-gap: 6rem;
		-moz-row-gap: 6rem;
		grid-row-gap: 6rem;
		row-gap: 6rem
	}

	.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-\[280px\,280px\] {
		grid-template-columns: 280px 280px
	}

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

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

@media (min-width: 768px) {
	.md\:columns-2 {
		-moz-columns: 2;
		columns: 2
	}

	.md\:hover\:bg-\[\#e5e7eb\]:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
	}

	.md\:rounded-30px {
		border-radius: 30px
	}

	.md\:rounded {
		border-radius: .25rem
	}

	.last-of-type\:md\:rounded-b-none:last-of-type {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.md\:rounded-tr-none {
		border-top-right-radius: 0
	}

	.last-of-type\:md\:rounded-tr-3xl:last-of-type {
		border-top-right-radius: 1.5rem
	}

	.md\:cursor-default {
		cursor: default
	}

	.md\:block,
	[dir=ltr] .md\:ltr\:block,
	[dir=ltr].md\:ltr\:block,
	[dir=rtl] .md\:rtl\:block,
	[dir=rtl].md\:rtl\:block {
		display: block
	}

	.md\:inline {
		display: inline
	}

	.md\:flex {
		display: flex
	}

	.\!md\:inline-flex {
		display: inline-flex !important
	}

	.md\:grid {
		display: grid
	}

	.md\:hidden {
		display: none
	}

	.\!md\:hidden {
		display: none !important
	}

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

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

	.md\:even\:flex-row-reverse:nth-child(2n) {
		flex-direction: row-reverse
	}

	.md\:flex-col {
		flex-direction: column
	}

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

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

	.md\:items-start {
		align-items: flex-start
	}

	.md\:items-center {
		align-items: center
	}

	.md\:justify-start {
		justify-content: flex-start
	}

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

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

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

	.md\:font-semibold {
		font-weight: 600
	}

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

	.md\:h-16 {
		height: 4rem
	}

	.md\:h-auto {
		height: auto
	}

	.md\:h-7 {
		height: 1.75rem
	}

	.md\:h-24 {
		height: 6rem
	}

	.md\:h-112\.5 {
		height: 28.125rem
	}

	.md\:h-24px {
		height: 24px
	}

	.md\:h-38 {
		height: 9.5rem
	}

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

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

	.md\:h-85 {
		height: 21.25rem
	}

	.md\:h-40px {
		height: 40px
	}

	.md\:h-153 {
		height: 38.25rem
	}

	.md\:h-126\.5 {
		height: 31.625rem
	}

	.\!md\:h-64px {
		height: 64px !important
	}

	.\!md\:h-48px {
		height: 48px !important
	}

	.md\:h-22 {
		height: 5.5rem
	}

	.md\:h-62 {
		height: 15.5rem
	}

	.md\:h-46 {
		height: 11.5rem
	}

	.md\:h-135 {
		height: 33.75rem
	}

	.md\:h-17 {
		height: 4.25rem
	}

	.md\:h-96px {
		height: 96px
	}

	.md\:h-430px {
		height: 430px
	}

	.md\:h-173 {
		height: 43.25rem
	}

	.md\:h-35vw {
		height: 35vw
	}

	.md\:h-169 {
		height: 42.25rem
	}

	.md\:h-25 {
		height: 6.25rem
	}

	.md\:text-xs {
		font-size: .75rem;
		line-height: 1.125
	}

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.75rem
	}

	.md\:text-3xl {
		font-size: 2.25rem;
		line-height: 1.125;
		letter-spacing: -.5px
	}

	.md\:text-lg {
		font-size: 1.25rem;
		line-height: 1.125
	}

	.children\:md\:text-3xl>* {
		font-size: 2.25rem;
		line-height: 1.125;
		letter-spacing: -.5px
	}

	.md\:text-sm {
		font-size: .875rem;
		line-height: 1.5rem
	}

	.md\:text-xl {
		font-size: 1.5rem;
		line-height: 1.125;
		letter-spacing: -.1px
	}

	.md\:text-2xl {
		font-size: 1.75rem;
		line-height: 1.125;
		letter-spacing: -.2px
	}

	.md\:text-4xl {
		font-size: 2.5rem;
		line-height: 1.125;
		letter-spacing: -1px
	}

	.children\:md\:text-2xl>* {
		font-size: 1.75rem;
		line-height: 1.125;
		letter-spacing: -.2px
	}

	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1
	}

	.md\:text-8xl {
		font-size: 6rem;
		line-height: 1
	}

	.children\:md\:text-4xl>* {
		font-size: 2.5rem;
		line-height: 1.125;
		letter-spacing: -1px
	}

	.children\:md\:text-base>* {
		font-size: 1rem;
		line-height: 1.75rem
	}

	.md\:text-5xl {
		font-size: 3.75rem;
		line-height: 1.125;
		letter-spacing: -2px
	}

	.md\:text-48px {
		font-size: 48px;
		line-height: 1
	}

	.md\:text-18px {
		font-size: 18px;
		line-height: 1
	}

	.md\:children\:text-56px>* {
		font-size: 56px;
		line-height: 1
	}

	.md\:text-32px {
		font-size: 32px;
		line-height: 1
	}

	.md\:text-80px {
		font-size: 80px;
		line-height: 1
	}

	.md\:text-\[48px\] {
		font-size: 48px;
		line-height: 1
	}

	.md\:text-\[68px\] {
		font-size: 68px;
		line-height: 1
	}

	.md\:text-20px {
		font-size: 20px;
		line-height: 1
	}

	.md\:text-46px {
		font-size: 46px;
		line-height: 1
	}

	.md\:text-24px {
		font-size: 24px;
		line-height: 1
	}

	.md\:m-10\.5 {
		margin: 2.625rem
	}

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

	.md\:my-7 {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem
	}

	.md\:my-16 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}

	.md\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	.md\:my-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem
	}

	.md\:my-10\.5 {
		margin-top: 2.625rem;
		margin-bottom: 2.625rem
	}

	.md\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem
	}

	.md\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}

	.md\:my-2 {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

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

	.md\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}

	.md\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem
	}

	[dir=ltr] .md\:ltr\:ml-auto,
	[dir=ltr].md\:ltr\:ml-auto {
		margin-left: auto
	}

	[dir=rtl] .md\:rtl\:mr-auto,
	[dir=rtl].md\:rtl\:mr-auto {
		margin-right: auto
	}

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

	.md\:mb-4 {
		margin-bottom: 1rem
	}

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

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

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

	.md\:mb-2 {
		margin-bottom: .5rem
	}

	.md\:mt-0 {
		margin-top: 0
	}

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

	.md\:ml-8 {
		margin-left: 2rem
	}

	.md\:mb-6\.5 {
		margin-bottom: 1.625rem
	}

	.md\:-mb-18 {
		margin-bottom: -4.5rem
	}

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

	.children\:md\:mb-6>* {
		margin-bottom: 1.5rem
	}

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

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

	.md\:mb-29 {
		margin-bottom: 7.25rem
	}

	.children\:md\:mb-8>* {
		margin-bottom: 2rem
	}

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

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

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

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

	.md\:-mt-17 {
		margin-top: -4.25rem
	}

	.md\:mb-3 {
		margin-bottom: .75rem
	}

	.md\:ml-2 {
		margin-left: .5rem
	}

	.md\:mb-11 {
		margin-bottom: 2.75rem
	}

	.md\:mt-11 {
		margin-top: 2.75rem
	}

	.md\:mt-19 {
		margin-top: 4.75rem
	}

	.md\:mt-7 {
		margin-top: 1.75rem
	}

	.md\:max-w-80 {
		max-width: 20rem
	}

	.md\:max-w-60 {
		max-width: 15rem
	}

	.md\:max-w-screen-xl {
		max-width: 1280px
	}

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

	.md\:max-w-none {
		max-width: none
	}

	.md\:max-w-480px {
		max-width: 480px
	}

	.md\:max-w-196 {
		max-width: 49rem
	}

	.md\:max-w-61 {
		max-width: 15.25rem
	}

	.md\:max-w-240px {
		max-width: 240px
	}

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

	.md\:max-w-1\/3 {
		max-width: 33.333333%
	}

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

	.md\:max-w-275px {
		max-width: 275px
	}

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

	.md\:max-w-screen-187 {
		max-width: 46.75rem
	}

	.md\:max-w-screen-225 {
		max-width: 56.25rem
	}

	.md\:max-w-650px {
		max-width: 650px
	}

	.md\:max-w-384px {
		max-width: 384px
	}

	.md\:max-w-900px {
		max-width: 900px
	}

	.md\:min-h-60 {
		min-height: 15rem
	}

	.md\:min-h-\[50vh\] {
		min-height: 50vh
	}

	.md\:min-h-\[83vh\] {
		min-height: 83vh
	}

	.md\:min-h-249 {
		min-height: 62.25rem
	}

	.md\:min-w-180px {
		min-width: 180px
	}

	.md\:object-cover {
		-o-object-fit: cover;
		object-fit: cover
	}

	.md\:opacity-0 {
		opacity: 0
	}

	.md\:p-10 {
		padding: 2.5rem
	}

	.md\:p-6 {
		padding: 1.5rem
	}

	.md\:p-2\.5 {
		padding: .625rem
	}

	.md\:p-7\.5 {
		padding: 1.875rem
	}

	.md\:p-9 {
		padding: 2.25rem
	}

	.md\:p-12 {
		padding: 3rem
	}

	.md\:p-4 {
		padding: 1rem
	}

	.md\:p-8 {
		padding: 2rem
	}

	.md\:p-0 {
		padding: 0
	}

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

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

	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}

	.md\:px-25 {
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}

	.md\:py-15 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}

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

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

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

	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

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

	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.md\:py-17 {
		padding-top: 4.25rem;
		padding-bottom: 4.25rem
	}

	.md\:px-15 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}

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

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

	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem
	}

	.md\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem
	}

	.md\:py-\[17px\] {
		padding-top: 17px;
		padding-bottom: 17px
	}

	.md\:px-3 {
		padding-left: .75rem;
		padding-right: .75rem
	}

	.md\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.md\:py-18\.5 {
		padding-top: 4.625rem;
		padding-bottom: 4.625rem
	}

	.\!md\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.md\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem
	}

	.md\:pt-20 {
		padding-top: 5rem
	}

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

	.md\:pb-24 {
		padding-bottom: 6rem
	}

	.md\:pt-0 {
		padding-top: 0
	}

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

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

	.md\:pb-0 {
		padding-bottom: 0
	}

	.md\:pr-25 {
		padding-right: 6.25rem
	}

	.md\:pr-10 {
		padding-right: 2.5rem
	}

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

	.md\:pr-15 {
		padding-right: 3.75rem
	}

	.md\:pb-35 {
		padding-bottom: 8.75rem
	}

	.md\:pt-24 {
		padding-top: 6rem
	}

	.md\:pt-12 {
		padding-top: 3rem
	}

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

	.md\:pb-11 {
		padding-bottom: 2.75rem
	}

	.md\:pl-5 {
		padding-left: 1.25rem
	}

	.md\:pt-\[36\.5\%\] {
		padding-top: 36.5%
	}

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

	.md\:pr-16 {
		padding-right: 4rem
	}

	.md\:sticky {
		position: sticky
	}

	.md\:after\:-right-20:after {
		right: -5rem
	}

	.md\:before\:-left-20:before {
		left: -5rem
	}

	.md\:after\:-right-\[23dvw\]:after {
		right: -23dvw
	}

	.md\:before\:-left-8:before {
		left: -2rem
	}

	.md\:bottom-33\.5 {
		bottom: 8.375rem
	}

	.md\:top-20 {
		top: 5rem
	}

	.md\:right-6 {
		right: 1.5rem
	}

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

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

	.md\:children\:text-left>* {
		text-align: left
	}

	[dir=ltr] .md\:ltr\:text-left,
	[dir=ltr].md\:ltr\:text-left {
		text-align: left
	}

	.children\:md\:text-left>* {
		text-align: left
	}

	.md\:text-center {
		text-align: center
	}

	[dir=rtl] .md\:rtl\:text-right,
	[dir=rtl].md\:rtl\:text-right {
		text-align: right
	}

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

	.md\:w-auto {
		width: auto
	}

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

	.md\:after\:w-16:after {
		width: 4rem
	}

	.md\:before\:w-16:before {
		width: 4rem
	}

	.md\:before\:w-5:before {
		width: 1.25rem
	}

	.md\:w-24 {
		width: 6rem
	}

	.md\:w-60 {
		width: 15rem
	}

	.md\:w-16 {
		width: 4rem
	}

	.md\:w-7 {
		width: 1.75rem
	}

	.md\:w-80 {
		width: 20rem
	}

	.md\:w-134 {
		width: 33.5rem
	}

	.md\:w-75 {
		width: 18.75rem
	}

	.md\:after\:w-100:after {
		width: 25rem
	}

	.md\:before\:w-100:before {
		width: 25rem
	}

	.md\:w-131 {
		width: 32.75rem
	}

	.md\:w-13 {
		width: 3.25rem
	}

	.md\:after\:w-\[22dvw\]:after {
		width: 22dvw
	}

	.md\:w-100 {
		width: 25rem
	}

	.\!md\:w-48px {
		width: 48px !important
	}

	.md\:w-300px {
		width: 300px
	}

	.md\:w-46 {
		width: 11.5rem
	}

	.md\:w-176 {
		width: 44rem
	}

	.md\:w-72\.5 {
		width: 18.125rem
	}

	.md\:w-25 {
		width: 6.25rem
	}

	.md\:w-96px {
		width: 96px
	}

	.md\:w-31 {
		width: 7.75rem
	}

	.md\:w-86 {
		width: 21.5rem
	}

	.md\:gap-0 {
		grid-gap: 0px;
		gap: 0px
	}

	.md\:gap-4 {
		grid-gap: 1rem;
		gap: 1rem
	}

	.md\:gap-35 {
		grid-gap: 8.75rem;
		gap: 8.75rem
	}

	.md\:gap-12 {
		grid-gap: 3rem;
		gap: 3rem
	}

	.md\:gap-3 {
		grid-gap: .75rem;
		gap: .75rem
	}

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

	.md\:gap-20 {
		grid-gap: 5rem;
		gap: 5rem
	}

	.md\:gap-8 {
		grid-gap: 2rem;
		gap: 2rem
	}

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

	.md\:gap-14 {
		grid-gap: 3.5rem;
		gap: 3.5rem
	}

	.md\:gap-24 {
		grid-gap: 6rem;
		gap: 6rem
	}

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

	.md\:gap-x-24 {
		-webkit-column-gap: 6rem;
		-moz-column-gap: 6rem;
		grid-column-gap: 6rem;
		column-gap: 6rem
	}

	.md\:gap-y-3 {
		-webkit-row-gap: .75rem;
		-moz-row-gap: .75rem;
		grid-row-gap: .75rem;
		row-gap: .75rem
	}

	.md\:grid-flow-col {
		grid-auto-flow: column
	}

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

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

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

	.md\:grid-cols-\[auto\,auto\] {
		grid-template-columns: auto auto
	}

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

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

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

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

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

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

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

	.md\:row-span-5 {
		-ms-grid-row-span: span 5 / span 5;
		grid-row: span 5 / span 5
	}

	.md\:row-span-2 {
		-ms-grid-row-span: span 2 / span 2;
		grid-row: span 2 / span 2
	}

	.md\:row-span-3 {
		-ms-grid-row-span: span 3 / span 3;
		grid-row: span 3 / span 3
	}

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

@media (min-width: 1024px) {
	.lg\:bg-gradient-to-b {
		background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
	}

	.lg\:from-transparent {
		--tw-gradient-from: transparent;
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
	}

	.lg\:to-\[\#D9DFE833\] {
		--tw-gradient-to: rgba(217, 223, 232, var(--tw-to-opacity, 1))
	}

	.lg\:block {
		display: block
	}

	.lg\:flex {
		display: flex
	}

	.lg\:hidden {
		display: none
	}

	.lg\:basis-1\/2 {
		flex-basis: 50%
	}

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

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

	.lg\:items-start {
		align-items: flex-start
	}

	.lg\:items-end {
		align-items: flex-end
	}

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

	.lg\:flex-1 {
		flex: 1 1 0%
	}

	.lg\:text-lg {
		font-size: 1.25rem;
		line-height: 1.125
	}

	.lg\:text-2xl {
		font-size: 1.75rem;
		line-height: 1.125;
		letter-spacing: -.2px
	}

	.lg\:-m-8 {
		margin: -2rem
	}

	.lg\:m-0 {
		margin: 0
	}

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

	.lg\:mb-\[1\.12rem\] {
		margin-bottom: 1.12rem
	}

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

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

	.lg\:max-w-48px {
		max-width: 48px
	}

	.lg\:p-10 {
		padding: 2.5rem
	}

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}

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

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

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

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

	.lg\:odd\:pl-24:nth-child(odd) {
		padding-left: 6rem
	}

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

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

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

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

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

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

	.lg\:grid-cols-\[auto\,auto\,auto\,auto\] {
		grid-template-columns: auto auto auto auto
	}

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

@media (min-width: 1280px) {
	.xl\:bg-transparent {
		background-color: transparent
	}

	.xl\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
	}

	.xl\:rounded-lg {
		border-radius: .5rem
	}

	.xl\:border-none {
		border-style: none
	}

	.xl\:block {
		display: block
	}

	.xl\:flex {
		display: flex
	}

	.xl\:inline-flex {
		display: inline-flex
	}

	.xl\:hidden {
		display: none
	}

	.xl\:flex-row {
		flex-direction: row
	}

	.xl\:items-center {
		align-items: center
	}

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

	.xl\:mb-4 {
		margin-bottom: 1rem
	}

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

	[dir=ltr] .xl\:ltr\:pr-8,
	[dir=ltr].xl\:ltr\:pr-8 {
		padding-right: 2rem
	}

	[dir=rtl] .xl\:rtl\:pl-8,
	[dir=rtl].xl\:rtl\:pl-8 {
		padding-left: 2rem
	}

	.xl\:pt-0 {
		padding-top: 0
	}

	.xl\:absolute {
		position: absolute
	}

	.xl\:relative {
		position: relative
	}

	.xl\:top-0 {
		top: 0
	}

	[dir=ltr] .xl\:ltr\:right-0,
	[dir=ltr].xl\:ltr\:right-0,
	[dir=rtl] .xl\:rtl\:right-0,
	[dir=rtl].xl\:rtl\:right-0 {
		right: 0
	}

	[dir=ltr] .xl\:ltr\:right-2,
	[dir=ltr].xl\:ltr\:right-2 {
		right: .5rem
	}

	[dir=rtl] .xl\:rtl\:left-2,
	[dir=rtl].xl\:rtl\:left-2 {
		left: .5rem
	}

	.xl\:top-\[100\%\] {
		top: 100%
	}

	[dir=ltr] .xl\:ltr\:left-0,
	[dir=ltr].xl\:ltr\:left-0 {
		left: 0
	}

	.xl\:shadow {
		--tw-shadow: 1px 1px 10px rgba(0, 0, 0, .04);
		--tw-shadow-colored: 1px 1px 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)
	}

	.xl\:text-dark-300 {
		--tw-text-opacity: 1;
		color: rgba(45, 45, 45, var(--tw-text-opacity))
	}

	.xl\:whitespace-nowrap {
		white-space: nowrap
	}

	.xl\:w-auto {
		width: auto
	}
}

@media (max-width: 1279.9px) {

	[dir=ltr] .\<xl\:ltr\:mr-3,
	[dir=ltr].\<xl\:ltr\:mr-3 {
		margin-right: .75rem
	}

	[dir=rtl] .\<xl\:rtl\:ml-3,
	[dir=rtl].\<xl\:rtl\:ml-3 {
		margin-left: .75rem
	}

	.\<xl\:mr-3 {
		margin-right: .75rem
	}
}

@media (max-width: 767.9px) {
	.\<md\:rounded-20px {
		border-radius: 20px
	}

	.\<md\:block {
		display: block
	}

	.\<md\:hidden {
		display: none
	}

	.\<md\:basis-full {
		flex-basis: 100%
	}

	.\<md\:flex-col {
		flex-direction: column
	}

	.\<md\:items-start {
		align-items: flex-start
	}

	.\<md\:flex-grow {
		flex-grow: 1
	}

	.\<md\:h-132 {
		height: 33rem
	}

	.\<md\:text-sm {
		font-size: .875rem;
		line-height: 1.5rem
	}

	.\<md\:text-xs {
		font-size: .75rem;
		line-height: 1.125
	}

	.\<md\:children\:text-32px>* {
		font-size: 32px;
		line-height: 1
	}

	.\<md\:mx-6 {
		margin-left: 1.5rem;
		margin-right: 1.5rem
	}

	.\<md\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}

	.\<md\:children\:mb-2>* {
		margin-bottom: .5rem
	}

	.\<md\:mb-10 {
		margin-bottom: 2.5rem
	}

	.\<md\:mt-6 {
		margin-top: 1.5rem
	}

	.\<md\:max-h-62\.5 {
		max-height: 15.625rem
	}

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

	.\<md\:min-w-70\.5 {
		min-width: 17.625rem
	}

	.\<md\:object-cover {
		-o-object-fit: cover;
		object-fit: cover
	}

	.\<md\:object-top {
		-o-object-position: top;
		object-position: top
	}

	.\<md\:overflow-x-auto {
		overflow-x: auto
	}

	.\<md\:p-5 {
		padding: 1.25rem
	}

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

	.\<md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.\<md\:pt-8 {
		padding-top: 2rem
	}

	.\<md\:sticky {
		position: sticky
	}

	.\<md\:top-20 {
		top: 5rem
	}

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

	.\<md\:w-auto {
		width: auto
	}

	.\<md\:grid-flow-col {
		grid-auto-flow: column
	}

	.\<md\:col-span-full {
		-ms-grid-column-span: 1 / -1;
		grid-column: 1 / -1
	}

	.\<md\:animate-animated {
		animation-duration: 1s;
		animation-fill-mode: both
	}

	.\<md\:animate-delay-5s {
		animation-delay: 5s
	}
}

@media (max-width: 639.9px) {
	.\!\<sm\:rounded-\[0\] {
		border-radius: 0 !important
	}

	.\<sm\:rounded-none {
		border-radius: 0
	}

	.\<sm\:h-\[100dvh\] {
		height: 100dvh
	}

	.\<sm\:-mx-2 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.\<sm\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem
	}

	.\<sm\:mt-auto {
		margin-top: auto
	}

	.\!\<sm\:p-0 {
		padding: 0 !important
	}
}

[data-v-16086cd2] ul {
	list-style-type: disc;
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

[data-v-16086cd2] ul>li {
	margin-bottom: .5rem
}

[data-v-16086cd2] ol {
	list-style-type: decimal;
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

[data-v-16086cd2] ol>li {
	margin-bottom: .5rem
}

[data-v-16086cd2] em>strong,
[data-v-16086cd2] strong>em {
	font-style: normal
}

.border-bottom[data-v-d2db5b45] {
	border-bottom: 1px solid #f6f7f7
}
