
:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: initial;
}

.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translateZ(0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: normal;
	line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-top: 4px solid rgba(0, 0, 0, 0);
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	backface-visibility: hidden;
	overflow: hidden;
}

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/
*, :after, :before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}

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

:host, html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

b, strong {
	font-weight: bolder;
}

code, kbd, pre, samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

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

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button, select {
	text-transform: none;
}

button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
	-webkit-appearance: button;
	background-color: initial;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

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

progress {
	vertical-align: initial;
}

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

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

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

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

button.nitro-lazy, input:where([type=button]).nitro-lazy, input:where([type=reset]).nitro-lazy, input:where([type=submit]).nitro-lazy {
	background-image: none !important;
}

summary {
	display: list-item;
}

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

fieldset {
	margin: 0;
}

fieldset, legend {
	padding: 0;
}

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

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

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

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

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

:disabled {
	cursor: default;
}

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

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

[hidden] {
	display: none;
}

.tooltip-arrow, .tooltip-arrow:before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: inherit;
}

.tooltip-arrow {
	visibility: hidden;
}

.tooltip-arrow:before {
	content: "";
	visibility: visible;
	transform: rotate(45deg);
}

[data-tooltip-style^=light] + .tooltip > .tooltip-arrow:before {
	border-style: solid;
	border-color: #e5e7eb;
}

[data-tooltip-style^=light] + .tooltip[data-popper-placement^=top] > .tooltip-arrow:before {
	border-bottom-width: 1px;
	border-right-width: 1px;
}

[data-tooltip-style^=light] + .tooltip[data-popper-placement^=right] > .tooltip-arrow:before {
	border-bottom-width: 1px;
	border-left-width: 1px;
}

[data-tooltip-style^=light] + .tooltip[data-popper-placement^=bottom] > .tooltip-arrow:before {
	border-top-width: 1px;
	border-left-width: 1px;
}

[data-tooltip-style^=light] + .tooltip[data-popper-placement^=left] > .tooltip-arrow:before {
	border-top-width: 1px;
	border-right-width: 1px;
}

.tooltip[data-popper-placement^=top] > .tooltip-arrow {
	bottom: -4px;
}

.tooltip[data-popper-placement^=bottom] > .tooltip-arrow {
	top: -4px;
}

.tooltip[data-popper-placement^=left] > .tooltip-arrow {
	right: -4px;
}

.tooltip[data-popper-placement^=right] > .tooltip-arrow {
	left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
	visibility: hidden;
}

[data-popper-arrow], [data-popper-arrow]:before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: inherit;
}

[data-popper-arrow] {
	visibility: hidden;
}

[data-popper-arrow]:after, [data-popper-arrow]:before {
	content: "";
	visibility: visible;
	transform: rotate(45deg);
}

[data-popper-arrow]:after {
	position: absolute;
	width: 9px;
	height: 9px;
	background: inherit;
}

[role=tooltip] > [data-popper-arrow]:before {
	border-style: solid;
	border-color: #e5e7eb;
}

.dark [role=tooltip] > [data-popper-arrow]:before {
	border-style: solid;
	border-color: #4b5563;
}

[role=tooltip] > [data-popper-arrow]:after {
	border-style: solid;
	border-color: #e5e7eb;
}

.dark [role=tooltip] > [data-popper-arrow]:after {
	border-style: solid;
	border-color: #4b5563;
}

[data-popover][role=tooltip][data-popper-placement^=top] > [data-popper-arrow]:after, [data-popover][role=tooltip][data-popper-placement^=top] > [data-popper-arrow]:before {
	border-bottom-width: 1px;
	border-right-width: 1px;
}

[data-popover][role=tooltip][data-popper-placement^=right] > [data-popper-arrow]:after, [data-popover][role=tooltip][data-popper-placement^=right] > [data-popper-arrow]:before {
	border-bottom-width: 1px;
	border-left-width: 1px;
}

[data-popover][role=tooltip][data-popper-placement^=bottom] > [data-popper-arrow]:after, [data-popover][role=tooltip][data-popper-placement^=bottom] > [data-popper-arrow]:before {
	border-top-width: 1px;
	border-left-width: 1px;
}

[data-popover][role=tooltip][data-popper-placement^=left] > [data-popper-arrow]:after, [data-popover][role=tooltip][data-popper-placement^=left] > [data-popper-arrow]:before {
	border-top-width: 1px;
	border-right-width: 1px;
}

[data-popover][role=tooltip][data-popper-placement^=top] > [data-popper-arrow] {
	bottom: -5px;
}

[data-popover][role=tooltip][data-popper-placement^=bottom] > [data-popper-arrow] {
	top: -5px;
}

[data-popover][role=tooltip][data-popper-placement^=left] > [data-popper-arrow] {
	right: -5px;
}

[data-popover][role=tooltip][data-popper-placement^=right] > [data-popper-arrow] {
	left: -5px;
}

[role=tooltip].invisible > [data-popper-arrow]:after, [role=tooltip].invisible > [data-popper-arrow]:before {
	visibility: hidden;
}

[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
	-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;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
}

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

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

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

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

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

select:not([size]) {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
	background-position: right .75rem center;
	background-repeat: no-repeat;
	background-size: .75em .75em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

select:not([size]).nitro-lazy {
	background-image: none !important;
}

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

[multiple].nitro-lazy {
	background-image: none !important;
}

[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: #1c64f2;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
}

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

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

[type=checkbox]:focus, [type=radio]:focus {
	outline: 2px solid rgba(0, 0, 0, 0);
	outline-offset: 2px;
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #1c64f2;
	--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);
}

.dark [type=checkbox]:checked, .dark [type=radio]:checked, [type=checkbox]:checked, [type=radio]:checked {
	border-color: rgba(0, 0, 0, 0);
	background-color: currentColor;
	background-size: .55em .55em;
	background-position: 50%;
	background-repeat: no-repeat;
}

[type=checkbox]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: .55em .55em;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

[type=checkbox]:checked.nitro-lazy {
	background-image: none !important;
}

.dark [type=radio]:checked, [type=radio]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
	background-size: 1em 1em;
}

.dark [type=radio]:checked.nitro-lazy, [type=radio]:checked.nitro-lazy {
	background-image: none !important;
}

[type=checkbox]:indeterminate {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: .55em .55em;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

[type=checkbox]:indeterminate.nitro-lazy {
	background-image: none !important;
}

[type=checkbox]:indeterminate, [type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover {
	background-color: currentColor;
	border-color: rgba(0, 0, 0, 0);
}

[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 auto inherit;
}

input[type=file]::file-selector-button {
	color: #fff;
	background: #1f2937;
	border: 0;
	font-weight: 500;
	font-size: .875rem;
	cursor: pointer;
	padding: .625rem 1rem .625rem 2rem;
	margin-inline-start: -1rem;
	margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
	background: #374151;
}

.dark input[type=file]::file-selector-button {
	color: #fff;
	background: #4b5563;
}

.dark input[type=file]::file-selector-button:hover {
	background: #6b7280;
}

input[type=range]::-webkit-slider-thumb {
	height: 1.25rem;
	width: 1.25rem;
	background: #1c64f2;
	border-radius: 9999px;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type=range]:disabled::-webkit-slider-thumb {
	background: #9ca3af;
}

.dark input[type=range]:disabled::-webkit-slider-thumb {
	background: #6b7280;
}

input[type=range]:focus::-webkit-slider-thumb {
	outline: 2px solid rgba(0, 0, 0, 0);
	outline-offset: 2px;
	--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(4px + 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 rgba(0, 0, 0, 0));
	--tw-ring-opacity: 1px;
	--tw-ring-color: rgba(164, 202, 254, var(--tw-ring-opacity));
}

input[type=range]::-moz-range-thumb {
	height: 1.25rem;
	width: 1.25rem;
	background: #1c64f2;
	border-radius: 9999px;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type=range]:disabled::-moz-range-thumb {
	background: #9ca3af;
}

.dark input[type=range]:disabled::-moz-range-thumb {
	background: #6b7280;
}

input[type=range]::-moz-range-progress {
	background: #3f83f8;
}

input[type=range]::-ms-fill-lower {
	background: #3f83f8;
}

*, ::backdrop, :after, :before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(63, 131, 248, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

body {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.4;
}

@media (min-width:768px) {
	body {
		line-height: 1.5;
	}
}

body .scrolled-padding-collapsed, body .scrolled-padding-collapsed-popup, body .scrolled-padding-collapsed-sidebar {
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

body.scrolled .scrolled-padding-collapsed {
	padding-bottom: .3125rem;
	padding-top: .3125rem;
}

body.scrolled .scrolled-padding-collapsed-sidebar {
	padding-top: .6875rem;
}

body.scrolled .scrolled-padding-collapsed-popup {
	padding-top: .3125rem;
}

#wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.container .container {
	padding: 0;
}

main {
	position: relative;
	flex: 1 1 0%;
}

.home #maraton-arrow {
	fill: #fff;
}

.home .header.h-fixed #maraton-arrow {
	fill: #e94700;
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	width: 100%;
	align-items: center;
	background-color: initial;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	min-height: 4rem;
}

.header .header-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.header.h-fixed {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 20, 21, var(--tw-bg-opacity));
}

.header .header-logo svg path {
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

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

.header.scrolled .header-logo svg path {
	fill: #151415;
}

.default-link {
	position: relative;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.default-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom-width: 2px;
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgba(21, 20, 21, var(--tw-border-opacity));
}

.default-link:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

.default-link-text-decoration {
	position: relative;
	display: inline;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.default-link-text-decoration:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

.main-nav {
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	min-width: 18.125rem;
	border-radius: .625rem;
	padding: 3.75rem 2.75rem 2.75rem;
	font-size: 1.1875rem;
	letter-spacing: .0625rem;
}

@media (min-width:1280px) {
	.main-nav {
		position: absolute;
		right: 0;
		top: 0;
		--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
		--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	}
}

.main-nav a {
	white-space: nowrap;
	position: relative;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.main-nav a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom-width: 2px;
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgba(21, 20, 21, var(--tw-border-opacity));
}

.main-nav a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

.main-nav ul {
	display: flex;
	flex-direction: column;
	gap: .8125rem;
}

.main-nav ul ul {
	gap: .125rem;
	padding-left: .625rem;
	padding-top: .5rem;
}

body.blog, body.category, body.error404, body.post-type-archive-mediekanaler, body.single-mediekanaler, body.tax-mediekanaler_cat {
	padding-top: 7.1875rem;
}

@media (min-width:768px) {
	body.blog, body.category, body.error404, body.post-type-archive-mediekanaler, body.single-mediekanaler, body.tax-mediekanaler_cat {
		padding-top: 0;
	}
}

body.blog .header, body.category .header, body.error404 .header, body.post-type-archive-mediekanaler .header, body.single-mediekanaler .header, body.tax-mediekanaler_cat .header {
	position: fixed;
	top: 0;
	background-image: url("https://cdn-cndklon.nitrocdn.com/TjrulOiOgiyZgBRkTLkiMohqJqNiLWjV/assets/images/optimized/rev-0016f07/maratongroup.com/wp-content/themes/maraton-new/src/img/thisisengineering-raeng-w_zE6qlkQKA-unsplash.jpg");
	background-size: cover;
}

body.blog .header.nitro-lazy, body.category .header.nitro-lazy, body.error404 .header.nitro-lazy, body.post-type-archive-mediekanaler .header.nitro-lazy, body.single-mediekanaler .header.nitro-lazy, body.tax-mediekanaler_cat .header.nitro-lazy {
	background-image: none !important;
}

body.blog .header:before, body.category .header:before, body.error404 .header:before, body.post-type-archive-mediekanaler .header:before, body.single-mediekanaler .header:before, body.tax-mediekanaler_cat .header:before {
	position: absolute;
	inset: 0;
	z-index: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
	opacity: 0;
	transition-property: all;
	transition-duration: .3s;
	content: var(--tw-content);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:768px) {
	body.blog .header, body.category .header, body.error404 .header, body.post-type-archive-mediekanaler .header, body.single-mediekanaler .header, body.tax-mediekanaler_cat .header {
		position: relative;
		top: auto;
	}
	
	body.blog .header:before, body.category .header:before, body.error404 .header:before, body.post-type-archive-mediekanaler .header:before, body.single-mediekanaler .header:before, body.tax-mediekanaler_cat .header:before {
		content: var(--tw-content);
		display: none;
	}
	
	body.blog .header, body.category .header, body.error404 .header, body.post-type-archive-mediekanaler .header, body.single-mediekanaler .header, body.tax-mediekanaler_cat .header {
		padding-bottom: .5625rem;
		padding-top: .4375rem;
	}
}

body.blog .header > *, body.category .header > *, body.error404 .header > *, body.post-type-archive-mediekanaler .header > *, body.single-mediekanaler .header > *, body.tax-mediekanaler_cat .header > * {
	position: relative;
	z-index: 2;
}

body.blog .header .header-logo svg, body.category .header .header-logo svg, body.error404 .header .header-logo svg, body.post-type-archive-mediekanaler .header .header-logo svg, body.single-mediekanaler .header .header-logo svg, body.tax-mediekanaler_cat .header .header-logo svg {
	width: 6.9375rem;
}

body.blog .header.scrolled:before, body.category .header.scrolled:before, body.error404 .header.scrolled:before, body.post-type-archive-mediekanaler .header.scrolled:before, body.single-mediekanaler .header.scrolled:before, body.tax-mediekanaler_cat .header.scrolled:before {
	content: var(--tw-content);
	opacity: 1;
}

body.page-template-page-contacts .header, body.page-template-page-contacts footer {
	display: none;
}

.content-area-post {
	font-size: 1rem;
}

.content-area-post h1, .content-area-post h2, .content-area-post h3, .content-area-post h4, .content-area-post h5, .content-area-post h6 {
	font-weight: 600;
	margin-bottom: .6875rem;
}

.content-area-post h1 {
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
	font-size: 1.875rem;
	letter-spacing: -.0625rem;
}

.content-area-post h2 {
	font-size: 1.375rem;
}

.content-area-post h2, .content-area-post h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
	letter-spacing: -.03125rem;
}

.content-area-post h3 {
	font-size: 1.25rem;
}

.content-area-post h4 {
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.4;
	font-size: 1.125rem;
	letter-spacing: -.03125rem;
}

.content-area-post h5 {
	font-size: 1rem;
}

.content-area-post h5, .content-area-post h6 {
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
}

.content-area-post h6 {
	font-size: .875rem;
}

.content-area-post p {
	margin-bottom: 2.5rem;
}

.content-area-post a {
	position: relative;
	display: inline;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.content-area-post a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

.content-area-post .wp-block-image {
	overflow: hidden;
	margin-bottom: 2.5rem;
	border-radius: .625rem;
}

.content-area-post ul {
	list-style-type: disc;
}

.content-area-post ol, .content-area-post ul {
	margin-bottom: 2.5rem;
	padding-left: 1.875rem;
}

.content-area-post ol {
	list-style-type: decimal;
}

.content-area-media {
	font-size: 1.25rem;
}

.content-area-media h1 {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
	margin-bottom: 1.875rem;
	font-size: 2.5rem;
	letter-spacing: -.140625rem;
}

@media (min-width:768px) {
	.content-area-media h1 {
		margin-bottom: 2.5rem;
		font-size: 4.6875rem;
	}
}

.content-area-media h1.post-title {
	font-size: 2.5rem;
}

.content-area-media h2 {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
	margin-bottom: 1.875rem;
	font-size: 2rem;
	letter-spacing: -.140625rem;
}

@media (min-width:768px) {
	.content-area-media h2 {
		margin-bottom: 2.5rem;
		font-size: 3.75rem;
	}
}

.content-area-media h3 {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
	margin-bottom: 1.875rem;
	font-size: 1.75rem;
	letter-spacing: -.140625rem;
}

@media (min-width:768px) {
	.content-area-media h3 {
		margin-bottom: 2.5rem;
		font-size: 2.8125rem;
	}
}

.content-area-media h4 {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.4;
	margin-bottom: 1.875rem;
	font-size: 1.5rem;
	letter-spacing: -.03125rem;
}

@media (min-width:768px) {
	.content-area-media h4 {
		margin-bottom: 2.5rem;
		font-size: 1.75rem;
	}
}

.content-area-media h5 {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
	margin-bottom: 1.875rem;
	font-size: 1.25rem;
}

@media (min-width:768px) {
	.content-area-media h5 {
		margin-bottom: 2.5rem;
		font-size: 1.25rem;
	}
}

.content-area-media h6 {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.28;
	margin-bottom: .9375rem;
	font-size: 1rem;
}

.content-area-media p {
	margin-bottom: 2.5rem;
}

.content-area-media a {
	position: relative;
	display: inline;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.content-area-media a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

.content-area-media .wp-block-image {
	overflow: hidden;
	margin-bottom: 2.5rem;
	border-radius: .625rem;
}

#side-menu {
	display: flex;
	--tw-translate-x: 110%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	flex-direction: column;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	z-index: 99;
}

#side-menu #side-menu--container {
	margin-top: 0;
	min-height: 0;
	overflow: auto;
}

#side-menu #side-menu--container #side-menu--pages {
	padding-top: 4.5rem;
}

#side-menu #side-menu--container #side-menu--pages .menu-link {
	position: relative;
	display: inline-block;
	border-radius: 9999px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#side-menu #side-menu--container #side-menu--pages .menu-link:before {
	position: absolute;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 0;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#side-menu #side-menu--container #side-menu--pages .menu-link {
	margin-bottom: .6875rem;
	padding: .75rem 2.375rem .875rem;
	font-size: 1.5rem;
}

#side-menu #side-menu--container #side-menu--pages .menu-link:before {
	left: 2.3125rem;
	top: 1.5rem;
	height: .625rem;
	content: var(--tw-content);
	width: .625rem;
}

@media (min-width:768px) {
	#side-menu #side-menu--container #side-menu--pages .menu-link {
		min-width: 24.375rem;
		padding-left: 3.625rem;
		padding-right: 3.625rem;
		font-size: 1.875rem;
	}
	
	#side-menu #side-menu--container #side-menu--pages .menu-link:before {
		left: 3.5625rem;
		content: var(--tw-content);
		top: 1.875rem;
	}
}

#side-menu #side-menu--container #side-menu--pages .menu-link.menu-link-divider {
	opacity: .5;
}

#side-menu #side-menu--container #side-menu--pages .menu-link:not(.menu-link-divider):hover {
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 188, 141, var(--tw-bg-opacity));
}

#side-menu #side-menu--container #side-menu--pages .menu-link:not(.menu-link-divider):hover:before {
	content: var(--tw-content);
	opacity: 1;
}

#side-menu #side-menu--container #side-menu--pages .menu-link:not(.menu-link-divider):hover {
	padding-left: 4.25rem;
}

@media (min-width:768px) {
	#side-menu #side-menu--container #side-menu--pages .menu-link:not(.menu-link-divider):hover {
		padding-left: 5.5rem;
	}
}

#side-menu #side-menu--container #side-menu--pages .current-menu-item .menu-link {
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 188, 141, var(--tw-bg-opacity));
}

#side-menu #side-menu--container #side-menu--pages .current-menu-item .menu-link:before {
	position: absolute;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 1;
}

#side-menu #side-menu--container #side-menu--pages .current-menu-item .menu-link {
	padding-left: 4.25rem;
}

#side-menu #side-menu--container #side-menu--pages .current-menu-item .menu-link:before {
	left: 2.3125rem;
	top: 1.5rem;
	height: .625rem;
	content: var(--tw-content);
	width: .625rem;
}

@media (min-width:768px) {
	#side-menu #side-menu--container #side-menu--pages .current-menu-item .menu-link {
		padding-left: 5.5rem;
	}
	
	#side-menu #side-menu--container #side-menu--pages .current-menu-item .menu-link:before {
		left: 3.5625rem;
		content: var(--tw-content);
		top: 1.875rem;
	}
}

#side-menu #side-menu--container #side-menu--pages > ul {
	padding-left: 20px;
}

@media (min-width:768px) {
	#side-menu #side-menu--container #side-menu--pages > ul {
		padding-left: 50px;
	}
}

#side-menu #side-menu--container #side-menu--pages > ul ul {
	padding-left: 1.875rem;
}

@media (min-width:768px) {
	#side-menu #side-menu--container #side-menu--pages > ul ul {
		padding-left: 3.125rem;
	}
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wpcf7-form label {
	display: block;
	width: 100%;
}

.wpcf7-form .field-title {
	margin-bottom: .5rem;
	display: block;
	font-size: .875rem;
}

.wpcf7-form .form-section-title {
	width: 100%;
	border-bottom-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(21, 20, 21, var(--tw-border-opacity));
	margin-bottom: 1.4375rem;
	padding-bottom: .625rem;
	padding-top: .625rem;
	font-size: 1.5625rem;
}

.wpcf7-form .form-section-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.25rem;
}

@media (min-width:768px) {
	.wpcf7-form .form-section-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.wpcf7-form .form-section-row {
	width: 100%;
}

.wpcf7-form .wpcf7-select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
}

.wpcf7-form .wpcf7-select:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 210, 210, var(--tw-ring-opacity));
}

.wpcf7-form .wpcf7-select {
	border-radius: .625rem;
	padding: .875rem;
	font-size: 1.25rem;
}

.wpcf7-form .wpcf7-acceptance {
	--tw-text-opacity: 1;
	color: rgba(126, 126, 126, var(--tw-text-opacity));
	font-size: .75rem;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0 !important;
}

.wpcf7-form .wpcf7-acceptance input {
	position: absolute;
	opacity: 0;
}

.wpcf7-form .wpcf7-acceptance input + span {
	display: block;
}

.wpcf7-form .wpcf7-acceptance input + span:before {
	position: absolute;
	left: 0;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(120, 120, 120, var(--tw-border-opacity));
}

.wpcf7-form .wpcf7-acceptance input + span {
	padding-left: 1.625rem;
}

.wpcf7-form .wpcf7-acceptance input + span:before {
	top: .375rem;
	height: 1rem;
	width: 1rem;
	content: var(--tw-content);
	border-radius: .3125rem;
}

.wpcf7-form .wpcf7-acceptance input:checked + span:after {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	left: .125rem;
	top: .5rem;
	height: .875rem;
	content: var(--tw-content);
	width: .875rem;
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"1em\" viewBox=\"0 0 448 512\"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--><path d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7l233.4-233.3c12.5-12.5 32.8-12.5 45.3 0z\"/></svg>");
}

.wpcf7-form .wpcf7-submit {
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(233, 71, 0, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .2s;
}

.wpcf7-form .wpcf7-submit:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.wpcf7-form .wpcf7-submit {
	height: 3rem;
	min-width: 6.875rem;
	font-size: 1rem;
}

.wpcf7-form .wpcf7-submit:hover {
	--tw-scale-x: 1.03;
	--tw-scale-y: 1.03;
	opacity: .85;
}

.wpcf7-form .wpcf7-submit:active, .wpcf7-form .wpcf7-submit:hover {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wpcf7-form .wpcf7-submit:active {
	--tw-scale-x: .97;
	--tw-scale-y: .97;
	opacity: .7;
}

.wpcf7-form .wpcf7-spinner {
	display: none !important;
}

.wpcf7-form .btn {
	width: 100%;
}

.wpcf7-form .btn[disabled] {
	--tw-border-opacity: 1;
	border-color: rgba(160, 160, 160, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(160, 160, 160, var(--tw-text-opacity));
}

.wpcf7-form .wpcf7-phonetext {
	padding-left: 55px !important;
}

.wpcf7-form .flag-container {
	background-color: initial;
	padding-left: 1.25rem;
}

.wpcf7-form .flag-container .selected-flag {
	width: 35px !important;
	background-color: initial;
	font-size: .875rem;
}

.wpcf7-form .flag-container .iti-arrow, .wpcf7-form .flag-container .selected-dial-code {
	display: none;
}

.wpcf7-form .flag-container .country-list {
	max-width: 26.5625rem;
}

.wpcf7-form .form-bottom {
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

@media (min-width:1024px) {
	.wpcf7-form .form-bottom {
		flex-direction: row;
		align-items: center;
	}
}

.wpcf7-form .form-bottom .wpcf7-form-control-wrap {
	margin-bottom: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: .875rem;
}

.wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=tel], .wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap textarea {
	width: 100%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	background-color: initial;
}

.wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form-control-wrap textarea:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(233, 71, 0, var(--tw-ring-opacity));
}

.wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=tel], .wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap textarea {
	border-radius: .9375rem;
	padding: .6875rem 1.125rem;
	font-size: .875rem;
}

.wpcf7-form-control-wrap textarea {
	resize: none;
	height: 9.1875rem;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgba(240, 82, 82, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	left: .875rem;
	margin-top: -.625rem;
	border-radius: .3125rem;
	padding-right: .3125rem;
	padding-left: .3125rem;
	font-size: .75rem;
}

.wpcf7-response-output {
	width: 100%;
	text-align: center;
	line-height: 1.2;
	border-radius: .9375rem;
	font-size: .875rem;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 1rem 2rem !important;
	margin-bottom: 0 !important;
	border-color: #000 !important;
}

.post-form {
	margin-top: 1.25rem;
}

.post-form .wpcf7-form .form-section-grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0;
}

.post-form .wpcf7-form .form-section-grid > div:last-child {
	display: flex;
	flex-direction: column-reverse;
}

.error404 header {
	position: relative;
	z-index: 20;
}

.error404 footer {
	margin: 0;
}

.modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 40;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
	--tw-bg-opacity: .5;
}

.modal-backdrop:is(.dark *) {
	--tw-bg-opacity: .8;
}

.section--what-can-we-do {
	position: relative;
	z-index: 20;
}

.section--what-can-we-do + * {
	position: relative;
	z-index: 10;
}

body:not(.wp-admin) [data-animate-child], body:not(.wp-admin) [data-animate] {
	opacity: 0;
}

body:not(.wp-admin) [data-animate-child=percentChart] {
	opacity: 1;
}

html body.wp-admin :where(.wp-block) {
	max-width: 1380px;
}

html body.wp-admin :where(.wp-block) h1, html body.wp-admin :where(.wp-block) h2, html body.wp-admin :where(.wp-block) h3, html body.wp-admin :where(.wp-block) h4, html body.wp-admin :where(.wp-block) h5 {
	margin-block-start: 0;
}

.faq-content * + p, .faq-content > * + *, .post-content * + p, .post-content > * + * {
	margin-top: .9375rem;
}

.faq-content h1, .faq-content h2, .faq-content h3, .faq-content h4, .faq-content h5, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
	line-height: 1.2;
	margin-top: 1.875rem;
}

.faq-content h1, .post-content h1 {
	font-size: 2.5rem;
}

.faq-content h2, .post-content h2 {
	font-size: 2.1875rem;
}

.faq-content h3, .post-content h3 {
	font-size: 1.875rem;
}

.faq-content h4, .post-content h4 {
	font-size: 1.5625rem;
}

.faq-content h5, .post-content h5 {
	font-size: 1.25rem;
}

.faq-question svg {
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.faq-question.active svg {
	--tw-rotate: -90deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.team-card {
	cursor: pointer;
}

.team-card__overlay {
	opacity: 0;
	pointer-events: none;
}

.team-card.team-card--active .team-card__overlay {
	opacity: 1;
}

@media (hover:none) {
	.team-card .team-card__overlay {
		opacity: 0 !important;
	}
	
	.team-card.team-card--active .team-card__overlay {
		opacity: 1 !important;
	}
}

.faq-content {
	transition: height .35s ease-in-out;
	overflow: hidden;
}

.faq-content:not(.active) {
	display: none;
}

.faq-content blockquote {
	position: relative;
	text-align: center;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
	font-size: 1.375rem;
}

@media (min-width:1024px) {
	.faq-content blockquote {
		padding-right: 4.375rem;
		padding-left: 4.375rem;
		font-size: 1.875rem;
	}
}

.faq-content blockquote:before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 31.7 29.1'%3E%3Cpath fill='%23F9664B' d='m0 28.8.7-5.6c1.8.1 3.1-.2 4.1-1 1-.8 1.6-1.8 1.9-3.2s.4-2.9.2-4.6H0V0h13.3v15.7c0 4.7-1.1 8.3-3.4 10.7-2.3 2.4-5.6 3.2-9.9 2.4zm18.5 0 .7-5.6c1.8.1 3.1-.2 4.1-1 1-.8 1.6-1.8 1.9-3.2.3-1.4.4-2.9.2-4.6h-6.9V0h13.3v15.7c0 4.7-1.1 8.3-3.4 10.7-2.3 2.4-5.6 3.2-9.9 2.4z'/%3E%3C/svg%3E");
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	height: 1.25rem;
	width: 1.25rem;
}

@media (min-width:1024px) {
	.faq-content blockquote:before {
		height: 1.8125rem;
		width: 2rem;
	}
}

.faq-content blockquote:after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 31.7 29.1'%3E%3Cpath fill='%23F9664B' d='M31.7.3 31 5.9c-1.8-.1-3.1.2-4.1 1-.9.7-1.6 1.8-1.9 3.1s-.4 2.9-.2 4.6h6.9v14.5H18.5V13.4c0-4.7 1.1-8.3 3.4-10.7C24.1.3 27.4-.5 31.7.3zM13.3.3l-.7 5.6c-1.8-.1-3.1.2-4.1 1-1 .8-1.6 1.8-1.9 3.2s-.4 2.9-.2 4.6h6.9v14.5H0V13.4C0 8.7 1.1 5.2 3.4 2.8 5.6.3 8.9-.5 13.3.3z'/%3E%3C/svg%3E");
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	height: 1.25rem;
	width: 1.25rem;
}

@media (min-width:1024px) {
	.faq-content blockquote:after {
		height: 1.8125rem;
		width: 2rem;
	}
}

.pulse-animation {
	position: relative;
}

.pulse-animation:before {
	position: absolute;
	inset: 0;
	display: block;
	height: 100%;
	width: 100%;
	content: var(--tw-content);
	border-radius: 9999px;
}

.pulse-animation {
	animation: pulse-heart 2s infinite;
}

.pulse-animation:before {
	animation: pulse 5s 1s infinite;
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: auto;
}

@keyframes pulse {
	0%, to {
		box-shadow: 0 0 0 0 #fff;
		opacity: .2;
	}
	
	25% {
		box-shadow: 0 0 0 10rem #fff;
		opacity: 0;
	}
	
	50% {
		box-shadow: 0 0 0 0 #fff;
		opacity: 0;
	}
}

@keyframes pulse-heart {
	0%, to {
		transform: scale(1);
	}
	
	30% {
		transform: scale(1.1);
	}
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
}

.pagination ul li {
	position: relative;
}

.pagination ul li .pagination--active, .pagination ul li a {
	display: block;
	text-align: center;
	min-width: 2.625rem;
	border-radius: .25rem;
	padding: .4375rem .9375rem;
}

.pagination ul li .current {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
}

.pagination ul li a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

.pagination ul li + li:before {
	position: absolute;
	left: -11px;
	top: 50%;
	display: block;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-left-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(51, 51, 51, var(--tw-border-opacity));
	opacity: .1;
	content: var(--tw-content);
	height: 1.875rem;
}

.includes-content > :first-child {
	margin-top: 0;
}

.single-content > * + * {
	margin-top: .9375rem;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5 {
	line-height: 1.4;
	margin-top: 1.875rem;
	letter-spacing: .078125rem;
}

.single-content h1 {
	font-size: 2.5rem;
}

.single-content h2 {
	font-size: 2.1875rem;
}

.single-content h3 {
	font-size: 1.5rem;
}

.single-content h4 {
	font-size: 1.25rem;
}

.single-content h5 {
	font-size: 1rem;
}

.single-content h2 + * {
	margin-top: 1.5625rem;
}

.single-content h3 + * {
	margin-top: 1.375rem;
}

.single-content p {
	letter-spacing: .03125rem;
}

.single-content p + h2, .single-content p + h3, .single-content p + h4, .single-content p + h5 {
	margin-top: 3.75rem;
}

.single-content .wp-block-image {
	overflow: hidden;
	margin-top: 1.875rem;
	border-radius: 1.25rem;
}

@media (min-width:1024px) {
	.single-content .wp-block-image {
		margin-top: 3.125rem;
		border-radius: 3.4375rem;
	}
}

.single-content .wp-block-image + * {
	margin-top: 1.875rem;
}

@media (min-width:1024px) {
	.single-content .wp-block-image + * {
		margin-top: 3.125rem;
	}
}

.single-content .wp-block-quote {
	position: relative;
	text-align: center;
	line-height: 1.4;
}

.single-content .wp-block-quote:before {
	bottom: 0;
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.single-content .wp-block-quote:after, .single-content .wp-block-quote:before {
	position: absolute;
	font-size: 60px;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(249, 102, 75, var(--tw-text-opacity));
	--tw-content: "“";
}

.single-content .wp-block-quote:after {
	top: 0;
}

.single-content .wp-block-quote {
	margin-top: 1.875rem;
	padding: 1.875rem;
	font-size: 1.25rem;
	letter-spacing: .055rem;
}

.single-content .wp-block-quote:before {
	left: .625rem;
	content: var(--tw-content);
	height: 3.125rem;
}

.single-content .wp-block-quote:after {
	right: .625rem;
	content: var(--tw-content);
	height: 3.125rem;
}

@media (min-width:1024px) {
	.single-content .wp-block-quote:after, .single-content .wp-block-quote:before {
		content: var(--tw-content);
		font-size: 120px;
	}
	
	.single-content .wp-block-quote {
		margin-top: 3.125rem;
		padding: 3.125rem 4.375rem;
		font-size: 1.875rem;
	}
}

.single-content .wp-block-quote p {
	letter-spacing: .055rem;
}

.single-content .wp-block-quote + * {
	margin-top: 1.875rem;
}

@media (min-width:1024px) {
	.single-content .wp-block-quote + * {
		margin-top: 3.125rem;
	}
}

.single-post .includes-content {
	margin-top: 5rem;
}

@media (min-width:1024px) {
	.single-post .includes-content {
		margin-top: 9.625rem;
	}
}

.archive.category .includes-content {
	margin-top: 5rem;
}

@media (min-width:1024px) {
	.archive.category .includes-content {
		margin-top: 9.375rem;
	}
}

.highlight {
	border: 1px solid red;
}

.case-studies--grid:after {
	content: "";
	display: block;
	clear: both;
}

.case-studies--grid--item, .case-studies--grid--sizer {
	width: calc(50% - 50px);
}

@media (max-width:768px) {
	.case-studies--grid--item, .case-studies--grid--sizer {
		width: 100%;
	}
}

.case-studies--grid--item {
	float: left;
}

.cookies-popup {
	position: fixed;
	z-index: 99999;
	display: flex;
	transform-origin: bottom right;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	flex-direction: column;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 1;
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	bottom: 1.25rem;
	left: 1.25rem;
	right: 1.25rem;
	max-width: 62.5rem;
	border-radius: .625rem;
}

@media (min-width:768px) {
	.cookies-popup {
		left: auto;
		bottom: 1.875rem;
		right: 1.875rem;
		max-width: 33.125rem;
	}
}

.cookies-popup.cookies-popup--hidden {
	--tw-scale-x: 0;
	--tw-scale-y: 0;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	opacity: 0;
}

.cookies-popup .cookies-popup--header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
	padding: 1.5rem 1.0625rem;
}

.cookies-popup .cookies-popup--header img {
	max-height: 2.8125rem;
}

.cookies-popup .cookies-popup--header .cookies--header--close {
	border-style: none;
	background-color: initial;
	text-transform: uppercase;
	text-decoration-line: underline;
	font-size: 1rem;
}

.cookies-popup .cookies-popup--body {
	padding: 1.5rem;
}

.cookies-popup .cookies-popup--body > * {
	margin-bottom: 1rem;
}

.cookies-popup .cookies-popup--body > :last-child {
	margin-bottom: 0;
}

.cookies-popup .cookies-popup--footer {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
}

.cookies-popup .cookies-popup--footer > * + * {
	margin-top: .75rem;
}

.cookies-popup .cookies-popup--footer button {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding: .5rem 2rem .5rem 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.cookies-popup .cookies-popup--footer button span {
	transition: transform .35s ease;
}

.cookies-popup .cookies-popup--footer button:hover span {
	transform: translateX(2px);
}

.cookies-popup .cookies-popup--footer button .btn-icon {
	transition: transform .25s ease;
}

.cookies-popup .cookies-popup--footer button:hover .btn-icon {
	transform: translateX(6px);
}

@media (max-width:440px) {
	.cookies-popup .cookies-popup--footer button.btn-cta {
		padding: .5rem .9rem;
		gap: .5rem;
		font-size: .85rem;
	}
	
	.cookies-popup .cookies-popup--footer button.btn-cta svg {
		display: none;
		width: 0;
		height: 0;
	}
}

.wpcf7-form .cookies-popup .cookies-popup--footer button {
	width: 100%;
}

.wpcf7-form .cookies-popup .cookies-popup--footer button[disabled] {
	--tw-border-opacity: 1;
	border-color: rgba(160, 160, 160, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(160, 160, 160, var(--tw-text-opacity));
}

.cookies-popup .cookies-popup--footer .cookies-popup--footer--accept {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
}

.cookies-popup .cookies-popup--footer .cookies-popup--footer--accept:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

.grecaptcha-badge {
	display: none !important;
}

.page-template-page-marketing header .header-logo svg path {
	fill: #151415;
}

.hero-fields-description a {
	cursor: pointer;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}

.hero-fields-description a:hover {
	text-decoration-line: none;
}

.subscription-form {
	display: flex;
	flex-wrap: wrap;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	gap: .9375rem;
	border-radius: .625rem;
	padding: .9375rem .625rem .625rem;
}

@media (min-width:1280px) {
	.subscription-form {
		flex-wrap: nowrap;
		padding-top: 10px;
	}
}

.subscription-form .wpcf7-form-control-wrap {
	margin: 0;
	display: flex;
	flex: 1 1 0%;
}

.subscription-form .wpcf7-form-control-wrap input {
	border-style: none;
	background-color: initial;
	padding: 0;
}

.subscription-form .wpcf7-form-control-wrap input::-moz-placeholder {
	color: rgba(21, 20, 21, .4);
}

.subscription-form .wpcf7-form-control-wrap input::placeholder {
	color: rgba(21, 20, 21, .4);
}

.subscription-form .wpcf7-form-control-wrap input:focus {
	outline: 2px solid rgba(0, 0, 0, 0);
	outline-offset: 2px;
	--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(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 rgba(0, 0, 0, 0));
}

.subscription-form .wpcf7-form-control-wrap input {
	font-size: 1.25rem;
}

.subscription-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	left: 0;
	margin-top: -1.25rem;
}

@media (min-width:1280px) {
	.subscription-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		margin-top: -1.0625rem;
	}
}

.subscription-form .wpcf7-spinner {
	display: none !important;
}

.subscription-form input[type=submit] {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding: .5rem 2rem .5rem 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.subscription-form input[type=submit] span {
	transition: transform .35s ease;
}

.subscription-form input[type=submit]:hover span {
	transform: translateX(2px);
}

.subscription-form input[type=submit] .btn-icon {
	transition: transform .25s ease;
}

.subscription-form input[type=submit]:hover .btn-icon {
	transform: translateX(6px);
}

@media (max-width:440px) {
	.subscription-form input[type=submit].btn-cta {
		padding: .5rem .9rem;
		gap: .5rem;
		font-size: .85rem;
	}
	
	.subscription-form input[type=submit].btn-cta svg {
		display: none;
		width: 0;
		height: 0;
	}
}

.subscription-form input[type=submit], .wpcf7-form .subscription-form input[type=submit] {
	width: 100%;
}

.wpcf7-form .subscription-form input[type=submit][disabled] {
	--tw-border-opacity: 1;
	border-color: rgba(160, 160, 160, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(160, 160, 160, var(--tw-text-opacity));
}

@media (min-width:1280px) {
	.subscription-form input[type=submit] {
		width: auto !important;
	}
}

.subscription-form label {
	display: flex;
	width: auto;
	align-items: center;
	padding-left: .9375rem;
}

.subscription-form + .wpcf7-response-output {
	margin-top: 1.25rem !important;
}

.ring-form {
	display: flex;
	flex-wrap: wrap;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	gap: .9375rem;
	border-radius: .625rem;
	padding: .9375rem .625rem .625rem;
}

@media (min-width:1280px) {
	.ring-form {
		flex-wrap: nowrap;
		padding-top: 10px;
	}
}

.ring-form .wpcf7-form-control-wrap {
	margin: 0;
	display: flex;
	flex: 1 1 0%;
}

.ring-form .wpcf7-form-control-wrap input {
	border-style: none;
	background-color: initial;
	padding: 0;
}

.ring-form .wpcf7-form-control-wrap input::-moz-placeholder {
	color: rgba(21, 20, 21, .4);
}

.ring-form .wpcf7-form-control-wrap input::placeholder {
	color: rgba(21, 20, 21, .4);
}

.ring-form .wpcf7-form-control-wrap input:focus {
	outline: 2px solid rgba(0, 0, 0, 0);
	outline-offset: 2px;
	--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(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 rgba(0, 0, 0, 0));
}

.ring-form .wpcf7-form-control-wrap input {
	font-size: 1.25rem;
}

.ring-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	left: 0;
	margin-top: -1.25rem;
}

@media (min-width:1280px) {
	.ring-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
		margin-top: -1.0625rem;
	}
}

.ring-form .wpcf7-spinner {
	display: none !important;
}

.ring-form input[type=submit] {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding: .5rem 2rem .5rem 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.ring-form input[type=submit] span {
	transition: transform .35s ease;
}

.ring-form input[type=submit]:hover span {
	transform: translateX(2px);
}

.ring-form input[type=submit] .btn-icon {
	transition: transform .25s ease;
}

.ring-form input[type=submit]:hover .btn-icon {
	transform: translateX(6px);
}

@media (max-width:440px) {
	.ring-form input[type=submit].btn-cta {
		padding: .5rem .9rem;
		gap: .5rem;
		font-size: .85rem;
	}
	
	.ring-form input[type=submit].btn-cta svg {
		display: none;
		width: 0;
		height: 0;
	}
}

.ring-form input[type=submit], .wpcf7-form .ring-form input[type=submit] {
	width: 100%;
}

.wpcf7-form .ring-form input[type=submit][disabled] {
	--tw-border-opacity: 1;
	border-color: rgba(160, 160, 160, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(160, 160, 160, var(--tw-text-opacity));
}

.ring-form input[type=submit] {
	padding-bottom: .625rem;
	padding-top: .625rem;
}

@media (min-width:1280px) {
	.ring-form input[type=submit] {
		width: auto !important;
	}
}

.ring-form label {
	display: flex;
	width: auto;
	align-items: center;
	padding-left: .9375rem;
}

.ring-form + .wpcf7-response-output {
	margin-top: 1.25rem !important;
}

.ring-form .intl-tel-input {
	display: flex;
}

.ring-form .intl-tel-input input {
	border-style: none;
	background-color: initial;
}

.ring-form .intl-tel-input input:focus {
	border-style: none;
	outline: 2px solid rgba(0, 0, 0, 0) !important;
	outline-offset: 2px !important;
	--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(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 rgba(0, 0, 0, 0));
}

html.maraton-html body #LeadboosterContainer {
	z-index: 9999998 !important;
}

.cky-consent-container {
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.cky-consent-container .cky-notice-btn-wrapper {
	position: relative;
}

.cky-consent-container .cky-notice-btn-wrapper:before {
	animation: arrowbottom 1s .1s infinite;
	position: absolute;
	content: "";
	width: 70px;
	height: 130px;
	bottom: 120px;
	right: 80px;
	transform: rotate(116deg);
	background: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" stroke-miterlimit=\"10\" style=\"fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round\" viewBox=\"0 0 140 250\"><path fill=\"%23ffffff\" fill-rule=\"evenodd\" d=\"M106.261 4.95c2.603.088 4.822.184 6.723.286 1.901.102 3.483.211 4.81.327 1.326.115 2.397.238 3.276.366.88.13 1.567.265 2.125.407.559.142.989.29 1.354.446.366.155.666.317.964.486a42.875 42.875 0 0 1 2.313 2.993 40.273 40.273 0 0 1 1.973 3.102 36.794 36.794 0 0 1 2.325 4.858 35.888 35.888 0 0 1 2.179 8.642 38.346 38.346 0 0 1 .279 3.648 41.76 41.76 0 0 1-.06 3.757 403.097 403.097 0 0 0-6.433 10.855 385.69 385.69 0 0 0-14.376 27.71 381.386 381.386 0 0 0-5.068 11.312 367.944 367.944 0 0 0-4.677 11.443 375.237 375.237 0 0 0-4.287 11.574 369.643 369.643 0 0 0-5.7 17.606 52.752 52.752 0 0 1-1.799-1.932 50.362 50.362 0 0 1-1.664-1.979 45.367 45.367 0 0 1-2.92-4.097 42.215 42.215 0 0 1-2.378-4.283 41.254 41.254 0 0 1-1.836-4.47 40.49 40.49 0 0 1-1.292-4.655 42.028 42.028 0 0 1-.75-4.842 45.02 45.02 0 0 1-.172-2.49 47.263 47.263 0 0 1-.036-2.538c.011-.853.044-1.715.1-2.584.056-.869.135-1.745.236-2.63l.406-1.617.406-1.617.425-1.61.424-1.61.442-1.604.442-1.604.46-1.597.46-1.597.479-1.59.478-1.59.496-1.585.496-1.583.514-1.577.514-1.578.533-1.57.532-1.571-.063-.094-.062-.093-.063-.094-.063-.094-.062-.094-.063-.093-.062-.094-.063-.094-.062-.094-.063-.093-.063-.094-.062-.094-.063-.094-.062-.093-.063-.094-.062-.094a118.426 118.426 0 0 0-6.534 4.57 115.295 115.295 0 0 0-8.131 6.717 113.673 113.673 0 0 0-9.23 9.396 115.83 115.83 0 0 0-5.038 6.171c-.54.708-1.072 1.423-1.597 2.146a187.271 187.271 0 0 0-6.224 8.377 171.958 171.958 0 0 0-5.573 8.477 159.41 159.41 0 0 0-4.923 8.577 148.767 148.767 0 0 0-4.272 8.676 141.1 141.1 0 0 0-3.622 8.776 135.205 135.205 0 0 0-2.971 8.876 131.347 131.347 0 0 0-2.321 8.975 129.575 129.575 0 0 0-2.69 18.25 131.822 131.822 0 0 0-.37 9.275c-.015 3.108.08 6.233.281 9.374.202 3.141.513 6.299.932 9.474.419 3.175.946 6.366 1.582 9.574.636 3.208 1.38 6.432 2.233 9.673a174.202 174.202 0 0 0 2.883 9.773 190.275 190.275 0 0 0 3.533 9.873 6.607 6.607 0 0 1-.6.662 5.606 5.606 0 0 1-.645.526 4.408 4.408 0 0 1-1.046.536 4.306 4.306 0 0 1-1.142.23 4.845 4.845 0 0 1-.815-.016 5.845 5.845 0 0 1-.857-.151 7.46 7.46 0 0 1-.9-.287 69.89 69.89 0 0 1-4.08-3.728 65.362 65.362 0 0 1-3.683-3.966 61.433 61.433 0 0 1-6.174-8.647 61.314 61.314 0 0 1-4.587-9.602 64.516 64.516 0 0 1-1.697-5.159 68.899 68.899 0 0 1-1.3-5.398 191.795 191.795 0 0 1-2.347-12.295 183.663 183.663 0 0 1-1.497-12.247 177.604 177.604 0 0 1-.648-12.198 174.195 174.195 0 0 1 .62-18.206A174.124 174.124 0 0 1 6 134.246a176.891 176.891 0 0 1 2.323-12.028 182.49 182.49 0 0 1 3.174-11.979c.6-1.992 1.234-3.983 1.904-5.971a142.508 142.508 0 0 1 2.178-4.762 137.792 137.792 0 0 1 6.163-11.422 135.116 135.116 0 0 1 13.681-18.816l2.266-2.155 2.266-2.154 2.266-2.155 2.266-2.155 2.278-2.135 2.277-2.135 2.278-2.135 2.278-2.135 2.289-2.115 2.29-2.115 2.289-2.115 2.289-2.115 2.301-2.095 2.3-2.096 2.302-2.095 2.3-2.095-.806-.148-.807-.147-.81-.132-.808-.133-.81-.116-.812-.117-.812-.102-.812-.101-.815-.086-.814-.086-.816-.07-.816-.072-.817-.055-.818-.055-.82-.04-.819-.04a16.623 16.623 0 0 1-1.502-.625 14.882 14.882 0 0 1-1.376-.75 13.718 13.718 0 0 1-1.251-.875 12.961 12.961 0 0 1-1.642-1.547 12.9 12.9 0 0 1-.939-1.187 13.626 13.626 0 0 1-.813-1.313 14.862 14.862 0 0 1-.688-1.437c-.104-.25-.203-.506-.297-.766a39.192 39.192 0 0 1-1.316-3.135 37.847 37.847 0 0 1-1.233-4.027 37.604 37.604 0 0 1-.955-5.838l3.988-.31 3.987-.31 3.974-.365 3.975-.365 3.96-.418 3.962-.42 3.948-.472 3.948-.473 3.935-.527 3.935-.527 3.921-.581 3.922-.582 3.909-.635 3.908-.636 3.895-.69s-2.443-.097.159-.008Z\"/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:768px) {
	.cky-consent-container .cky-notice-btn-wrapper:before {
		display: none;
	}
}

.footer-nav {
	margin-top: 2.5rem;
}

.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.25;
	-moz-column-gap: .9375rem;
	column-gap: .9375rem;
	row-gap: .625rem;
	font-size: 1rem;
}

.footer-nav ul a {
	text-decoration-line: underline;
	text-underline-offset: 2px;
}

.footer-nav ul a:hover {
	text-decoration-line: none;
}

@keyframes arrowbottom {
	0%, to {
		bottom: 120px;
	}
	
	75% {
		bottom: 160px;
	}
}

.\!container {
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

@media (min-width:640px) {
	.\!container {
		max-width: 640px !important;
	}
	
	.container {
		max-width: 640px;
	}
}

@media (min-width:768px) {
	.\!container {
		max-width: 768px !important;
	}
	
	.container {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.\!container {
		max-width: 1024px !important;
	}
	
	.container {
		max-width: 1024px;
	}
}

@media (min-width:1280px) {
	.\!container {
		max-width: 1280px !important;
	}
	
	.container {
		max-width: 1280px;
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding: .5rem 2rem .5rem 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.btn span {
	transition: transform .35s ease;
}

.btn:hover span {
	transform: translateX(2px);
}

.btn .btn-icon {
	transition: transform .25s ease;
}

.btn:hover .btn-icon {
	transform: translateX(6px);
}

.btn-primary {
	height: 3rem;
}

.btn-primary:hover {
	border-color: rgba(21, 20, 21, var(--tw-border-opacity));
	background-color: rgba(21, 20, 21, var(--tw-bg-opacity));
}

.btn-cta:hover, .btn-primary:hover {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
}

.btn-cta:hover {
	border-color: rgba(233, 71, 0, var(--tw-border-opacity));
	background-color: rgba(233, 71, 0, var(--tw-bg-opacity));
}

.btn-cta svg {
	animation: bulb-glow 1s ease-in-out infinite;
	transition: color .2s ease, transform .25s ease .05s, filter .25s ease;
}

.btn-cta:hover svg {
	animation: none;
	color: #fff;
	transform: scale(1.1);
	filter: drop-shadow(0 0 8px rgba(255, 215, 106, .6));
}

.home .header:not(.h-fixed) .btn-cta:hover {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

@media (max-width:440px) {
	.btn.btn-cta {
		padding: .5rem .9rem;
		gap: .5rem;
		font-size: .85rem;
	}
	
	.btn.btn-cta svg {
		display: none;
		width: 0;
		height: 0;
	}
}

@keyframes bulb-glow {
	0% {
		color: #fff;
		filter: drop-shadow(0 0 0 rgba(255, 215, 106, 0));
	}
	
	50% {
		color: #ffd76a;
		filter: drop-shadow(0 0 6px rgba(255, 215, 106, .5));
	}
	
	to {
		color: #fff;
		filter: drop-shadow(0 0 0 rgba(255, 215, 106, 0));
	}
}

.card-corners {
	position: relative;
}

.card-corners:after, .card-corners:before {
	content: var(--tw-content);
	display: block;
}

.card-corners:after, .card-corners:before {
	position: absolute;
	aspect-ratio: 1/1;
	background-size: cover;
	background-repeat: no-repeat;
	height: .9375rem;
	width: .9375rem;
}

.card-corners:before {
	bottom: 0;
	left: -.9375rem;
}

.card-corners:after, .card-corners:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M-.036 0h20v20h-20z' data-name='Rectangle 42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 12'%3E%3Cg clip-path='url(%23a)' data-name='Group 10' transform='translate(.036)'%3E%3Cpath fill='%23FAF8F7' d='M19.964 0q0 20-19.964 20h19.964Z' data-name='Path 3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.card-corners:after {
	right: 0;
	top: -.9375rem;
}

.negative-corners {
	position: relative;
}

.negative-corners:after, .negative-corners:before {
	content: var(--tw-content);
	display: block;
}

.negative-corners:after, .negative-corners:before {
	position: absolute;
	aspect-ratio: 1/1;
	background-size: cover;
	background-repeat: no-repeat;
	height: 1.25rem;
	width: 1.25rem;
}

.negative-corners.negative-corners--bottom:before {
	bottom: 0;
	left: -1.25rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M-.036 0h20v20h-20z' data-name='Rectangle 42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 12'%3E%3Cg clip-path='url(%23a)' data-name='Group 10' transform='translate(.036)'%3E%3Cpath fill='%23fff' d='M19.964 0q0 20-19.964 20h19.964Z' data-name='Path 3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.negative-corners.negative-corners--bottom:after {
	bottom: 0;
	right: -1.25rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' data-name='Group 11'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h20v20H0z' data-name='Rectangle 42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 10'%3E%3Cpath fill='%23fff' d='M0 0q0 20 20 20H0Z' data-name='Path 3'/%3E%3C/g%3E%3C/svg%3E");
}

.negative-corners.negative-corners--top:before {
	top: 0;
	left: -1.25rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h20v20H0z' data-name='Rectangle 42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 213'%3E%3Cg clip-path='url(%23a)' data-name='Group 10' transform='rotate(180 10 10)'%3E%3Cpath fill='%23fff' d='M0 0q0 20 20 20H0Z' data-name='Path 3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.negative-corners.negative-corners--top:after {
	top: 0;
	right: -1.25rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M-.036 0h20v20h-20z' data-name='Rectangle 42'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 214'%3E%3Cg clip-path='url(%23a)' data-name='Group 10' transform='rotate(180 9.982 10)'%3E%3Cpath fill='%23fff' d='M19.964 0q0 20-19.964 20h19.964Z' data-name='Path 3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

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

@media (max-width:1023px) {
	.header-menu {
		min-height: 0;
		overflow: auto;
		padding: 4rem 1.25rem 6.25rem;
	}
	
	.header-menu, .tooltip.header-menu > .tooltip-arrow:before, [role=tooltip].header-menu > [data-popper-arrow]:after, [role=tooltip].header-menu > [data-popper-arrow]:before {
		visibility: hidden;
	}
	
	.header-menu {
		position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
		z-index: 40;
		height: 100vh;
		width: 100%;
		--tw-bg-opacity: 1;
		background-color: rgba(21, 20, 21, var(--tw-bg-opacity));
		opacity: 0;
		transition-property: opacity;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-duration: .3s;
		margin-top: 4rem;
	}
	
	@media (min-width:768px) {
		.header-menu {
			width: 20rem;
		}
	}
	
	@media (min-width:1024px) {
		.header-menu {
			margin-top: 4.9375rem;
		}
	}
}

.main-menu {
	width: 100%;
}

.main-menu > ul {
	display: flex;
	flex-direction: column;
	gap: .9375rem;
}

@media (min-width:1024px) {
	.main-menu > ul {
		flex-direction: row;
		gap: 3.4375rem;
	}
}

.main-menu > ul .menu-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	font-size: 1.125rem;
}

@media (min-width:1024px) {
	.main-menu > ul .menu-link {
		font-size: 1rem;
	}
}

.main-menu > ul .menu-link:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: none;
	width: 0;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-bottom-width: 5px;
	border-style: solid;
	transition-property: all;
	transition-duration: .3s;
	content: var(--tw-content);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:1024px) {
	.main-menu > ul .menu-link:before {
		content: var(--tw-content);
		display: block;
	}
}

.main-menu > ul .menu-link:hover:before {
	width: 100%;
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgba(233, 71, 0, var(--tw-border-opacity));
}

.main-menu > ul .menu-link svg {
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	margin-left: .625rem;
}

.main-menu .menu-item-has-children {
	position: relative;
}

.main-menu .menu-item-has-children:hover > .menu-link:before {
	width: 100%;
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgba(233, 71, 0, var(--tw-border-opacity));
}

.main-menu .menu-item-has-children:hover svg {
	--tw-rotate: -45deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.main-menu .menu-item-has-children .menu-child {
	display: none;
	padding-top: .3125rem;
}

@media (min-width:1024px) {
	.main-menu .menu-item-has-children .menu-child {
		position: absolute;
		left: -1.25rem;
		width: 21.875rem;
	}
}

.main-menu .menu-item-has-children .menu-child ul {
	display: block;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	border-radius: .5rem;
	padding-bottom: .625rem;
	padding-top: .625rem;
}

.main-menu .menu-item-has-children .menu-child ul > li {
	position: relative;
}

.main-menu .menu-item-has-children .menu-child ul > li + li:before {
	position: absolute;
	top: 0;
	display: block;
	border-top-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(242, 242, 242, var(--tw-border-opacity));
	left: 1.25rem;
	content: var(--tw-content);
	right: 1.25rem;
}

.main-menu .menu-item-has-children .menu-child ul .menu-link {
	display: block;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.main-menu .menu-item-has-children .menu-child ul .menu-link:hover {
	--tw-text-opacity: 1;
	color: rgba(233, 71, 0, var(--tw-text-opacity));
}

.main-menu .menu-item-has-children .menu-child ul .menu-link {
	padding: 1rem 1.25rem;
}

.main-menu .menu-item-has-children .menu-child ul .menu-link:hover:before {
	content: var(--tw-content);
	width: 0;
}

.main-menu .menu-item-has-children:hover .menu-child {
	display: block;
}

.home .header:not(.h-fixed) .menu-link:hover:before {
	width: 100%;
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.header-burger {
	position: relative;
	z-index: 1000;
	display: block;
	--tw-rotate: 0deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	cursor: pointer;
	opacity: 1;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	height: 1.5rem;
	width: 1.875rem;
}

@media (min-width:1024px) {
	.header-burger {
		display: none;
	}
}

.header-burger span {
	position: absolute;
	right: 0;
	display: block;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 1;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	height: .125rem;
	border-radius: .125rem;
}

.header-burger span:first-child {
	top: 0;
}

.header-burger span:nth-child(2) {
	top: 50%;
	max-width: 70%;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-burger span:nth-child(3) {
	bottom: 0;
}

#header.active {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 20, 21, var(--tw-bg-opacity));
}

#header.active .header-burger {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#header.active .header-burger span:first-child {
	top: 50%;
	--tw-translate-y: -50%;
	--tw-rotate: 135deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#header.active .header-burger span:nth-child(2) {
	opacity: 0;
	right: 3.75rem;
}

#header.active .header-burger span:nth-child(3) {
	top: 50%;
	--tw-translate-y: -50%;
	--tw-rotate: -135deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#header.active .header-menu {
	transition: all .4s ease;
	opacity: 1;
	right: 0;
	visibility: visible;
}

.aspect-video iframe {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	border-radius: 1rem;
}

.video-btn-play {
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	animation: arrow-shadows 2s infinite;
}

@keyframes arrow-shadows {
	0% {
		box-shadow: 0 0 0 0 rgba(233, 71, 0, .5);
	}
	
	to {
		box-shadow: 0 0 0 17px rgba(233, 71, 0, 0);
	}
}

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

.pointer-events-none {
	pointer-events: none;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.collapse {
	visibility: collapse;
}

.\!static {
	position: static !important;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.inset-0 {
	inset: 0;
}

.-top-8 {
	top: -2rem;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.right-0 {
	right: 0;
}

.top-0 {
	top: 0;
}

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

.isolate {
	isolation: isolate;
}

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

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

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

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

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-first {
	order: -9999;
}

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

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

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

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

.\!m-0 {
	margin: 0 !important;
}

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

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

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

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

.mb-0 {
	margin-bottom: 0;
}

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

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

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

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

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

.ml-0 {
	margin-left: 0;
}

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

.ml-auto {
	margin-left: auto;
}

.mr-1 {
	margin-right: .25rem;
}

.mr-14 {
	margin-right: 3.5rem;
}

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

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

.mt-0 {
	margin-top: 0;
}

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

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

.mt-11 {
	margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

.mt-32 {
	margin-top: 8rem;
}

.mt-36 {
	margin-top: 9rem;
}

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

.mt-40 {
	margin-top: 10rem;
}

.mt-44 {
	margin-top: 11rem;
}

.mt-48 {
	margin-top: 12rem;
}

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

.mt-52 {
	margin-top: 13rem;
}

.mt-56 {
	margin-top: 14rem;
}

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

.mt-60 {
	margin-top: 15rem;
}

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

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

.mt-9 {
	margin-top: 2.25rem;
}

.\!block {
	display: block !important;
}

.block {
	display: block;
}

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

.inline {
	display: inline;
}

.\!flex {
	display: flex !important;
}

.flex {
	display: flex;
}

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

.table {
	display: table;
}

.inline-table {
	display: inline-table;
}

.table-caption {
	display: table-caption;
}

.table-cell {
	display: table-cell;
}

.table-column {
	display: table-column;
}

.table-column-group {
	display: table-column-group;
}

.table-footer-group {
	display: table-footer-group;
}

.table-header-group {
	display: table-header-group;
}

.table-row-group {
	display: table-row-group;
}

.table-row {
	display: table-row;
}

.grid {
	display: grid;
}

.inline-grid {
	display: inline-grid;
}

.contents {
	display: contents;
}

.list-item {
	display: list-item;
}

.hidden {
	display: none;
}

.aspect-\[275\/400\] {
	aspect-ratio: 275/400;
}

.aspect-\[284\/369\] {
	aspect-ratio: 284/369;
}

.aspect-\[345\/255\] {
	aspect-ratio: 345/255;
}

.aspect-\[380\/140\] {
	aspect-ratio: 380/140;
}

.aspect-\[390\/183\] {
	aspect-ratio: 390/183;
}

.aspect-\[432px\] {
	aspect-ratio: 432px;
}

.aspect-\[438\/157\] {
	aspect-ratio: 438/157;
}

.aspect-\[500\/300\] {
	aspect-ratio: 500/300;
}

.aspect-\[500\/660\] {
	aspect-ratio: 500/660;
}

.aspect-\[555\/432\] {
	aspect-ratio: 555/432;
}

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

.aspect-video {
	aspect-ratio: 16/9;
}

.size-full {
	width: 100%;
	height: 100%;
}

.h-3 {
	height: .75rem;
}

.h-4 {
	height: 1rem;
}

.h-6 {
	height: 1.5rem;
}

.h-\[80\%\] {
	height: 80%;
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.max-h-full {
	max-height: 100%;
}

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

.w-3 {
	width: .75rem;
}

.w-4 {
	width: 1rem;
}

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

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

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

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

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

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

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

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

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

.flex-none {
	flex: none;
}

.flex-shrink {
	flex-shrink: 1;
}

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

.flex-grow, .grow {
	flex-grow: 1;
}

.border-collapse {
	border-collapse: collapse;
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
}

.-translate-y-1\/2, .rotate-180 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
	--tw-rotate: 180deg;
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.resize {
	resize: both;
}

.\!list-none {
	list-style-type: none !important;
}

.columns-2 {
	-moz-columns: 2;
	column-count: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
	gap: 2.5rem;
}

.gap-2 {
	gap: .5rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-6 {
	gap: 1.5rem;
}

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

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

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

.overflow-auto {
	overflow: auto;
}

.overflow-hidden, .truncate {
	overflow: hidden;
}

.truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.break-words {
	overflow-wrap: break-word;
}

.rounded {
	border-radius: .25rem;
}

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

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

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

.border {
	border-width: 1px;
}

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

.border-y {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

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

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

.border-t-\[3px\] {
	border-top-width: 3px;
}

.border-solid {
	border-style: solid;
}

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

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

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

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

.border-maraton-black {
	--tw-border-opacity: 1;
	border-color: rgba(21, 20, 21, var(--tw-border-opacity));
}

.\!bg-transparent {
	background-color: initial !important;
}

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

.bg-\[\#5F2D18\]\/80 {
	background-color: rgba(95, 45, 24, .8);
}

.bg-\[\#6B5D57\]\/55 {
	background-color: rgba(107, 93, 87, .55);
}

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

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

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

.bg-black\/40 {
	background-color: rgba(0, 0, 0, .4);
}

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

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

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

.bg-purple-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 235, 254, var(--tw-bg-opacity));
}

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

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

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

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

.from-maraton-pink {
	--tw-gradient-from: #fff4f4 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(255, 244, 244, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-maraton-pink {
	--tw-gradient-to: rgba(255, 244, 244, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), #fff4f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.fill-maraton-black {
	fill: #151415;
}

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

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

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

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

.p-0 {
	padding: 0;
}

.p-1 {
	padding: .25rem;
}

.p-3 {
	padding: .75rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-8 {
	padding: 2rem;
}

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

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

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

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

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

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

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

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

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

.font-mona-sans {
	font-family: Mona Sans, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-playfair {
	font-family: Playfair Display, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

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

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

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.italic {
	font-style: italic;
}

.leading-\[0\.8\] {
	line-height: .8;
}

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

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

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

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

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

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

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

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

.leading-\[99\%\] {
	line-height: 99%;
}

.\!text-gray-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.text-\[\#6B6B6B\] {
	--tw-text-opacity: 1;
	color: rgba(107, 107, 107, var(--tw-text-opacity));
}

.text-\[\#6E6E6E\] {
	--tw-text-opacity: 1;
	color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.text-\[\#76767c\] {
	--tw-text-opacity: 1;
	color: rgba(118, 118, 124, var(--tw-text-opacity));
}

.text-\[\#7E7E7E\] {
	--tw-text-opacity: 1;
	color: rgba(126, 126, 126, var(--tw-text-opacity));
}

.text-accent {
	--tw-text-opacity: 1;
	color: rgba(233, 71, 0, var(--tw-text-opacity));
}

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

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-maraton-black {
	--tw-text-opacity: 1;
	color: rgba(21, 20, 21, var(--tw-text-opacity));
}

.text-maraton-black\/50 {
	color: rgba(21, 20, 21, .5);
}

.text-maraton-grey {
	--tw-text-opacity: 1;
	color: rgba(120, 120, 120, var(--tw-text-opacity));
}

.text-muted\/40 {
	color: rgba(253, 252, 251, .4);
}

.text-muted\/70 {
	color: rgba(253, 252, 251, .7);
}

.text-primary {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(21, 128, 61, var(--tw-text-opacity));
}

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

.underline {
	text-decoration-line: underline;
}

.overline {
	text-decoration-line: overline;
}

.line-through {
	text-decoration-line: line-through;
}

.\!no-underline {
	text-decoration-line: none !important;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}

.opacity-50 {
	opacity: .5;
}

.opacity-70 {
	opacity: .7;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
}

.shadow, .shadow-lg {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
}

.outline {
	outline-style: solid;
}

.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.blur {
	--tw-blur: blur(8px);
}

.blur, .drop-shadow {
	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);
}

.drop-shadow {
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
}

.grayscale {
	--tw-grayscale: grayscale(100%);
}

.grayscale, .invert {
	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);
}

.invert {
	--tw-invert: invert(100%);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
	--tw-backdrop-blur: blur(12px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s;
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s;
}

.transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s;
}

.duration-300 {
	transition-duration: .3s;
}

.duration-500 {
	transition-duration: .5s;
}

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

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.animate__zoomOut {
	animation-name: zoomOut;
}

.animate__zoomIn {
	animation-name: zoomIn;
}

.animate__fadeInUp {
	animation-name: fadeInUp;
}

.animate__fadeInDown {
	animation-name: fadeInDown;
}

.animate__fadeInLeft {
	animation-name: fadeInLeft;
}

.animate__fadeInRight {
	animation-name: fadeInRight;
}

.animate__animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.\[additional_data\:protected\] {
	additional_data: protected;
}

.js-philosophy-dash, .js-philosophy-info-btn, .js-philosophy-info-text, .js-philosophy-label-1, .js-philosophy-label-2, .js-philosophy-point {
	opacity: 0;
	pointer-events: none;
}

.js-philosophy-info-btn, .js-philosophy-info-text, .js-philosophy-label-1, .js-philosophy-label-2 {
	transform: translateY(20px);
}

.js-philosophy-label-1, .js-philosophy-label-2 {
	transform: translate(-20px);
}

.js-philosophy-info {
	transform: translateY(20px);
}

body {
	background: #fff;
}

:root {
	--wp--preset--font-size--large: 30px;
}

.placeholder\:block::-moz-placeholder {
	display: block;
}

.placeholder\:block::placeholder {
	display: block;
}

.placeholder\:inline::-moz-placeholder {
	display: inline;
}

.placeholder\:inline::placeholder {
	display: inline;
}

.before\:absolute:before {
	content: var(--tw-content);
	position: absolute;
}

.before\:bottom-\[30\%\]:before {
	content: var(--tw-content);
	bottom: 30%;
}

.before\:bottom-auto:before {
	content: var(--tw-content);
	bottom: auto;
}

.before\:left-0:before {
	content: var(--tw-content);
	left: 0;
}

.before\:top-\[30\%\]:before {
	content: var(--tw-content);
	top: 30%;
}

.before\:border:before {
	content: var(--tw-content);
	border-width: 1px;
}

.before\:border-solid:before {
	content: var(--tw-content);
	border-style: solid;
}

.before\:border-maraton-black\/10:before {
	content: var(--tw-content);
	border-color: rgba(21, 20, 21, .1);
}

.after\:absolute:after {
	content: var(--tw-content);
	position: absolute;
}

.after\:bottom-0:after {
	content: var(--tw-content);
	bottom: 0;
}

.after\:bottom-auto:after {
	content: var(--tw-content);
	bottom: auto;
}

.after\:left-0:after {
	content: var(--tw-content);
	left: 0;
}

.after\:right-0:after {
	content: var(--tw-content);
	right: 0;
}

.after\:z-20:after {
	content: var(--tw-content);
	z-index: 20;
}

.after\:h-\[85\%\]:after {
	content: var(--tw-content);
	height: 85%;
}

.after\:w-full:after {
	content: var(--tw-content);
	width: 100%;
}

.after\:border:after {
	content: var(--tw-content);
	border-width: 1px;
}

.after\:border-maraton-black:after {
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgba(21, 20, 21, var(--tw-border-opacity));
}

.after\:bg-gradient-to-t:after {
	content: var(--tw-content);
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-white:after {
	content: var(--tw-content);
	--tw-gradient-from: #fff var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-transparent:after {
	content: var(--tw-content);
	--tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
}

.hover\:border-accent:hover {
	--tw-border-opacity: 1;
	border-color: rgba(233, 71, 0, var(--tw-border-opacity));
}

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

.hover\:text-accent:hover {
	--tw-text-opacity: 1;
	color: rgba(233, 71, 0, var(--tw-text-opacity));
}

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

.hover\:\!underline:hover {
	text-decoration-line: underline !important;
}

.group:hover .group-hover\:scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-maraton-pink-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 210, 210, var(--tw-bg-opacity));
}

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

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

.rem\:-right-\[20px\] {
	right: -1.25rem;
}

.rem\:bottom-\[-35px\] {
	bottom: -2.1875rem;
}

.rem\:bottom-\[10px\] {
	bottom: .625rem;
}

.rem\:bottom-\[15px\] {
	bottom: .9375rem;
}

.rem\:bottom-\[35px\] {
	bottom: 2.1875rem;
}

.rem\:left-\[52px\] {
	left: 3.25rem;
}

.rem\:right-\[10px\] {
	right: .625rem;
}

.rem\:right-\[15px\] {
	right: .9375rem;
}

.rem\:right-\[20px\] {
	right: 1.25rem;
}

.rem\:right-\[52px\] {
	right: 3.25rem;
}

.rem\:right-\[75px\] {
	right: 4.6875rem;
}

.rem\:top-\[-35px\] {
	top: -2.1875rem;
}

.rem\:top-\[10px\] {
	top: .625rem;
}

.rem\:top-\[20px\] {
	top: 1.25rem;
}

.rem\:top-\[52px\] {
	top: 3.25rem;
}

.rem\:mb-\[10px\] {
	margin-bottom: .625rem;
}

.rem\:mb-\[15px\] {
	margin-bottom: .9375rem;
}

.rem\:mb-\[20px\] {
	margin-bottom: 1.25rem;
}

.rem\:mb-\[22px\] {
	margin-bottom: 1.375rem;
}

.rem\:mb-\[29px\] {
	margin-bottom: 1.8125rem;
}

.rem\:mb-\[2px\] {
	margin-bottom: .125rem;
}

.rem\:mb-\[34px\] {
	margin-bottom: 2.125rem;
}

.rem\:mb-\[35px\] {
	margin-bottom: 2.1875rem;
}

.rem\:mb-\[40px\] {
	margin-bottom: 2.5rem;
}

.rem\:mb-\[50px\] {
	margin-bottom: 3.125rem;
}

.rem\:mb-\[70px\] {
	margin-bottom: 4.375rem;
}

.rem\:mb-\[8px\] {
	margin-bottom: .5rem;
}

.rem\:ml-\[-3px\] {
	margin-left: -.1875rem;
}

.rem\:ml-\[-5px\] {
	margin-left: -.3125rem;
}

.rem\:mt-\[-145px\] {
	margin-top: -9.0625rem;
}

.rem\:mt-\[-18px\] {
	margin-top: -1.125rem;
}

.rem\:mt-\[-20px\] {
	margin-top: -1.25rem;
}

.rem\:mt-\[10px\] {
	margin-top: .625rem;
}

.rem\:mt-\[15px\] {
	margin-top: .9375rem;
}

.rem\:mt-\[16px\] {
	margin-top: 1rem;
}

.rem\:mt-\[20px\] {
	margin-top: 1.25rem;
}

.rem\:mt-\[25px\] {
	margin-top: 1.5625rem;
}

.rem\:mt-\[28px\] {
	margin-top: 1.75rem;
}

.rem\:mt-\[30px\] {
	margin-top: 1.875rem;
}

.rem\:mt-\[35px\] {
	margin-top: 2.1875rem;
}

.rem\:mt-\[40px\] {
	margin-top: 2.5rem;
}

.rem\:mt-\[48px\] {
	margin-top: 3rem;
}

.rem\:mt-\[4px\] {
	margin-top: .25rem;
}

.rem\:mt-\[50px\] {
	margin-top: 3.125rem;
}

.rem\:mt-\[5px\] {
	margin-top: .3125rem;
}

.rem\:mt-\[60px\] {
	margin-top: 3.75rem;
}

.rem\:mt-\[80px\] {
	margin-top: 5rem;
}

.rem\:size-\[18px\] {
	height: 1.125rem;
	width: 1.125rem;
}

.rem\:size-\[32px\] {
	height: 2rem;
	width: 2rem;
}

.rem\:size-\[42px\] {
	height: 2.625rem;
	width: 2.625rem;
}

.rem\:size-\[44px\] {
	height: 2.75rem;
	width: 2.75rem;
}

.rem\:size-\[52px\] {
	height: 3.25rem;
	width: 3.25rem;
}

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

.rem\:h-\[23px\] {
	height: 1.4375rem;
}

.rem\:h-\[243px\] {
	height: 15.1875rem;
}

.rem\:h-\[260px\] {
	height: 16.25rem;
}

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

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

.rem\:h-\[50px\] {
	height: 3.125rem;
}

.rem\:max-h-\[26px\] {
	max-height: 1.625rem;
}

.rem\:max-h-\[80px\] {
	max-height: 5rem;
}

.rem\:min-h-\[239px\] {
	min-height: 14.9375rem;
}

.rem\:min-h-\[480px\] {
	min-height: 30rem;
}

.rem\:min-h-\[700px\] {
	min-height: 43.75rem;
}

.rem\:w-\[16px\] {
	width: 1rem;
}

.rem\:w-\[23px\] {
	width: 1.4375rem;
}

.rem\:w-\[24px\] {
	width: 1.5rem;
}

.rem\:w-\[30px\] {
	width: 1.875rem;
}

.rem\:w-\[50px\] {
	width: 3.125rem;
}

.rem\:w-\[767px\] {
	width: 47.9375rem;
}

.rem\:min-w-\[100px\] {
	min-width: 6.25rem;
}

.rem\:max-w-\[100px\] {
	max-width: 6.25rem;
}

.rem\:max-w-\[1240px\] {
	max-width: 77.5rem;
}

.rem\:max-w-\[134px\] {
	max-width: 8.375rem;
}

.rem\:max-w-\[250px\] {
	max-width: 15.625rem;
}

.rem\:max-w-\[275px\] {
	max-width: 17.1875rem;
}

.rem\:max-w-\[305px\] {
	max-width: 19.0625rem;
}

.rem\:max-w-\[450px\] {
	max-width: 28.125rem;
}

.rem\:max-w-\[466px\] {
	max-width: 29.125rem;
}

.rem\:max-w-\[500px\] {
	max-width: 31.25rem;
}

.rem\:max-w-\[520px\] {
	max-width: 32.5rem;
}

.rem\:max-w-\[550px\] {
	max-width: 34.375rem;
}

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

.rem\:max-w-\[620px\] {
	max-width: 38.75rem;
}

.rem\:max-w-\[700px\] {
	max-width: 43.75rem;
}

.rem\:max-w-\[70px\] {
	max-width: 4.375rem;
}

.rem\:max-w-\[720px\] {
	max-width: 45rem;
}

.rem\:max-w-\[760px\] {
	max-width: 47.5rem;
}

.rem\:max-w-\[780px\] {
	max-width: 48.75rem;
}

.rem\:max-w-\[905px\] {
	max-width: 56.5625rem;
}

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

.rem\:gap-\[14px\] {
	gap: .875rem;
}

.rem\:gap-\[15px\] {
	gap: .9375rem;
}

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

.rem\:gap-\[25px\] {
	gap: 1.5625rem;
}

.rem\:gap-\[28px\] {
	gap: 1.75rem;
}

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

.rem\:gap-\[3px\] {
	gap: .1875rem;
}

.rem\:gap-\[40px\] {
	gap: 2.5rem;
}

.rem\:gap-\[4px\] {
	gap: .25rem;
}

.rem\:gap-\[50px\] {
	gap: 3.125rem;
}

.rem\:gap-\[5px\] {
	gap: .3125rem;
}

.rem\:gap-\[60px\] {
	gap: 3.75rem;
}

.rem\:gap-\[7px\] {
	gap: .4375rem;
}

.rem\:gap-\[80px\] {
	gap: 5rem;
}

.rem\:gap-\[8px\] {
	gap: .5rem;
}

.rem\:gap-x-\[10px\] {
	-moz-column-gap: .625rem;
	column-gap: .625rem;
}

.rem\:gap-x-\[23px\] {
	-moz-column-gap: 1.4375rem;
	column-gap: 1.4375rem;
}

.rem\:gap-x-\[30px\] {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
}

.rem\:gap-y-\[20px\] {
	row-gap: 1.25rem;
}

.rem\:gap-y-\[25px\] {
	row-gap: 1.5625rem;
}

.rem\:gap-y-\[30px\] {
	row-gap: 1.875rem;
}

.rem\:gap-y-\[7px\] {
	row-gap: .4375rem;
}

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

.rem\:rounded-\[15px\] {
	border-radius: .9375rem;
}

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

.rem\:rounded-bl-\[10px\] {
	border-bottom-left-radius: .625rem;
}

.rem\:rounded-tl-\[10px\] {
	border-top-left-radius: .625rem;
}

.rem\:rounded-tl-\[15px\] {
	border-top-left-radius: .9375rem;
}

.rem\:p-\[15px\] {
	padding: .9375rem;
}

.rem\:p-\[20px\] {
	padding: 1.25rem;
}

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

.rem\:p-\[35px\] {
	padding: 2.1875rem;
}

.rem\:px-\[10px\] {
	padding-right: .625rem;
	padding-left: .625rem;
}

.rem\:px-\[15px\] {
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.rem\:px-\[20px\] {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.rem\:px-\[24px\] {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

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

.rem\:px-\[45px\] {
	padding-right: 2.8125rem;
	padding-left: 2.8125rem;
}

.rem\:px-\[5px\] {
	padding-right: .3125rem;
	padding-left: .3125rem;
}

.rem\:py-\[14px\] {
	padding-bottom: .875rem;
	padding-top: .875rem;
}

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

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

.rem\:py-\[20px\] {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.rem\:py-\[25px\] {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.rem\:py-\[2px\] {
	padding-bottom: .125rem;
	padding-top: .125rem;
}

.rem\:py-\[30px\] {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.rem\:py-\[35px\] {
	padding-bottom: 2.1875rem;
	padding-top: 2.1875rem;
}

.rem\:py-\[36px\] {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.rem\:py-\[3px\] {
	padding-bottom: .1875rem;
	padding-top: .1875rem;
}

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

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

.rem\:py-\[60px\] {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.rem\:py-\[70px\] {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.rem\:py-\[80px\] {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.rem\:py-\[8px\] {
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.rem\:rem\:py-\[20px\] {
	padding-top: NaNrem;
	padding-bottom: NaNrem;
}

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

.rem\:pb-\[12px\] {
	padding-bottom: .75rem;
}

.rem\:pb-\[20px\] {
	padding-bottom: 1.25rem;
}

.rem\:pb-\[30px\] {
	padding-bottom: 1.875rem;
}

.rem\:pb-\[35px\] {
	padding-bottom: 2.1875rem;
}

.rem\:pb-\[37px\] {
	padding-bottom: 2.3125rem;
}

.rem\:pb-\[40px\] {
	padding-bottom: 2.5rem;
}

.rem\:pb-\[42px\] {
	padding-bottom: 2.625rem;
}

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

.rem\:pl-\[20px\] {
	padding-left: 1.25rem;
}

.rem\:pr-\[30px\] {
	padding-right: 1.875rem;
}

.rem\:pr-\[40px\] {
	padding-right: 2.5rem;
}

.rem\:pr-\[6px\] {
	padding-right: .375rem;
}

.rem\:pt-\[100px\] {
	padding-top: 6.25rem;
}

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

.rem\:pt-\[15px\] {
	padding-top: .9375rem;
}

.rem\:pt-\[26px\] {
	padding-top: 1.625rem;
}

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

.rem\:pt-\[35px\] {
	padding-top: 2.1875rem;
}

.rem\:pt-\[37px\] {
	padding-top: 2.3125rem;
}

.rem\:pt-\[40px\] {
	padding-top: 2.5rem;
}

.rem\:pt-\[45px\] {
	padding-top: 2.8125rem;
}

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

.rem\:pt-\[5px\] {
	padding-top: .3125rem;
}

.rem\:pt-\[80px\] {
	padding-top: 5rem;
}

.rem\:text-\[11px\] {
	font-size: .6875rem;
}

.rem\:text-\[12px\] {
	font-size: .75rem;
}

.rem\:text-\[13px\] {
	font-size: .8125rem;
}

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

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

.rem\:text-\[18px\] {
	font-size: 1.125rem;
}

.rem\:text-\[20px\] {
	font-size: 1.25rem;
}

.rem\:text-\[24px\] {
	font-size: 1.5rem;
}

.rem\:text-\[25px\] {
	font-size: 1.5625rem;
}

.rem\:text-\[28px\] {
	font-size: 1.75rem;
}

.rem\:text-\[30px\] {
	font-size: 1.875rem;
}

.rem\:text-\[32px\] {
	font-size: 2rem;
}

.rem\:text-\[40px\] {
	font-size: 2.5rem;
}

.rem\:text-\[44px\] {
	font-size: 2.75rem;
}

.rem\:text-\[50px\] {
	font-size: 3.125rem;
}

.rem\:text-\[60px\] {
	font-size: 3.75rem;
}

.rem\:tracking-\[-0\.5px\] {
	letter-spacing: -.03125rem;
}

.rem\:tracking-\[-0\.8px\] {
	letter-spacing: -.05rem;
}

.rem\:tracking-\[-1px\] {
	letter-spacing: -.0625rem;
}

.rem\:tracking-\[0\.5px\] {
	letter-spacing: .03125rem;
}

.before\:rem\:top-\[125px\]:before {
	content: var(--tw-content);
	top: 7.8125rem;
}

.before\:rem\:top-\[62px\]:before {
	content: var(--tw-content);
	top: 3.875rem;
}

.after\:rem\:top-\[125px\]:after {
	content: var(--tw-content);
	top: 7.8125rem;
}

.after\:rem\:top-\[62px\]:after {
	content: var(--tw-content);
	top: 3.875rem;
}

@media (min-width:640px) {
	.sm\:px-\[50px\] {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.sm\:rem\:w-\[378px\] {
		width: 23.625rem;
	}
	
	.sm\:rem\:p-\[50px\] {
		padding: 3.125rem;
	}
	
	.sm\:rem\:py-\[76px\] {
		padding-bottom: 4.75rem;
		padding-top: 4.75rem;
	}
}

@media (min-width:768px) {
	.md\:row-span-2 {
		grid-row: span 2/span 2;
	}
	
	.md\:mb-12 {
		margin-bottom: 3rem;
	}
	
	.md\:ml-0 {
		margin-left: 0;
	}
	
	.md\:block {
		display: block;
	}
	
	.md\:flex {
		display: flex;
	}
	
	.md\:hidden {
		display: none;
	}
	
	.md\:aspect-\[1492\/587\] {
		aspect-ratio: 1492/587;
	}
	
	.md\:aspect-auto {
		aspect-ratio: auto;
	}
	
	.md\:w-\[35\%\] {
		width: 35%;
	}
	
	.md\:w-\[65\%\] {
		width: 65%;
	}
	
	.md\:min-w-0 {
		min-width: 0;
	}
	
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.md\:flex-row {
		flex-direction: row;
	}
	
	.md\:items-start {
		align-items: flex-start;
	}
	
	.md\:items-center {
		align-items: center;
	}
	
	.md\:gap-6 {
		gap: 1.5rem;
	}
	
	.md\:text-left {
		text-align: left;
	}
	
	.md\:text-\[32px\] {
		font-size: 32px;
	}
	
	.md\:rem\:mt-\[38px\] {
		margin-top: 2.375rem;
	}
	
	.md\:rem\:h-\[24px\] {
		height: 1.5rem;
	}
	
	.md\:rem\:w-\[24px\] {
		width: 1.5rem;
	}
	
	.md\:rem\:max-w-\[121px\] {
		max-width: 7.5625rem;
	}
	
	.md\:rem\:gap-\[20px\] {
		gap: 1.25rem;
	}
	
	.md\:rem\:gap-\[30px\] {
		gap: 1.875rem;
	}
	
	.md\:rem\:gap-\[40px\] {
		gap: 2.5rem;
	}
	
	.md\:rem\:gap-x-\[20px\] {
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
	
	.md\:rem\:p-\[50px\] {
		padding: 3.125rem;
	}
	
	.md\:rem\:px-\[22px\] {
		padding-right: 1.375rem;
		padding-left: 1.375rem;
	}
	
	.md\:rem\:px-\[24px\] {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	
	.md\:rem\:px-\[36px\] {
		padding-right: 2.25rem;
		padding-left: 2.25rem;
	}
	
	.md\:rem\:px-\[40px\] {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	
	.md\:rem\:px-\[45px\] {
		padding-right: 2.8125rem;
		padding-left: 2.8125rem;
	}
	
	.md\:rem\:px-\[53px\] {
		padding-right: 3.3125rem;
		padding-left: 3.3125rem;
	}
	
	.md\:rem\:px-\[75px\] {
		padding-right: 4.6875rem;
		padding-left: 4.6875rem;
	}
	
	.md\:rem\:px-\[87px\] {
		padding-right: 5.4375rem;
		padding-left: 5.4375rem;
	}
	
	.md\:rem\:py-\[16px\] {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	
	.md\:rem\:py-\[36px\] {
		padding-bottom: 2.25rem;
		padding-top: 2.25rem;
	}
	
	.md\:rem\:py-\[43px\] {
		padding-bottom: 2.6875rem;
		padding-top: 2.6875rem;
	}
	
	.md\:rem\:py-\[53px\] {
		padding-bottom: 3.3125rem;
		padding-top: 3.3125rem;
	}
	
	.md\:rem\:py-\[63px\] {
		padding-bottom: 3.9375rem;
		padding-top: 3.9375rem;
	}
	
	.md\:rem\:py-\[70px\] {
		padding-bottom: 4.375rem;
		padding-top: 4.375rem;
	}
	
	.md\:rem\:py-\[82px\] {
		padding-bottom: 5.125rem;
		padding-top: 5.125rem;
	}
	
	.md\:rem\:pt-\[40px\] {
		padding-top: 2.5rem;
	}
	
	.md\:rem\:pt-\[60px\] {
		padding-top: 3.75rem;
	}
	
	.md\:rem\:text-\[110px\] {
		font-size: 6.875rem;
	}
	
	.md\:rem\:text-\[14px\] {
		font-size: .875rem;
	}
	
	.md\:rem\:text-\[18px\] {
		font-size: 1.125rem;
	}
	
	.md\:rem\:text-\[20px\] {
		font-size: 1.25rem;
	}
	
	.md\:rem\:text-\[22px\] {
		font-size: 1.375rem;
	}
	
	.md\:rem\:text-\[30px\] {
		font-size: 1.875rem;
	}
	
	.md\:rem\:text-\[32px\] {
		font-size: 2rem;
	}
	
	.md\:rem\:text-\[40px\] {
		font-size: 2.5rem;
	}
}

@media (min-width:1024px) {
	.lg\:absolute {
		position: absolute;
	}
	
	.lg\:inset-0 {
		inset: 0;
	}
	
	.lg\:right-0 {
		right: 0;
	}
	
	.lg\:order-2 {
		order: 2;
	}
	
	.lg\:order-none {
		order: 0;
	}
	
	.lg\:mt-0 {
		margin-top: 0;
	}
	
	.lg\:mt-1 {
		margin-top: .25rem;
	}
	
	.lg\:mt-10 {
		margin-top: 2.5rem;
	}
	
	.lg\:mt-11 {
		margin-top: 2.75rem;
	}
	
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	
	.lg\:mt-14 {
		margin-top: 3.5rem;
	}
	
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	
	.lg\:mt-2 {
		margin-top: .5rem;
	}
	
	.lg\:mt-20 {
		margin-top: 5rem;
	}
	
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	
	.lg\:mt-28 {
		margin-top: 7rem;
	}
	
	.lg\:mt-3 {
		margin-top: .75rem;
	}
	
	.lg\:mt-32 {
		margin-top: 8rem;
	}
	
	.lg\:mt-36 {
		margin-top: 9rem;
	}
	
	.lg\:mt-4 {
		margin-top: 1rem;
	}
	
	.lg\:mt-40 {
		margin-top: 10rem;
	}
	
	.lg\:mt-44 {
		margin-top: 11rem;
	}
	
	.lg\:mt-48 {
		margin-top: 12rem;
	}
	
	.lg\:mt-5 {
		margin-top: 1.25rem;
	}
	
	.lg\:mt-52 {
		margin-top: 13rem;
	}
	
	.lg\:mt-56 {
		margin-top: 14rem;
	}
	
	.lg\:mt-6 {
		margin-top: 1.5rem;
	}
	
	.lg\:mt-60 {
		margin-top: 15rem;
	}
	
	.lg\:mt-7 {
		margin-top: 1.75rem;
	}
	
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	
	.lg\:mt-9 {
		margin-top: 2.25rem;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:flex {
		display: flex;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:h-full {
		height: 100%;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	
	.lg\:w-4\/12 {
		width: 33.333333%;
	}
	
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	
	.lg\:max-w-\[345px\] {
		max-width: 345px;
	}
	
	.lg\:max-w-full {
		max-width: 100%;
	}
	
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.lg\:flex-row {
		flex-direction: row;
	}
	
	.lg\:gap-6 {
		gap: 1.5rem;
	}
	
	.lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1.25rem * ( 1 - var(--tw-space-y-reverse) ));
		margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
	}
	
	.lg\:overflow-auto {
		overflow: auto;
	}
	
	.lg\:overflow-hidden {
		overflow: hidden;
	}
	
	.lg\:object-cover {
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.lg\:text-left {
		text-align: left;
	}
	
	.lg\:text-\[14px\] {
		font-size: 14px;
	}
	
	.lg\:rem\:right-\[193px\] {
		right: 12.0625rem;
	}
	
	.lg\:rem\:mb-\[50px\] {
		margin-bottom: 3.125rem;
	}
	
	.lg\:rem\:mb-\[80px\] {
		margin-bottom: 5rem;
	}
	
	.lg\:rem\:mt-\[-60px\] {
		margin-top: -3.75rem;
	}
	
	.lg\:rem\:mt-\[-82px\] {
		margin-top: -5.125rem;
	}
	
	.lg\:rem\:mt-\[100px\] {
		margin-top: 6.25rem;
	}
	
	.lg\:rem\:mt-\[120px\] {
		margin-top: 7.5rem;
	}
	
	.lg\:rem\:mt-\[50px\] {
		margin-top: 3.125rem;
	}
	
	.lg\:rem\:h-\[350px\] {
		height: 21.875rem;
	}
	
	.lg\:rem\:max-h-\[720px\] {
		max-height: 45rem;
	}
	
	.lg\:rem\:min-h-\[720px\] {
		min-height: 45rem;
	}
	
	.lg\:rem\:min-h-\[900px\] {
		min-height: 56.25rem;
	}
	
	.lg\:rem\:w-\[1280px\] {
		width: 80rem;
	}
	
	.lg\:rem\:min-w-\[100px\] {
		min-width: 6.25rem;
	}
	
	.lg\:rem\:min-w-\[101px\] {
		min-width: 6.3125rem;
	}
	
	.lg\:rem\:min-w-\[102px\] {
		min-width: 6.375rem;
	}
	
	.lg\:rem\:min-w-\[103px\] {
		min-width: 6.4375rem;
	}
	
	.lg\:rem\:min-w-\[104px\] {
		min-width: 6.5rem;
	}
	
	.lg\:rem\:min-w-\[105px\] {
		min-width: 6.5625rem;
	}
	
	.lg\:rem\:min-w-\[106px\] {
		min-width: 6.625rem;
	}
	
	.lg\:rem\:min-w-\[107px\] {
		min-width: 6.6875rem;
	}
	
	.lg\:rem\:min-w-\[108px\] {
		min-width: 6.75rem;
	}
	
	.lg\:rem\:min-w-\[109px\] {
		min-width: 6.8125rem;
	}
	
	.lg\:rem\:min-w-\[10px\] {
		min-width: .625rem;
	}
	
	.lg\:rem\:min-w-\[110px\] {
		min-width: 6.875rem;
	}
	
	.lg\:rem\:min-w-\[111px\] {
		min-width: 6.9375rem;
	}
	
	.lg\:rem\:min-w-\[112px\] {
		min-width: 7rem;
	}
	
	.lg\:rem\:min-w-\[113px\] {
		min-width: 7.0625rem;
	}
	
	.lg\:rem\:min-w-\[114px\] {
		min-width: 7.125rem;
	}
	
	.lg\:rem\:min-w-\[115px\] {
		min-width: 7.1875rem;
	}
	
	.lg\:rem\:min-w-\[116px\] {
		min-width: 7.25rem;
	}
	
	.lg\:rem\:min-w-\[117px\] {
		min-width: 7.3125rem;
	}
	
	.lg\:rem\:min-w-\[118px\] {
		min-width: 7.375rem;
	}
	
	.lg\:rem\:min-w-\[119px\] {
		min-width: 7.4375rem;
	}
	
	.lg\:rem\:min-w-\[11px\] {
		min-width: .6875rem;
	}
	
	.lg\:rem\:min-w-\[120px\] {
		min-width: 7.5rem;
	}
	
	.lg\:rem\:min-w-\[121px\] {
		min-width: 7.5625rem;
	}
	
	.lg\:rem\:min-w-\[122px\] {
		min-width: 7.625rem;
	}
	
	.lg\:rem\:min-w-\[123px\] {
		min-width: 7.6875rem;
	}
	
	.lg\:rem\:min-w-\[124px\] {
		min-width: 7.75rem;
	}
	
	.lg\:rem\:min-w-\[125px\] {
		min-width: 7.8125rem;
	}
	
	.lg\:rem\:min-w-\[126px\] {
		min-width: 7.875rem;
	}
	
	.lg\:rem\:min-w-\[127px\] {
		min-width: 7.9375rem;
	}
	
	.lg\:rem\:min-w-\[128px\] {
		min-width: 8rem;
	}
	
	.lg\:rem\:min-w-\[129px\] {
		min-width: 8.0625rem;
	}
	
	.lg\:rem\:min-w-\[12px\] {
		min-width: .75rem;
	}
	
	.lg\:rem\:min-w-\[130px\] {
		min-width: 8.125rem;
	}
	
	.lg\:rem\:min-w-\[131px\] {
		min-width: 8.1875rem;
	}
	
	.lg\:rem\:min-w-\[132px\] {
		min-width: 8.25rem;
	}
	
	.lg\:rem\:min-w-\[133px\] {
		min-width: 8.3125rem;
	}
	
	.lg\:rem\:min-w-\[134px\] {
		min-width: 8.375rem;
	}
	
	.lg\:rem\:min-w-\[135px\] {
		min-width: 8.4375rem;
	}
	
	.lg\:rem\:min-w-\[136px\] {
		min-width: 8.5rem;
	}
	
	.lg\:rem\:min-w-\[137px\] {
		min-width: 8.5625rem;
	}
	
	.lg\:rem\:min-w-\[138px\] {
		min-width: 8.625rem;
	}
	
	.lg\:rem\:min-w-\[139px\] {
		min-width: 8.6875rem;
	}
	
	.lg\:rem\:min-w-\[13px\] {
		min-width: .8125rem;
	}
	
	.lg\:rem\:min-w-\[140px\] {
		min-width: 8.75rem;
	}
	
	.lg\:rem\:min-w-\[141px\] {
		min-width: 8.8125rem;
	}
	
	.lg\:rem\:min-w-\[142px\] {
		min-width: 8.875rem;
	}
	
	.lg\:rem\:min-w-\[143px\] {
		min-width: 8.9375rem;
	}
	
	.lg\:rem\:min-w-\[144px\] {
		min-width: 9rem;
	}
	
	.lg\:rem\:min-w-\[145px\] {
		min-width: 9.0625rem;
	}
	
	.lg\:rem\:min-w-\[146px\] {
		min-width: 9.125rem;
	}
	
	.lg\:rem\:min-w-\[147px\] {
		min-width: 9.1875rem;
	}
	
	.lg\:rem\:min-w-\[148px\] {
		min-width: 9.25rem;
	}
	
	.lg\:rem\:min-w-\[149px\] {
		min-width: 9.3125rem;
	}
	
	.lg\:rem\:min-w-\[14px\] {
		min-width: .875rem;
	}
	
	.lg\:rem\:min-w-\[150px\] {
		min-width: 9.375rem;
	}
	
	.lg\:rem\:min-w-\[151px\] {
		min-width: 9.4375rem;
	}
	
	.lg\:rem\:min-w-\[152px\] {
		min-width: 9.5rem;
	}
	
	.lg\:rem\:min-w-\[153px\] {
		min-width: 9.5625rem;
	}
	
	.lg\:rem\:min-w-\[154px\] {
		min-width: 9.625rem;
	}
	
	.lg\:rem\:min-w-\[155px\] {
		min-width: 9.6875rem;
	}
	
	.lg\:rem\:min-w-\[156px\] {
		min-width: 9.75rem;
	}
	
	.lg\:rem\:min-w-\[157px\] {
		min-width: 9.8125rem;
	}
	
	.lg\:rem\:min-w-\[158px\] {
		min-width: 9.875rem;
	}
	
	.lg\:rem\:min-w-\[159px\] {
		min-width: 9.9375rem;
	}
	
	.lg\:rem\:min-w-\[15px\] {
		min-width: .9375rem;
	}
	
	.lg\:rem\:min-w-\[160px\] {
		min-width: 10rem;
	}
	
	.lg\:rem\:min-w-\[161px\] {
		min-width: 10.0625rem;
	}
	
	.lg\:rem\:min-w-\[162px\] {
		min-width: 10.125rem;
	}
	
	.lg\:rem\:min-w-\[163px\] {
		min-width: 10.1875rem;
	}
	
	.lg\:rem\:min-w-\[164px\] {
		min-width: 10.25rem;
	}
	
	.lg\:rem\:min-w-\[165px\] {
		min-width: 10.3125rem;
	}
	
	.lg\:rem\:min-w-\[166px\] {
		min-width: 10.375rem;
	}
	
	.lg\:rem\:min-w-\[167px\] {
		min-width: 10.4375rem;
	}
	
	.lg\:rem\:min-w-\[168px\] {
		min-width: 10.5rem;
	}
	
	.lg\:rem\:min-w-\[169px\] {
		min-width: 10.5625rem;
	}
	
	.lg\:rem\:min-w-\[16px\] {
		min-width: 1rem;
	}
	
	.lg\:rem\:min-w-\[170px\] {
		min-width: 10.625rem;
	}
	
	.lg\:rem\:min-w-\[171px\] {
		min-width: 10.6875rem;
	}
	
	.lg\:rem\:min-w-\[172px\] {
		min-width: 10.75rem;
	}
	
	.lg\:rem\:min-w-\[173px\] {
		min-width: 10.8125rem;
	}
	
	.lg\:rem\:min-w-\[174px\] {
		min-width: 10.875rem;
	}
	
	.lg\:rem\:min-w-\[175px\] {
		min-width: 10.9375rem;
	}
	
	.lg\:rem\:min-w-\[176px\] {
		min-width: 11rem;
	}
	
	.lg\:rem\:min-w-\[177px\] {
		min-width: 11.0625rem;
	}
	
	.lg\:rem\:min-w-\[178px\] {
		min-width: 11.125rem;
	}
	
	.lg\:rem\:min-w-\[179px\] {
		min-width: 11.1875rem;
	}
	
	.lg\:rem\:min-w-\[17px\] {
		min-width: 1.0625rem;
	}
	
	.lg\:rem\:min-w-\[180px\] {
		min-width: 11.25rem;
	}
	
	.lg\:rem\:min-w-\[181px\] {
		min-width: 11.3125rem;
	}
	
	.lg\:rem\:min-w-\[182px\] {
		min-width: 11.375rem;
	}
	
	.lg\:rem\:min-w-\[183px\] {
		min-width: 11.4375rem;
	}
	
	.lg\:rem\:min-w-\[184px\] {
		min-width: 11.5rem;
	}
	
	.lg\:rem\:min-w-\[185px\] {
		min-width: 11.5625rem;
	}
	
	.lg\:rem\:min-w-\[186px\] {
		min-width: 11.625rem;
	}
	
	.lg\:rem\:min-w-\[187px\] {
		min-width: 11.6875rem;
	}
	
	.lg\:rem\:min-w-\[188px\] {
		min-width: 11.75rem;
	}
	
	.lg\:rem\:min-w-\[189px\] {
		min-width: 11.8125rem;
	}
	
	.lg\:rem\:min-w-\[18px\] {
		min-width: 1.125rem;
	}
	
	.lg\:rem\:min-w-\[190px\] {
		min-width: 11.875rem;
	}
	
	.lg\:rem\:min-w-\[191px\] {
		min-width: 11.9375rem;
	}
	
	.lg\:rem\:min-w-\[192px\] {
		min-width: 12rem;
	}
	
	.lg\:rem\:min-w-\[193px\] {
		min-width: 12.0625rem;
	}
	
	.lg\:rem\:min-w-\[194px\] {
		min-width: 12.125rem;
	}
	
	.lg\:rem\:min-w-\[195px\] {
		min-width: 12.1875rem;
	}
	
	.lg\:rem\:min-w-\[196px\] {
		min-width: 12.25rem;
	}
	
	.lg\:rem\:min-w-\[197px\] {
		min-width: 12.3125rem;
	}
	
	.lg\:rem\:min-w-\[198px\] {
		min-width: 12.375rem;
	}
	
	.lg\:rem\:min-w-\[199px\] {
		min-width: 12.4375rem;
	}
	
	.lg\:rem\:min-w-\[19px\] {
		min-width: 1.1875rem;
	}
	
	.lg\:rem\:min-w-\[1px\] {
		min-width: .0625rem;
	}
	
	.lg\:rem\:min-w-\[200px\] {
		min-width: 12.5rem;
	}
	
	.lg\:rem\:min-w-\[201px\] {
		min-width: 12.5625rem;
	}
	
	.lg\:rem\:min-w-\[202px\] {
		min-width: 12.625rem;
	}
	
	.lg\:rem\:min-w-\[203px\] {
		min-width: 12.6875rem;
	}
	
	.lg\:rem\:min-w-\[204px\] {
		min-width: 12.75rem;
	}
	
	.lg\:rem\:min-w-\[205px\] {
		min-width: 12.8125rem;
	}
	
	.lg\:rem\:min-w-\[206px\] {
		min-width: 12.875rem;
	}
	
	.lg\:rem\:min-w-\[207px\] {
		min-width: 12.9375rem;
	}
	
	.lg\:rem\:min-w-\[208px\] {
		min-width: 13rem;
	}
	
	.lg\:rem\:min-w-\[209px\] {
		min-width: 13.0625rem;
	}
	
	.lg\:rem\:min-w-\[20px\] {
		min-width: 1.25rem;
	}
	
	.lg\:rem\:min-w-\[210px\] {
		min-width: 13.125rem;
	}
	
	.lg\:rem\:min-w-\[211px\] {
		min-width: 13.1875rem;
	}
	
	.lg\:rem\:min-w-\[212px\] {
		min-width: 13.25rem;
	}
	
	.lg\:rem\:min-w-\[213px\] {
		min-width: 13.3125rem;
	}
	
	.lg\:rem\:min-w-\[214px\] {
		min-width: 13.375rem;
	}
	
	.lg\:rem\:min-w-\[215px\] {
		min-width: 13.4375rem;
	}
	
	.lg\:rem\:min-w-\[216px\] {
		min-width: 13.5rem;
	}
	
	.lg\:rem\:min-w-\[217px\] {
		min-width: 13.5625rem;
	}
	
	.lg\:rem\:min-w-\[218px\] {
		min-width: 13.625rem;
	}
	
	.lg\:rem\:min-w-\[219px\] {
		min-width: 13.6875rem;
	}
	
	.lg\:rem\:min-w-\[21px\] {
		min-width: 1.3125rem;
	}
	
	.lg\:rem\:min-w-\[220px\] {
		min-width: 13.75rem;
	}
	
	.lg\:rem\:min-w-\[221px\] {
		min-width: 13.8125rem;
	}
	
	.lg\:rem\:min-w-\[222px\] {
		min-width: 13.875rem;
	}
	
	.lg\:rem\:min-w-\[223px\] {
		min-width: 13.9375rem;
	}
	
	.lg\:rem\:min-w-\[224px\] {
		min-width: 14rem;
	}
	
	.lg\:rem\:min-w-\[225px\] {
		min-width: 14.0625rem;
	}
	
	.lg\:rem\:min-w-\[226px\] {
		min-width: 14.125rem;
	}
	
	.lg\:rem\:min-w-\[227px\] {
		min-width: 14.1875rem;
	}
	
	.lg\:rem\:min-w-\[228px\] {
		min-width: 14.25rem;
	}
	
	.lg\:rem\:min-w-\[229px\] {
		min-width: 14.3125rem;
	}
	
	.lg\:rem\:min-w-\[22px\] {
		min-width: 1.375rem;
	}
	
	.lg\:rem\:min-w-\[230px\] {
		min-width: 14.375rem;
	}
	
	.lg\:rem\:min-w-\[231px\] {
		min-width: 14.4375rem;
	}
	
	.lg\:rem\:min-w-\[232px\] {
		min-width: 14.5rem;
	}
	
	.lg\:rem\:min-w-\[233px\] {
		min-width: 14.5625rem;
	}
	
	.lg\:rem\:min-w-\[234px\] {
		min-width: 14.625rem;
	}
	
	.lg\:rem\:min-w-\[235px\] {
		min-width: 14.6875rem;
	}
	
	.lg\:rem\:min-w-\[236px\] {
		min-width: 14.75rem;
	}
	
	.lg\:rem\:min-w-\[237px\] {
		min-width: 14.8125rem;
	}
	
	.lg\:rem\:min-w-\[238px\] {
		min-width: 14.875rem;
	}
	
	.lg\:rem\:min-w-\[239px\] {
		min-width: 14.9375rem;
	}
	
	.lg\:rem\:min-w-\[23px\] {
		min-width: 1.4375rem;
	}
	
	.lg\:rem\:min-w-\[240px\] {
		min-width: 15rem;
	}
	
	.lg\:rem\:min-w-\[241px\] {
		min-width: 15.0625rem;
	}
	
	.lg\:rem\:min-w-\[242px\] {
		min-width: 15.125rem;
	}
	
	.lg\:rem\:min-w-\[243px\] {
		min-width: 15.1875rem;
	}
	
	.lg\:rem\:min-w-\[244px\] {
		min-width: 15.25rem;
	}
	
	.lg\:rem\:min-w-\[245px\] {
		min-width: 15.3125rem;
	}
	
	.lg\:rem\:min-w-\[246px\] {
		min-width: 15.375rem;
	}
	
	.lg\:rem\:min-w-\[247px\] {
		min-width: 15.4375rem;
	}
	
	.lg\:rem\:min-w-\[248px\] {
		min-width: 15.5rem;
	}
	
	.lg\:rem\:min-w-\[249px\] {
		min-width: 15.5625rem;
	}
	
	.lg\:rem\:min-w-\[24px\] {
		min-width: 1.5rem;
	}
	
	.lg\:rem\:min-w-\[250px\] {
		min-width: 15.625rem;
	}
	
	.lg\:rem\:min-w-\[251px\] {
		min-width: 15.6875rem;
	}
	
	.lg\:rem\:min-w-\[252px\] {
		min-width: 15.75rem;
	}
	
	.lg\:rem\:min-w-\[253px\] {
		min-width: 15.8125rem;
	}
	
	.lg\:rem\:min-w-\[254px\] {
		min-width: 15.875rem;
	}
	
	.lg\:rem\:min-w-\[255px\] {
		min-width: 15.9375rem;
	}
	
	.lg\:rem\:min-w-\[256px\] {
		min-width: 16rem;
	}
	
	.lg\:rem\:min-w-\[257px\] {
		min-width: 16.0625rem;
	}
	
	.lg\:rem\:min-w-\[258px\] {
		min-width: 16.125rem;
	}
	
	.lg\:rem\:min-w-\[259px\] {
		min-width: 16.1875rem;
	}
	
	.lg\:rem\:min-w-\[25px\] {
		min-width: 1.5625rem;
	}
	
	.lg\:rem\:min-w-\[260px\] {
		min-width: 16.25rem;
	}
	
	.lg\:rem\:min-w-\[261px\] {
		min-width: 16.3125rem;
	}
	
	.lg\:rem\:min-w-\[262px\] {
		min-width: 16.375rem;
	}
	
	.lg\:rem\:min-w-\[263px\] {
		min-width: 16.4375rem;
	}
	
	.lg\:rem\:min-w-\[264px\] {
		min-width: 16.5rem;
	}
	
	.lg\:rem\:min-w-\[265px\] {
		min-width: 16.5625rem;
	}
	
	.lg\:rem\:min-w-\[266px\] {
		min-width: 16.625rem;
	}
	
	.lg\:rem\:min-w-\[267px\] {
		min-width: 16.6875rem;
	}
	
	.lg\:rem\:min-w-\[268px\] {
		min-width: 16.75rem;
	}
	
	.lg\:rem\:min-w-\[269px\] {
		min-width: 16.8125rem;
	}
	
	.lg\:rem\:min-w-\[26px\] {
		min-width: 1.625rem;
	}
	
	.lg\:rem\:min-w-\[270px\] {
		min-width: 16.875rem;
	}
	
	.lg\:rem\:min-w-\[271px\] {
		min-width: 16.9375rem;
	}
	
	.lg\:rem\:min-w-\[272px\] {
		min-width: 17rem;
	}
	
	.lg\:rem\:min-w-\[273px\] {
		min-width: 17.0625rem;
	}
	
	.lg\:rem\:min-w-\[274px\] {
		min-width: 17.125rem;
	}
	
	.lg\:rem\:min-w-\[275px\] {
		min-width: 17.1875rem;
	}
	
	.lg\:rem\:min-w-\[276px\] {
		min-width: 17.25rem;
	}
	
	.lg\:rem\:min-w-\[277px\] {
		min-width: 17.3125rem;
	}
	
	.lg\:rem\:min-w-\[278px\] {
		min-width: 17.375rem;
	}
	
	.lg\:rem\:min-w-\[279px\] {
		min-width: 17.4375rem;
	}
	
	.lg\:rem\:min-w-\[27px\] {
		min-width: 1.6875rem;
	}
	
	.lg\:rem\:min-w-\[280px\] {
		min-width: 17.5rem;
	}
	
	.lg\:rem\:min-w-\[281px\] {
		min-width: 17.5625rem;
	}
	
	.lg\:rem\:min-w-\[282px\] {
		min-width: 17.625rem;
	}
	
	.lg\:rem\:min-w-\[283px\] {
		min-width: 17.6875rem;
	}
	
	.lg\:rem\:min-w-\[284px\] {
		min-width: 17.75rem;
	}
	
	.lg\:rem\:min-w-\[285px\] {
		min-width: 17.8125rem;
	}
	
	.lg\:rem\:min-w-\[286px\] {
		min-width: 17.875rem;
	}
	
	.lg\:rem\:min-w-\[287px\] {
		min-width: 17.9375rem;
	}
	
	.lg\:rem\:min-w-\[288px\] {
		min-width: 18rem;
	}
	
	.lg\:rem\:min-w-\[289px\] {
		min-width: 18.0625rem;
	}
	
	.lg\:rem\:min-w-\[28px\] {
		min-width: 1.75rem;
	}
	
	.lg\:rem\:min-w-\[290px\] {
		min-width: 18.125rem;
	}
	
	.lg\:rem\:min-w-\[291px\] {
		min-width: 18.1875rem;
	}
	
	.lg\:rem\:min-w-\[292px\] {
		min-width: 18.25rem;
	}
	
	.lg\:rem\:min-w-\[293px\] {
		min-width: 18.3125rem;
	}
	
	.lg\:rem\:min-w-\[294px\] {
		min-width: 18.375rem;
	}
	
	.lg\:rem\:min-w-\[295px\] {
		min-width: 18.4375rem;
	}
	
	.lg\:rem\:min-w-\[296px\] {
		min-width: 18.5rem;
	}
	
	.lg\:rem\:min-w-\[297px\] {
		min-width: 18.5625rem;
	}
	
	.lg\:rem\:min-w-\[298px\] {
		min-width: 18.625rem;
	}
	
	.lg\:rem\:min-w-\[299px\] {
		min-width: 18.6875rem;
	}
	
	.lg\:rem\:min-w-\[29px\] {
		min-width: 1.8125rem;
	}
	
	.lg\:rem\:min-w-\[2px\] {
		min-width: .125rem;
	}
	
	.lg\:rem\:min-w-\[300px\] {
		min-width: 18.75rem;
	}
	
	.lg\:rem\:min-w-\[301px\] {
		min-width: 18.8125rem;
	}
	
	.lg\:rem\:min-w-\[302px\] {
		min-width: 18.875rem;
	}
	
	.lg\:rem\:min-w-\[303px\] {
		min-width: 18.9375rem;
	}
	
	.lg\:rem\:min-w-\[304px\] {
		min-width: 19rem;
	}
	
	.lg\:rem\:min-w-\[305px\] {
		min-width: 19.0625rem;
	}
	
	.lg\:rem\:min-w-\[306px\] {
		min-width: 19.125rem;
	}
	
	.lg\:rem\:min-w-\[307px\] {
		min-width: 19.1875rem;
	}
	
	.lg\:rem\:min-w-\[308px\] {
		min-width: 19.25rem;
	}
	
	.lg\:rem\:min-w-\[309px\] {
		min-width: 19.3125rem;
	}
	
	.lg\:rem\:min-w-\[30px\] {
		min-width: 1.875rem;
	}
	
	.lg\:rem\:min-w-\[310px\] {
		min-width: 19.375rem;
	}
	
	.lg\:rem\:min-w-\[311px\] {
		min-width: 19.4375rem;
	}
	
	.lg\:rem\:min-w-\[312px\] {
		min-width: 19.5rem;
	}
	
	.lg\:rem\:min-w-\[313px\] {
		min-width: 19.5625rem;
	}
	
	.lg\:rem\:min-w-\[314px\] {
		min-width: 19.625rem;
	}
	
	.lg\:rem\:min-w-\[315px\] {
		min-width: 19.6875rem;
	}
	
	.lg\:rem\:min-w-\[316px\] {
		min-width: 19.75rem;
	}
	
	.lg\:rem\:min-w-\[317px\] {
		min-width: 19.8125rem;
	}
	
	.lg\:rem\:min-w-\[318px\] {
		min-width: 19.875rem;
	}
	
	.lg\:rem\:min-w-\[319px\] {
		min-width: 19.9375rem;
	}
	
	.lg\:rem\:min-w-\[31px\] {
		min-width: 1.9375rem;
	}
	
	.lg\:rem\:min-w-\[320px\] {
		min-width: 20rem;
	}
	
	.lg\:rem\:min-w-\[321px\] {
		min-width: 20.0625rem;
	}
	
	.lg\:rem\:min-w-\[322px\] {
		min-width: 20.125rem;
	}
	
	.lg\:rem\:min-w-\[323px\] {
		min-width: 20.1875rem;
	}
	
	.lg\:rem\:min-w-\[324px\] {
		min-width: 20.25rem;
	}
	
	.lg\:rem\:min-w-\[325px\] {
		min-width: 20.3125rem;
	}
	
	.lg\:rem\:min-w-\[326px\] {
		min-width: 20.375rem;
	}
	
	.lg\:rem\:min-w-\[327px\] {
		min-width: 20.4375rem;
	}
	
	.lg\:rem\:min-w-\[328px\] {
		min-width: 20.5rem;
	}
	
	.lg\:rem\:min-w-\[329px\] {
		min-width: 20.5625rem;
	}
	
	.lg\:rem\:min-w-\[32px\] {
		min-width: 2rem;
	}
	
	.lg\:rem\:min-w-\[330px\] {
		min-width: 20.625rem;
	}
	
	.lg\:rem\:min-w-\[331px\] {
		min-width: 20.6875rem;
	}
	
	.lg\:rem\:min-w-\[332px\] {
		min-width: 20.75rem;
	}
	
	.lg\:rem\:min-w-\[333px\] {
		min-width: 20.8125rem;
	}
	
	.lg\:rem\:min-w-\[334px\] {
		min-width: 20.875rem;
	}
	
	.lg\:rem\:min-w-\[335px\] {
		min-width: 20.9375rem;
	}
	
	.lg\:rem\:min-w-\[336px\] {
		min-width: 21rem;
	}
	
	.lg\:rem\:min-w-\[337px\] {
		min-width: 21.0625rem;
	}
	
	.lg\:rem\:min-w-\[338px\] {
		min-width: 21.125rem;
	}
	
	.lg\:rem\:min-w-\[339px\] {
		min-width: 21.1875rem;
	}
	
	.lg\:rem\:min-w-\[33px\] {
		min-width: 2.0625rem;
	}
	
	.lg\:rem\:min-w-\[340px\] {
		min-width: 21.25rem;
	}
	
	.lg\:rem\:min-w-\[341px\] {
		min-width: 21.3125rem;
	}
	
	.lg\:rem\:min-w-\[342px\] {
		min-width: 21.375rem;
	}
	
	.lg\:rem\:min-w-\[343px\] {
		min-width: 21.4375rem;
	}
	
	.lg\:rem\:min-w-\[344px\] {
		min-width: 21.5rem;
	}
	
	.lg\:rem\:min-w-\[345px\] {
		min-width: 21.5625rem;
	}
	
	.lg\:rem\:min-w-\[346px\] {
		min-width: 21.625rem;
	}
	
	.lg\:rem\:min-w-\[347px\] {
		min-width: 21.6875rem;
	}
	
	.lg\:rem\:min-w-\[348px\] {
		min-width: 21.75rem;
	}
	
	.lg\:rem\:min-w-\[349px\] {
		min-width: 21.8125rem;
	}
	
	.lg\:rem\:min-w-\[34px\] {
		min-width: 2.125rem;
	}
	
	.lg\:rem\:min-w-\[350px\] {
		min-width: 21.875rem;
	}
	
	.lg\:rem\:min-w-\[351px\] {
		min-width: 21.9375rem;
	}
	
	.lg\:rem\:min-w-\[352px\] {
		min-width: 22rem;
	}
	
	.lg\:rem\:min-w-\[353px\] {
		min-width: 22.0625rem;
	}
	
	.lg\:rem\:min-w-\[354px\] {
		min-width: 22.125rem;
	}
	
	.lg\:rem\:min-w-\[355px\] {
		min-width: 22.1875rem;
	}
	
	.lg\:rem\:min-w-\[356px\] {
		min-width: 22.25rem;
	}
	
	.lg\:rem\:min-w-\[357px\] {
		min-width: 22.3125rem;
	}
	
	.lg\:rem\:min-w-\[358px\] {
		min-width: 22.375rem;
	}
	
	.lg\:rem\:min-w-\[359px\] {
		min-width: 22.4375rem;
	}
	
	.lg\:rem\:min-w-\[35px\] {
		min-width: 2.1875rem;
	}
	
	.lg\:rem\:min-w-\[360px\] {
		min-width: 22.5rem;
	}
	
	.lg\:rem\:min-w-\[361px\] {
		min-width: 22.5625rem;
	}
	
	.lg\:rem\:min-w-\[362px\] {
		min-width: 22.625rem;
	}
	
	.lg\:rem\:min-w-\[363px\] {
		min-width: 22.6875rem;
	}
	
	.lg\:rem\:min-w-\[364px\] {
		min-width: 22.75rem;
	}
	
	.lg\:rem\:min-w-\[365px\] {
		min-width: 22.8125rem;
	}
	
	.lg\:rem\:min-w-\[366px\] {
		min-width: 22.875rem;
	}
	
	.lg\:rem\:min-w-\[367px\] {
		min-width: 22.9375rem;
	}
	
	.lg\:rem\:min-w-\[368px\] {
		min-width: 23rem;
	}
	
	.lg\:rem\:min-w-\[369px\] {
		min-width: 23.0625rem;
	}
	
	.lg\:rem\:min-w-\[36px\] {
		min-width: 2.25rem;
	}
	
	.lg\:rem\:min-w-\[370px\] {
		min-width: 23.125rem;
	}
	
	.lg\:rem\:min-w-\[371px\] {
		min-width: 23.1875rem;
	}
	
	.lg\:rem\:min-w-\[372px\] {
		min-width: 23.25rem;
	}
	
	.lg\:rem\:min-w-\[373px\] {
		min-width: 23.3125rem;
	}
	
	.lg\:rem\:min-w-\[374px\] {
		min-width: 23.375rem;
	}
	
	.lg\:rem\:min-w-\[375px\] {
		min-width: 23.4375rem;
	}
	
	.lg\:rem\:min-w-\[376px\] {
		min-width: 23.5rem;
	}
	
	.lg\:rem\:min-w-\[377px\] {
		min-width: 23.5625rem;
	}
	
	.lg\:rem\:min-w-\[378px\] {
		min-width: 23.625rem;
	}
	
	.lg\:rem\:min-w-\[379px\] {
		min-width: 23.6875rem;
	}
	
	.lg\:rem\:min-w-\[37px\] {
		min-width: 2.3125rem;
	}
	
	.lg\:rem\:min-w-\[380px\] {
		min-width: 23.75rem;
	}
	
	.lg\:rem\:min-w-\[381px\] {
		min-width: 23.8125rem;
	}
	
	.lg\:rem\:min-w-\[382px\] {
		min-width: 23.875rem;
	}
	
	.lg\:rem\:min-w-\[383px\] {
		min-width: 23.9375rem;
	}
	
	.lg\:rem\:min-w-\[384px\] {
		min-width: 24rem;
	}
	
	.lg\:rem\:min-w-\[385px\] {
		min-width: 24.0625rem;
	}
	
	.lg\:rem\:min-w-\[386px\] {
		min-width: 24.125rem;
	}
	
	.lg\:rem\:min-w-\[387px\] {
		min-width: 24.1875rem;
	}
	
	.lg\:rem\:min-w-\[388px\] {
		min-width: 24.25rem;
	}
	
	.lg\:rem\:min-w-\[389px\] {
		min-width: 24.3125rem;
	}
	
	.lg\:rem\:min-w-\[38px\] {
		min-width: 2.375rem;
	}
	
	.lg\:rem\:min-w-\[390px\] {
		min-width: 24.375rem;
	}
	
	.lg\:rem\:min-w-\[391px\] {
		min-width: 24.4375rem;
	}
	
	.lg\:rem\:min-w-\[392px\] {
		min-width: 24.5rem;
	}
	
	.lg\:rem\:min-w-\[393px\] {
		min-width: 24.5625rem;
	}
	
	.lg\:rem\:min-w-\[394px\] {
		min-width: 24.625rem;
	}
	
	.lg\:rem\:min-w-\[395px\] {
		min-width: 24.6875rem;
	}
	
	.lg\:rem\:min-w-\[396px\] {
		min-width: 24.75rem;
	}
	
	.lg\:rem\:min-w-\[397px\] {
		min-width: 24.8125rem;
	}
	
	.lg\:rem\:min-w-\[398px\] {
		min-width: 24.875rem;
	}
	
	.lg\:rem\:min-w-\[399px\] {
		min-width: 24.9375rem;
	}
	
	.lg\:rem\:min-w-\[39px\] {
		min-width: 2.4375rem;
	}
	
	.lg\:rem\:min-w-\[3px\] {
		min-width: .1875rem;
	}
	
	.lg\:rem\:min-w-\[400px\] {
		min-width: 25rem;
	}
	
	.lg\:rem\:min-w-\[401px\] {
		min-width: 25.0625rem;
	}
	
	.lg\:rem\:min-w-\[402px\] {
		min-width: 25.125rem;
	}
	
	.lg\:rem\:min-w-\[403px\] {
		min-width: 25.1875rem;
	}
	
	.lg\:rem\:min-w-\[404px\] {
		min-width: 25.25rem;
	}
	
	.lg\:rem\:min-w-\[405px\] {
		min-width: 25.3125rem;
	}
	
	.lg\:rem\:min-w-\[406px\] {
		min-width: 25.375rem;
	}
	
	.lg\:rem\:min-w-\[407px\] {
		min-width: 25.4375rem;
	}
	
	.lg\:rem\:min-w-\[408px\] {
		min-width: 25.5rem;
	}
	
	.lg\:rem\:min-w-\[409px\] {
		min-width: 25.5625rem;
	}
	
	.lg\:rem\:min-w-\[40px\] {
		min-width: 2.5rem;
	}
	
	.lg\:rem\:min-w-\[410px\] {
		min-width: 25.625rem;
	}
	
	.lg\:rem\:min-w-\[411px\] {
		min-width: 25.6875rem;
	}
	
	.lg\:rem\:min-w-\[412px\] {
		min-width: 25.75rem;
	}
	
	.lg\:rem\:min-w-\[413px\] {
		min-width: 25.8125rem;
	}
	
	.lg\:rem\:min-w-\[414px\] {
		min-width: 25.875rem;
	}
	
	.lg\:rem\:min-w-\[415px\] {
		min-width: 25.9375rem;
	}
	
	.lg\:rem\:min-w-\[416px\] {
		min-width: 26rem;
	}
	
	.lg\:rem\:min-w-\[417px\] {
		min-width: 26.0625rem;
	}
	
	.lg\:rem\:min-w-\[418px\] {
		min-width: 26.125rem;
	}
	
	.lg\:rem\:min-w-\[419px\] {
		min-width: 26.1875rem;
	}
	
	.lg\:rem\:min-w-\[41px\] {
		min-width: 2.5625rem;
	}
	
	.lg\:rem\:min-w-\[420px\] {
		min-width: 26.25rem;
	}
	
	.lg\:rem\:min-w-\[421px\] {
		min-width: 26.3125rem;
	}
	
	.lg\:rem\:min-w-\[422px\] {
		min-width: 26.375rem;
	}
	
	.lg\:rem\:min-w-\[423px\] {
		min-width: 26.4375rem;
	}
	
	.lg\:rem\:min-w-\[424px\] {
		min-width: 26.5rem;
	}
	
	.lg\:rem\:min-w-\[425px\] {
		min-width: 26.5625rem;
	}
	
	.lg\:rem\:min-w-\[426px\] {
		min-width: 26.625rem;
	}
	
	.lg\:rem\:min-w-\[427px\] {
		min-width: 26.6875rem;
	}
	
	.lg\:rem\:min-w-\[428px\] {
		min-width: 26.75rem;
	}
	
	.lg\:rem\:min-w-\[429px\] {
		min-width: 26.8125rem;
	}
	
	.lg\:rem\:min-w-\[42px\] {
		min-width: 2.625rem;
	}
	
	.lg\:rem\:min-w-\[430px\] {
		min-width: 26.875rem;
	}
	
	.lg\:rem\:min-w-\[431px\] {
		min-width: 26.9375rem;
	}
	
	.lg\:rem\:min-w-\[432px\] {
		min-width: 27rem;
	}
	
	.lg\:rem\:min-w-\[433px\] {
		min-width: 27.0625rem;
	}
	
	.lg\:rem\:min-w-\[434px\] {
		min-width: 27.125rem;
	}
	
	.lg\:rem\:min-w-\[435px\] {
		min-width: 27.1875rem;
	}
	
	.lg\:rem\:min-w-\[436px\] {
		min-width: 27.25rem;
	}
	
	.lg\:rem\:min-w-\[437px\] {
		min-width: 27.3125rem;
	}
	
	.lg\:rem\:min-w-\[438px\] {
		min-width: 27.375rem;
	}
	
	.lg\:rem\:min-w-\[439px\] {
		min-width: 27.4375rem;
	}
	
	.lg\:rem\:min-w-\[43px\] {
		min-width: 2.6875rem;
	}
	
	.lg\:rem\:min-w-\[440px\] {
		min-width: 27.5rem;
	}
	
	.lg\:rem\:min-w-\[441px\] {
		min-width: 27.5625rem;
	}
	
	.lg\:rem\:min-w-\[442px\] {
		min-width: 27.625rem;
	}
	
	.lg\:rem\:min-w-\[443px\] {
		min-width: 27.6875rem;
	}
	
	.lg\:rem\:min-w-\[444px\] {
		min-width: 27.75rem;
	}
	
	.lg\:rem\:min-w-\[445px\] {
		min-width: 27.8125rem;
	}
	
	.lg\:rem\:min-w-\[446px\] {
		min-width: 27.875rem;
	}
	
	.lg\:rem\:min-w-\[447px\] {
		min-width: 27.9375rem;
	}
	
	.lg\:rem\:min-w-\[448px\] {
		min-width: 28rem;
	}
	
	.lg\:rem\:min-w-\[449px\] {
		min-width: 28.0625rem;
	}
	
	.lg\:rem\:min-w-\[44px\] {
		min-width: 2.75rem;
	}
	
	.lg\:rem\:min-w-\[450px\] {
		min-width: 28.125rem;
	}
	
	.lg\:rem\:min-w-\[451px\] {
		min-width: 28.1875rem;
	}
	
	.lg\:rem\:min-w-\[452px\] {
		min-width: 28.25rem;
	}
	
	.lg\:rem\:min-w-\[453px\] {
		min-width: 28.3125rem;
	}
	
	.lg\:rem\:min-w-\[454px\] {
		min-width: 28.375rem;
	}
	
	.lg\:rem\:min-w-\[455px\] {
		min-width: 28.4375rem;
	}
	
	.lg\:rem\:min-w-\[456px\] {
		min-width: 28.5rem;
	}
	
	.lg\:rem\:min-w-\[457px\] {
		min-width: 28.5625rem;
	}
	
	.lg\:rem\:min-w-\[458px\] {
		min-width: 28.625rem;
	}
	
	.lg\:rem\:min-w-\[459px\] {
		min-width: 28.6875rem;
	}
	
	.lg\:rem\:min-w-\[45px\] {
		min-width: 2.8125rem;
	}
	
	.lg\:rem\:min-w-\[460px\] {
		min-width: 28.75rem;
	}
	
	.lg\:rem\:min-w-\[461px\] {
		min-width: 28.8125rem;
	}
	
	.lg\:rem\:min-w-\[462px\] {
		min-width: 28.875rem;
	}
	
	.lg\:rem\:min-w-\[463px\] {
		min-width: 28.9375rem;
	}
	
	.lg\:rem\:min-w-\[464px\] {
		min-width: 29rem;
	}
	
	.lg\:rem\:min-w-\[465px\] {
		min-width: 29.0625rem;
	}
	
	.lg\:rem\:min-w-\[466px\] {
		min-width: 29.125rem;
	}
	
	.lg\:rem\:min-w-\[467px\] {
		min-width: 29.1875rem;
	}
	
	.lg\:rem\:min-w-\[468px\] {
		min-width: 29.25rem;
	}
	
	.lg\:rem\:min-w-\[469px\] {
		min-width: 29.3125rem;
	}
	
	.lg\:rem\:min-w-\[46px\] {
		min-width: 2.875rem;
	}
	
	.lg\:rem\:min-w-\[470px\] {
		min-width: 29.375rem;
	}
	
	.lg\:rem\:min-w-\[471px\] {
		min-width: 29.4375rem;
	}
	
	.lg\:rem\:min-w-\[472px\] {
		min-width: 29.5rem;
	}
	
	.lg\:rem\:min-w-\[473px\] {
		min-width: 29.5625rem;
	}
	
	.lg\:rem\:min-w-\[474px\] {
		min-width: 29.625rem;
	}
	
	.lg\:rem\:min-w-\[475px\] {
		min-width: 29.6875rem;
	}
	
	.lg\:rem\:min-w-\[476px\] {
		min-width: 29.75rem;
	}
	
	.lg\:rem\:min-w-\[477px\] {
		min-width: 29.8125rem;
	}
	
	.lg\:rem\:min-w-\[478px\] {
		min-width: 29.875rem;
	}
	
	.lg\:rem\:min-w-\[479px\] {
		min-width: 29.9375rem;
	}
	
	.lg\:rem\:min-w-\[47px\] {
		min-width: 2.9375rem;
	}
	
	.lg\:rem\:min-w-\[480px\] {
		min-width: 30rem;
	}
	
	.lg\:rem\:min-w-\[481px\] {
		min-width: 30.0625rem;
	}
	
	.lg\:rem\:min-w-\[482px\] {
		min-width: 30.125rem;
	}
	
	.lg\:rem\:min-w-\[483px\] {
		min-width: 30.1875rem;
	}
	
	.lg\:rem\:min-w-\[484px\] {
		min-width: 30.25rem;
	}
	
	.lg\:rem\:min-w-\[485px\] {
		min-width: 30.3125rem;
	}
	
	.lg\:rem\:min-w-\[486px\] {
		min-width: 30.375rem;
	}
	
	.lg\:rem\:min-w-\[487px\] {
		min-width: 30.4375rem;
	}
	
	.lg\:rem\:min-w-\[488px\] {
		min-width: 30.5rem;
	}
	
	.lg\:rem\:min-w-\[489px\] {
		min-width: 30.5625rem;
	}
	
	.lg\:rem\:min-w-\[48px\] {
		min-width: 3rem;
	}
	
	.lg\:rem\:min-w-\[490px\] {
		min-width: 30.625rem;
	}
	
	.lg\:rem\:min-w-\[491px\] {
		min-width: 30.6875rem;
	}
	
	.lg\:rem\:min-w-\[492px\] {
		min-width: 30.75rem;
	}
	
	.lg\:rem\:min-w-\[493px\] {
		min-width: 30.8125rem;
	}
	
	.lg\:rem\:min-w-\[494px\] {
		min-width: 30.875rem;
	}
	
	.lg\:rem\:min-w-\[495px\] {
		min-width: 30.9375rem;
	}
	
	.lg\:rem\:min-w-\[496px\] {
		min-width: 31rem;
	}
	
	.lg\:rem\:min-w-\[497px\] {
		min-width: 31.0625rem;
	}
	
	.lg\:rem\:min-w-\[498px\] {
		min-width: 31.125rem;
	}
	
	.lg\:rem\:min-w-\[499px\] {
		min-width: 31.1875rem;
	}
	
	.lg\:rem\:min-w-\[49px\] {
		min-width: 3.0625rem;
	}
	
	.lg\:rem\:min-w-\[4px\] {
		min-width: .25rem;
	}
	
	.lg\:rem\:min-w-\[500px\] {
		min-width: 31.25rem;
	}
	
	.lg\:rem\:min-w-\[501px\] {
		min-width: 31.3125rem;
	}
	
	.lg\:rem\:min-w-\[502px\] {
		min-width: 31.375rem;
	}
	
	.lg\:rem\:min-w-\[503px\] {
		min-width: 31.4375rem;
	}
	
	.lg\:rem\:min-w-\[504px\] {
		min-width: 31.5rem;
	}
	
	.lg\:rem\:min-w-\[505px\] {
		min-width: 31.5625rem;
	}
	
	.lg\:rem\:min-w-\[506px\] {
		min-width: 31.625rem;
	}
	
	.lg\:rem\:min-w-\[507px\] {
		min-width: 31.6875rem;
	}
	
	.lg\:rem\:min-w-\[508px\] {
		min-width: 31.75rem;
	}
	
	.lg\:rem\:min-w-\[509px\] {
		min-width: 31.8125rem;
	}
	
	.lg\:rem\:min-w-\[50px\] {
		min-width: 3.125rem;
	}
	
	.lg\:rem\:min-w-\[510px\] {
		min-width: 31.875rem;
	}
	
	.lg\:rem\:min-w-\[511px\] {
		min-width: 31.9375rem;
	}
	
	.lg\:rem\:min-w-\[512px\] {
		min-width: 32rem;
	}
	
	.lg\:rem\:min-w-\[513px\] {
		min-width: 32.0625rem;
	}
	
	.lg\:rem\:min-w-\[514px\] {
		min-width: 32.125rem;
	}
	
	.lg\:rem\:min-w-\[515px\] {
		min-width: 32.1875rem;
	}
	
	.lg\:rem\:min-w-\[516px\] {
		min-width: 32.25rem;
	}
	
	.lg\:rem\:min-w-\[517px\] {
		min-width: 32.3125rem;
	}
	
	.lg\:rem\:min-w-\[518px\] {
		min-width: 32.375rem;
	}
	
	.lg\:rem\:min-w-\[519px\] {
		min-width: 32.4375rem;
	}
	
	.lg\:rem\:min-w-\[51px\] {
		min-width: 3.1875rem;
	}
	
	.lg\:rem\:min-w-\[520px\] {
		min-width: 32.5rem;
	}
	
	.lg\:rem\:min-w-\[521px\] {
		min-width: 32.5625rem;
	}
	
	.lg\:rem\:min-w-\[522px\] {
		min-width: 32.625rem;
	}
	
	.lg\:rem\:min-w-\[523px\] {
		min-width: 32.6875rem;
	}
	
	.lg\:rem\:min-w-\[524px\] {
		min-width: 32.75rem;
	}
	
	.lg\:rem\:min-w-\[525px\] {
		min-width: 32.8125rem;
	}
	
	.lg\:rem\:min-w-\[526px\] {
		min-width: 32.875rem;
	}
	
	.lg\:rem\:min-w-\[527px\] {
		min-width: 32.9375rem;
	}
	
	.lg\:rem\:min-w-\[528px\] {
		min-width: 33rem;
	}
	
	.lg\:rem\:min-w-\[529px\] {
		min-width: 33.0625rem;
	}
	
	.lg\:rem\:min-w-\[52px\] {
		min-width: 3.25rem;
	}
	
	.lg\:rem\:min-w-\[530px\] {
		min-width: 33.125rem;
	}
	
	.lg\:rem\:min-w-\[531px\] {
		min-width: 33.1875rem;
	}
	
	.lg\:rem\:min-w-\[532px\] {
		min-width: 33.25rem;
	}
	
	.lg\:rem\:min-w-\[533px\] {
		min-width: 33.3125rem;
	}
	
	.lg\:rem\:min-w-\[534px\] {
		min-width: 33.375rem;
	}
	
	.lg\:rem\:min-w-\[535px\] {
		min-width: 33.4375rem;
	}
	
	.lg\:rem\:min-w-\[536px\] {
		min-width: 33.5rem;
	}
	
	.lg\:rem\:min-w-\[537px\] {
		min-width: 33.5625rem;
	}
	
	.lg\:rem\:min-w-\[538px\] {
		min-width: 33.625rem;
	}
	
	.lg\:rem\:min-w-\[539px\] {
		min-width: 33.6875rem;
	}
	
	.lg\:rem\:min-w-\[53px\] {
		min-width: 3.3125rem;
	}
	
	.lg\:rem\:min-w-\[540px\] {
		min-width: 33.75rem;
	}
	
	.lg\:rem\:min-w-\[541px\] {
		min-width: 33.8125rem;
	}
	
	.lg\:rem\:min-w-\[542px\] {
		min-width: 33.875rem;
	}
	
	.lg\:rem\:min-w-\[543px\] {
		min-width: 33.9375rem;
	}
	
	.lg\:rem\:min-w-\[544px\] {
		min-width: 34rem;
	}
	
	.lg\:rem\:min-w-\[545px\] {
		min-width: 34.0625rem;
	}
	
	.lg\:rem\:min-w-\[546px\] {
		min-width: 34.125rem;
	}
	
	.lg\:rem\:min-w-\[547px\] {
		min-width: 34.1875rem;
	}
	
	.lg\:rem\:min-w-\[548px\] {
		min-width: 34.25rem;
	}
	
	.lg\:rem\:min-w-\[549px\] {
		min-width: 34.3125rem;
	}
	
	.lg\:rem\:min-w-\[54px\] {
		min-width: 3.375rem;
	}
	
	.lg\:rem\:min-w-\[550px\] {
		min-width: 34.375rem;
	}
	
	.lg\:rem\:min-w-\[551px\] {
		min-width: 34.4375rem;
	}
	
	.lg\:rem\:min-w-\[552px\] {
		min-width: 34.5rem;
	}
	
	.lg\:rem\:min-w-\[553px\] {
		min-width: 34.5625rem;
	}
	
	.lg\:rem\:min-w-\[554px\] {
		min-width: 34.625rem;
	}
	
	.lg\:rem\:min-w-\[555px\] {
		min-width: 34.6875rem;
	}
	
	.lg\:rem\:min-w-\[556px\] {
		min-width: 34.75rem;
	}
	
	.lg\:rem\:min-w-\[557px\] {
		min-width: 34.8125rem;
	}
	
	.lg\:rem\:min-w-\[558px\] {
		min-width: 34.875rem;
	}
	
	.lg\:rem\:min-w-\[559px\] {
		min-width: 34.9375rem;
	}
	
	.lg\:rem\:min-w-\[55px\] {
		min-width: 3.4375rem;
	}
	
	.lg\:rem\:min-w-\[560px\] {
		min-width: 35rem;
	}
	
	.lg\:rem\:min-w-\[561px\] {
		min-width: 35.0625rem;
	}
	
	.lg\:rem\:min-w-\[562px\] {
		min-width: 35.125rem;
	}
	
	.lg\:rem\:min-w-\[563px\] {
		min-width: 35.1875rem;
	}
	
	.lg\:rem\:min-w-\[564px\] {
		min-width: 35.25rem;
	}
	
	.lg\:rem\:min-w-\[565px\] {
		min-width: 35.3125rem;
	}
	
	.lg\:rem\:min-w-\[566px\] {
		min-width: 35.375rem;
	}
	
	.lg\:rem\:min-w-\[567px\] {
		min-width: 35.4375rem;
	}
	
	.lg\:rem\:min-w-\[568px\] {
		min-width: 35.5rem;
	}
	
	.lg\:rem\:min-w-\[569px\] {
		min-width: 35.5625rem;
	}
	
	.lg\:rem\:min-w-\[56px\] {
		min-width: 3.5rem;
	}
	
	.lg\:rem\:min-w-\[570px\] {
		min-width: 35.625rem;
	}
	
	.lg\:rem\:min-w-\[571px\] {
		min-width: 35.6875rem;
	}
	
	.lg\:rem\:min-w-\[572px\] {
		min-width: 35.75rem;
	}
	
	.lg\:rem\:min-w-\[573px\] {
		min-width: 35.8125rem;
	}
	
	.lg\:rem\:min-w-\[574px\] {
		min-width: 35.875rem;
	}
	
	.lg\:rem\:min-w-\[575px\] {
		min-width: 35.9375rem;
	}
	
	.lg\:rem\:min-w-\[576px\] {
		min-width: 36rem;
	}
	
	.lg\:rem\:min-w-\[577px\] {
		min-width: 36.0625rem;
	}
	
	.lg\:rem\:min-w-\[578px\] {
		min-width: 36.125rem;
	}
	
	.lg\:rem\:min-w-\[579px\] {
		min-width: 36.1875rem;
	}
	
	.lg\:rem\:min-w-\[57px\] {
		min-width: 3.5625rem;
	}
	
	.lg\:rem\:min-w-\[580px\] {
		min-width: 36.25rem;
	}
	
	.lg\:rem\:min-w-\[581px\] {
		min-width: 36.3125rem;
	}
	
	.lg\:rem\:min-w-\[582px\] {
		min-width: 36.375rem;
	}
	
	.lg\:rem\:min-w-\[583px\] {
		min-width: 36.4375rem;
	}
	
	.lg\:rem\:min-w-\[584px\] {
		min-width: 36.5rem;
	}
	
	.lg\:rem\:min-w-\[585px\] {
		min-width: 36.5625rem;
	}
	
	.lg\:rem\:min-w-\[586px\] {
		min-width: 36.625rem;
	}
	
	.lg\:rem\:min-w-\[587px\] {
		min-width: 36.6875rem;
	}
	
	.lg\:rem\:min-w-\[588px\] {
		min-width: 36.75rem;
	}
	
	.lg\:rem\:min-w-\[589px\] {
		min-width: 36.8125rem;
	}
	
	.lg\:rem\:min-w-\[58px\] {
		min-width: 3.625rem;
	}
	
	.lg\:rem\:min-w-\[590px\] {
		min-width: 36.875rem;
	}
	
	.lg\:rem\:min-w-\[591px\] {
		min-width: 36.9375rem;
	}
	
	.lg\:rem\:min-w-\[592px\] {
		min-width: 37rem;
	}
	
	.lg\:rem\:min-w-\[593px\] {
		min-width: 37.0625rem;
	}
	
	.lg\:rem\:min-w-\[594px\] {
		min-width: 37.125rem;
	}
	
	.lg\:rem\:min-w-\[595px\] {
		min-width: 37.1875rem;
	}
	
	.lg\:rem\:min-w-\[596px\] {
		min-width: 37.25rem;
	}
	
	.lg\:rem\:min-w-\[597px\] {
		min-width: 37.3125rem;
	}
	
	.lg\:rem\:min-w-\[598px\] {
		min-width: 37.375rem;
	}
	
	.lg\:rem\:min-w-\[599px\] {
		min-width: 37.4375rem;
	}
	
	.lg\:rem\:min-w-\[59px\] {
		min-width: 3.6875rem;
	}
	
	.lg\:rem\:min-w-\[5px\] {
		min-width: .3125rem;
	}
	
	.lg\:rem\:min-w-\[600px\] {
		min-width: 37.5rem;
	}
	
	.lg\:rem\:min-w-\[601px\] {
		min-width: 37.5625rem;
	}
	
	.lg\:rem\:min-w-\[602px\] {
		min-width: 37.625rem;
	}
	
	.lg\:rem\:min-w-\[603px\] {
		min-width: 37.6875rem;
	}
	
	.lg\:rem\:min-w-\[604px\] {
		min-width: 37.75rem;
	}
	
	.lg\:rem\:min-w-\[605px\] {
		min-width: 37.8125rem;
	}
	
	.lg\:rem\:min-w-\[606px\] {
		min-width: 37.875rem;
	}
	
	.lg\:rem\:min-w-\[607px\] {
		min-width: 37.9375rem;
	}
	
	.lg\:rem\:min-w-\[608px\] {
		min-width: 38rem;
	}
	
	.lg\:rem\:min-w-\[609px\] {
		min-width: 38.0625rem;
	}
	
	.lg\:rem\:min-w-\[60px\] {
		min-width: 3.75rem;
	}
	
	.lg\:rem\:min-w-\[610px\] {
		min-width: 38.125rem;
	}
	
	.lg\:rem\:min-w-\[611px\] {
		min-width: 38.1875rem;
	}
	
	.lg\:rem\:min-w-\[612px\] {
		min-width: 38.25rem;
	}
	
	.lg\:rem\:min-w-\[613px\] {
		min-width: 38.3125rem;
	}
	
	.lg\:rem\:min-w-\[614px\] {
		min-width: 38.375rem;
	}
	
	.lg\:rem\:min-w-\[615px\] {
		min-width: 38.4375rem;
	}
	
	.lg\:rem\:min-w-\[616px\] {
		min-width: 38.5rem;
	}
	
	.lg\:rem\:min-w-\[617px\] {
		min-width: 38.5625rem;
	}
	
	.lg\:rem\:min-w-\[618px\] {
		min-width: 38.625rem;
	}
	
	.lg\:rem\:min-w-\[619px\] {
		min-width: 38.6875rem;
	}
	
	.lg\:rem\:min-w-\[61px\] {
		min-width: 3.8125rem;
	}
	
	.lg\:rem\:min-w-\[620px\] {
		min-width: 38.75rem;
	}
	
	.lg\:rem\:min-w-\[621px\] {
		min-width: 38.8125rem;
	}
	
	.lg\:rem\:min-w-\[622px\] {
		min-width: 38.875rem;
	}
	
	.lg\:rem\:min-w-\[623px\] {
		min-width: 38.9375rem;
	}
	
	.lg\:rem\:min-w-\[624px\] {
		min-width: 39rem;
	}
	
	.lg\:rem\:min-w-\[625px\] {
		min-width: 39.0625rem;
	}
	
	.lg\:rem\:min-w-\[626px\] {
		min-width: 39.125rem;
	}
	
	.lg\:rem\:min-w-\[627px\] {
		min-width: 39.1875rem;
	}
	
	.lg\:rem\:min-w-\[628px\] {
		min-width: 39.25rem;
	}
	
	.lg\:rem\:min-w-\[629px\] {
		min-width: 39.3125rem;
	}
	
	.lg\:rem\:min-w-\[62px\] {
		min-width: 3.875rem;
	}
	
	.lg\:rem\:min-w-\[630px\] {
		min-width: 39.375rem;
	}
	
	.lg\:rem\:min-w-\[631px\] {
		min-width: 39.4375rem;
	}
	
	.lg\:rem\:min-w-\[632px\] {
		min-width: 39.5rem;
	}
	
	.lg\:rem\:min-w-\[633px\] {
		min-width: 39.5625rem;
	}
	
	.lg\:rem\:min-w-\[634px\] {
		min-width: 39.625rem;
	}
	
	.lg\:rem\:min-w-\[635px\] {
		min-width: 39.6875rem;
	}
	
	.lg\:rem\:min-w-\[636px\] {
		min-width: 39.75rem;
	}
	
	.lg\:rem\:min-w-\[637px\] {
		min-width: 39.8125rem;
	}
	
	.lg\:rem\:min-w-\[638px\] {
		min-width: 39.875rem;
	}
	
	.lg\:rem\:min-w-\[639px\] {
		min-width: 39.9375rem;
	}
	
	.lg\:rem\:min-w-\[63px\] {
		min-width: 3.9375rem;
	}
	
	.lg\:rem\:min-w-\[640px\] {
		min-width: 40rem;
	}
	
	.lg\:rem\:min-w-\[641px\] {
		min-width: 40.0625rem;
	}
	
	.lg\:rem\:min-w-\[642px\] {
		min-width: 40.125rem;
	}
	
	.lg\:rem\:min-w-\[643px\] {
		min-width: 40.1875rem;
	}
	
	.lg\:rem\:min-w-\[644px\] {
		min-width: 40.25rem;
	}
	
	.lg\:rem\:min-w-\[645px\] {
		min-width: 40.3125rem;
	}
	
	.lg\:rem\:min-w-\[646px\] {
		min-width: 40.375rem;
	}
	
	.lg\:rem\:min-w-\[647px\] {
		min-width: 40.4375rem;
	}
	
	.lg\:rem\:min-w-\[648px\] {
		min-width: 40.5rem;
	}
	
	.lg\:rem\:min-w-\[649px\] {
		min-width: 40.5625rem;
	}
	
	.lg\:rem\:min-w-\[64px\] {
		min-width: 4rem;
	}
	
	.lg\:rem\:min-w-\[650px\] {
		min-width: 40.625rem;
	}
	
	.lg\:rem\:min-w-\[651px\] {
		min-width: 40.6875rem;
	}
	
	.lg\:rem\:min-w-\[652px\] {
		min-width: 40.75rem;
	}
	
	.lg\:rem\:min-w-\[653px\] {
		min-width: 40.8125rem;
	}
	
	.lg\:rem\:min-w-\[654px\] {
		min-width: 40.875rem;
	}
	
	.lg\:rem\:min-w-\[655px\] {
		min-width: 40.9375rem;
	}
	
	.lg\:rem\:min-w-\[656px\] {
		min-width: 41rem;
	}
	
	.lg\:rem\:min-w-\[657px\] {
		min-width: 41.0625rem;
	}
	
	.lg\:rem\:min-w-\[658px\] {
		min-width: 41.125rem;
	}
	
	.lg\:rem\:min-w-\[659px\] {
		min-width: 41.1875rem;
	}
	
	.lg\:rem\:min-w-\[65px\] {
		min-width: 4.0625rem;
	}
	
	.lg\:rem\:min-w-\[660px\] {
		min-width: 41.25rem;
	}
	
	.lg\:rem\:min-w-\[661px\] {
		min-width: 41.3125rem;
	}
	
	.lg\:rem\:min-w-\[662px\] {
		min-width: 41.375rem;
	}
	
	.lg\:rem\:min-w-\[663px\] {
		min-width: 41.4375rem;
	}
	
	.lg\:rem\:min-w-\[664px\] {
		min-width: 41.5rem;
	}
	
	.lg\:rem\:min-w-\[665px\] {
		min-width: 41.5625rem;
	}
	
	.lg\:rem\:min-w-\[666px\] {
		min-width: 41.625rem;
	}
	
	.lg\:rem\:min-w-\[667px\] {
		min-width: 41.6875rem;
	}
	
	.lg\:rem\:min-w-\[668px\] {
		min-width: 41.75rem;
	}
	
	.lg\:rem\:min-w-\[669px\] {
		min-width: 41.8125rem;
	}
	
	.lg\:rem\:min-w-\[66px\] {
		min-width: 4.125rem;
	}
	
	.lg\:rem\:min-w-\[670px\] {
		min-width: 41.875rem;
	}
	
	.lg\:rem\:min-w-\[671px\] {
		min-width: 41.9375rem;
	}
	
	.lg\:rem\:min-w-\[672px\] {
		min-width: 42rem;
	}
	
	.lg\:rem\:min-w-\[673px\] {
		min-width: 42.0625rem;
	}
	
	.lg\:rem\:min-w-\[674px\] {
		min-width: 42.125rem;
	}
	
	.lg\:rem\:min-w-\[675px\] {
		min-width: 42.1875rem;
	}
	
	.lg\:rem\:min-w-\[676px\] {
		min-width: 42.25rem;
	}
	
	.lg\:rem\:min-w-\[677px\] {
		min-width: 42.3125rem;
	}
	
	.lg\:rem\:min-w-\[678px\] {
		min-width: 42.375rem;
	}
	
	.lg\:rem\:min-w-\[679px\] {
		min-width: 42.4375rem;
	}
	
	.lg\:rem\:min-w-\[67px\] {
		min-width: 4.1875rem;
	}
	
	.lg\:rem\:min-w-\[680px\] {
		min-width: 42.5rem;
	}
	
	.lg\:rem\:min-w-\[681px\] {
		min-width: 42.5625rem;
	}
	
	.lg\:rem\:min-w-\[682px\] {
		min-width: 42.625rem;
	}
	
	.lg\:rem\:min-w-\[683px\] {
		min-width: 42.6875rem;
	}
	
	.lg\:rem\:min-w-\[684px\] {
		min-width: 42.75rem;
	}
	
	.lg\:rem\:min-w-\[685px\] {
		min-width: 42.8125rem;
	}
	
	.lg\:rem\:min-w-\[686px\] {
		min-width: 42.875rem;
	}
	
	.lg\:rem\:min-w-\[687px\] {
		min-width: 42.9375rem;
	}
	
	.lg\:rem\:min-w-\[688px\] {
		min-width: 43rem;
	}
	
	.lg\:rem\:min-w-\[689px\] {
		min-width: 43.0625rem;
	}
	
	.lg\:rem\:min-w-\[68px\] {
		min-width: 4.25rem;
	}
	
	.lg\:rem\:min-w-\[690px\] {
		min-width: 43.125rem;
	}
	
	.lg\:rem\:min-w-\[691px\] {
		min-width: 43.1875rem;
	}
	
	.lg\:rem\:min-w-\[692px\] {
		min-width: 43.25rem;
	}
	
	.lg\:rem\:min-w-\[693px\] {
		min-width: 43.3125rem;
	}
	
	.lg\:rem\:min-w-\[694px\] {
		min-width: 43.375rem;
	}
	
	.lg\:rem\:min-w-\[695px\] {
		min-width: 43.4375rem;
	}
	
	.lg\:rem\:min-w-\[696px\] {
		min-width: 43.5rem;
	}
	
	.lg\:rem\:min-w-\[697px\] {
		min-width: 43.5625rem;
	}
	
	.lg\:rem\:min-w-\[698px\] {
		min-width: 43.625rem;
	}
	
	.lg\:rem\:min-w-\[699px\] {
		min-width: 43.6875rem;
	}
	
	.lg\:rem\:min-w-\[69px\] {
		min-width: 4.3125rem;
	}
	
	.lg\:rem\:min-w-\[6px\] {
		min-width: .375rem;
	}
	
	.lg\:rem\:min-w-\[700px\] {
		min-width: 43.75rem;
	}
	
	.lg\:rem\:min-w-\[701px\] {
		min-width: 43.8125rem;
	}
	
	.lg\:rem\:min-w-\[702px\] {
		min-width: 43.875rem;
	}
	
	.lg\:rem\:min-w-\[703px\] {
		min-width: 43.9375rem;
	}
	
	.lg\:rem\:min-w-\[704px\] {
		min-width: 44rem;
	}
	
	.lg\:rem\:min-w-\[705px\] {
		min-width: 44.0625rem;
	}
	
	.lg\:rem\:min-w-\[706px\] {
		min-width: 44.125rem;
	}
	
	.lg\:rem\:min-w-\[707px\] {
		min-width: 44.1875rem;
	}
	
	.lg\:rem\:min-w-\[708px\] {
		min-width: 44.25rem;
	}
	
	.lg\:rem\:min-w-\[709px\] {
		min-width: 44.3125rem;
	}
	
	.lg\:rem\:min-w-\[70px\] {
		min-width: 4.375rem;
	}
	
	.lg\:rem\:min-w-\[710px\] {
		min-width: 44.375rem;
	}
	
	.lg\:rem\:min-w-\[711px\] {
		min-width: 44.4375rem;
	}
	
	.lg\:rem\:min-w-\[712px\] {
		min-width: 44.5rem;
	}
	
	.lg\:rem\:min-w-\[713px\] {
		min-width: 44.5625rem;
	}
	
	.lg\:rem\:min-w-\[714px\] {
		min-width: 44.625rem;
	}
	
	.lg\:rem\:min-w-\[715px\] {
		min-width: 44.6875rem;
	}
	
	.lg\:rem\:min-w-\[716px\] {
		min-width: 44.75rem;
	}
	
	.lg\:rem\:min-w-\[717px\] {
		min-width: 44.8125rem;
	}
	
	.lg\:rem\:min-w-\[718px\] {
		min-width: 44.875rem;
	}
	
	.lg\:rem\:min-w-\[719px\] {
		min-width: 44.9375rem;
	}
	
	.lg\:rem\:min-w-\[71px\] {
		min-width: 4.4375rem;
	}
	
	.lg\:rem\:min-w-\[720px\] {
		min-width: 45rem;
	}
	
	.lg\:rem\:min-w-\[721px\] {
		min-width: 45.0625rem;
	}
	
	.lg\:rem\:min-w-\[722px\] {
		min-width: 45.125rem;
	}
	
	.lg\:rem\:min-w-\[723px\] {
		min-width: 45.1875rem;
	}
	
	.lg\:rem\:min-w-\[724px\] {
		min-width: 45.25rem;
	}
	
	.lg\:rem\:min-w-\[725px\] {
		min-width: 45.3125rem;
	}
	
	.lg\:rem\:min-w-\[726px\] {
		min-width: 45.375rem;
	}
	
	.lg\:rem\:min-w-\[727px\] {
		min-width: 45.4375rem;
	}
	
	.lg\:rem\:min-w-\[728px\] {
		min-width: 45.5rem;
	}
	
	.lg\:rem\:min-w-\[729px\] {
		min-width: 45.5625rem;
	}
	
	.lg\:rem\:min-w-\[72px\] {
		min-width: 4.5rem;
	}
	
	.lg\:rem\:min-w-\[730px\] {
		min-width: 45.625rem;
	}
	
	.lg\:rem\:min-w-\[731px\] {
		min-width: 45.6875rem;
	}
	
	.lg\:rem\:min-w-\[732px\] {
		min-width: 45.75rem;
	}
	
	.lg\:rem\:min-w-\[733px\] {
		min-width: 45.8125rem;
	}
	
	.lg\:rem\:min-w-\[734px\] {
		min-width: 45.875rem;
	}
	
	.lg\:rem\:min-w-\[735px\] {
		min-width: 45.9375rem;
	}
	
	.lg\:rem\:min-w-\[736px\] {
		min-width: 46rem;
	}
	
	.lg\:rem\:min-w-\[737px\] {
		min-width: 46.0625rem;
	}
	
	.lg\:rem\:min-w-\[738px\] {
		min-width: 46.125rem;
	}
	
	.lg\:rem\:min-w-\[739px\] {
		min-width: 46.1875rem;
	}
	
	.lg\:rem\:min-w-\[73px\] {
		min-width: 4.5625rem;
	}
	
	.lg\:rem\:min-w-\[740px\] {
		min-width: 46.25rem;
	}
	
	.lg\:rem\:min-w-\[741px\] {
		min-width: 46.3125rem;
	}
	
	.lg\:rem\:min-w-\[742px\] {
		min-width: 46.375rem;
	}
	
	.lg\:rem\:min-w-\[743px\] {
		min-width: 46.4375rem;
	}
	
	.lg\:rem\:min-w-\[744px\] {
		min-width: 46.5rem;
	}
	
	.lg\:rem\:min-w-\[745px\] {
		min-width: 46.5625rem;
	}
	
	.lg\:rem\:min-w-\[746px\] {
		min-width: 46.625rem;
	}
	
	.lg\:rem\:min-w-\[747px\] {
		min-width: 46.6875rem;
	}
	
	.lg\:rem\:min-w-\[748px\] {
		min-width: 46.75rem;
	}
	
	.lg\:rem\:min-w-\[749px\] {
		min-width: 46.8125rem;
	}
	
	.lg\:rem\:min-w-\[74px\] {
		min-width: 4.625rem;
	}
	
	.lg\:rem\:min-w-\[750px\] {
		min-width: 46.875rem;
	}
	
	.lg\:rem\:min-w-\[751px\] {
		min-width: 46.9375rem;
	}
	
	.lg\:rem\:min-w-\[752px\] {
		min-width: 47rem;
	}
	
	.lg\:rem\:min-w-\[753px\] {
		min-width: 47.0625rem;
	}
	
	.lg\:rem\:min-w-\[754px\] {
		min-width: 47.125rem;
	}
	
	.lg\:rem\:min-w-\[755px\] {
		min-width: 47.1875rem;
	}
	
	.lg\:rem\:min-w-\[756px\] {
		min-width: 47.25rem;
	}
	
	.lg\:rem\:min-w-\[757px\] {
		min-width: 47.3125rem;
	}
	
	.lg\:rem\:min-w-\[758px\] {
		min-width: 47.375rem;
	}
	
	.lg\:rem\:min-w-\[759px\] {
		min-width: 47.4375rem;
	}
	
	.lg\:rem\:min-w-\[75px\] {
		min-width: 4.6875rem;
	}
	
	.lg\:rem\:min-w-\[760px\] {
		min-width: 47.5rem;
	}
	
	.lg\:rem\:min-w-\[761px\] {
		min-width: 47.5625rem;
	}
	
	.lg\:rem\:min-w-\[762px\] {
		min-width: 47.625rem;
	}
	
	.lg\:rem\:min-w-\[763px\] {
		min-width: 47.6875rem;
	}
	
	.lg\:rem\:min-w-\[764px\] {
		min-width: 47.75rem;
	}
	
	.lg\:rem\:min-w-\[765px\] {
		min-width: 47.8125rem;
	}
	
	.lg\:rem\:min-w-\[766px\] {
		min-width: 47.875rem;
	}
	
	.lg\:rem\:min-w-\[767px\] {
		min-width: 47.9375rem;
	}
	
	.lg\:rem\:min-w-\[768px\] {
		min-width: 48rem;
	}
	
	.lg\:rem\:min-w-\[769px\] {
		min-width: 48.0625rem;
	}
	
	.lg\:rem\:min-w-\[76px\] {
		min-width: 4.75rem;
	}
	
	.lg\:rem\:min-w-\[770px\] {
		min-width: 48.125rem;
	}
	
	.lg\:rem\:min-w-\[771px\] {
		min-width: 48.1875rem;
	}
	
	.lg\:rem\:min-w-\[772px\] {
		min-width: 48.25rem;
	}
	
	.lg\:rem\:min-w-\[773px\] {
		min-width: 48.3125rem;
	}
	
	.lg\:rem\:min-w-\[774px\] {
		min-width: 48.375rem;
	}
	
	.lg\:rem\:min-w-\[775px\] {
		min-width: 48.4375rem;
	}
	
	.lg\:rem\:min-w-\[776px\] {
		min-width: 48.5rem;
	}
	
	.lg\:rem\:min-w-\[777px\] {
		min-width: 48.5625rem;
	}
	
	.lg\:rem\:min-w-\[778px\] {
		min-width: 48.625rem;
	}
	
	.lg\:rem\:min-w-\[779px\] {
		min-width: 48.6875rem;
	}
	
	.lg\:rem\:min-w-\[77px\] {
		min-width: 4.8125rem;
	}
	
	.lg\:rem\:min-w-\[780px\] {
		min-width: 48.75rem;
	}
	
	.lg\:rem\:min-w-\[781px\] {
		min-width: 48.8125rem;
	}
	
	.lg\:rem\:min-w-\[782px\] {
		min-width: 48.875rem;
	}
	
	.lg\:rem\:min-w-\[783px\] {
		min-width: 48.9375rem;
	}
	
	.lg\:rem\:min-w-\[784px\] {
		min-width: 49rem;
	}
	
	.lg\:rem\:min-w-\[785px\] {
		min-width: 49.0625rem;
	}
	
	.lg\:rem\:min-w-\[786px\] {
		min-width: 49.125rem;
	}
	
	.lg\:rem\:min-w-\[787px\] {
		min-width: 49.1875rem;
	}
	
	.lg\:rem\:min-w-\[788px\] {
		min-width: 49.25rem;
	}
	
	.lg\:rem\:min-w-\[789px\] {
		min-width: 49.3125rem;
	}
	
	.lg\:rem\:min-w-\[78px\] {
		min-width: 4.875rem;
	}
	
	.lg\:rem\:min-w-\[790px\] {
		min-width: 49.375rem;
	}
	
	.lg\:rem\:min-w-\[791px\] {
		min-width: 49.4375rem;
	}
	
	.lg\:rem\:min-w-\[792px\] {
		min-width: 49.5rem;
	}
	
	.lg\:rem\:min-w-\[793px\] {
		min-width: 49.5625rem;
	}
	
	.lg\:rem\:min-w-\[794px\] {
		min-width: 49.625rem;
	}
	
	.lg\:rem\:min-w-\[795px\] {
		min-width: 49.6875rem;
	}
	
	.lg\:rem\:min-w-\[796px\] {
		min-width: 49.75rem;
	}
	
	.lg\:rem\:min-w-\[797px\] {
		min-width: 49.8125rem;
	}
	
	.lg\:rem\:min-w-\[798px\] {
		min-width: 49.875rem;
	}
	
	.lg\:rem\:min-w-\[799px\] {
		min-width: 49.9375rem;
	}
	
	.lg\:rem\:min-w-\[79px\] {
		min-width: 4.9375rem;
	}
	
	.lg\:rem\:min-w-\[7px\] {
		min-width: .4375rem;
	}
	
	.lg\:rem\:min-w-\[800px\] {
		min-width: 50rem;
	}
	
	.lg\:rem\:min-w-\[801px\] {
		min-width: 50.0625rem;
	}
	
	.lg\:rem\:min-w-\[802px\] {
		min-width: 50.125rem;
	}
	
	.lg\:rem\:min-w-\[803px\] {
		min-width: 50.1875rem;
	}
	
	.lg\:rem\:min-w-\[804px\] {
		min-width: 50.25rem;
	}
	
	.lg\:rem\:min-w-\[805px\] {
		min-width: 50.3125rem;
	}
	
	.lg\:rem\:min-w-\[806px\] {
		min-width: 50.375rem;
	}
	
	.lg\:rem\:min-w-\[807px\] {
		min-width: 50.4375rem;
	}
	
	.lg\:rem\:min-w-\[808px\] {
		min-width: 50.5rem;
	}
	
	.lg\:rem\:min-w-\[809px\] {
		min-width: 50.5625rem;
	}
	
	.lg\:rem\:min-w-\[80px\] {
		min-width: 5rem;
	}
	
	.lg\:rem\:min-w-\[810px\] {
		min-width: 50.625rem;
	}
	
	.lg\:rem\:min-w-\[811px\] {
		min-width: 50.6875rem;
	}
	
	.lg\:rem\:min-w-\[812px\] {
		min-width: 50.75rem;
	}
	
	.lg\:rem\:min-w-\[813px\] {
		min-width: 50.8125rem;
	}
	
	.lg\:rem\:min-w-\[814px\] {
		min-width: 50.875rem;
	}
	
	.lg\:rem\:min-w-\[815px\] {
		min-width: 50.9375rem;
	}
	
	.lg\:rem\:min-w-\[816px\] {
		min-width: 51rem;
	}
	
	.lg\:rem\:min-w-\[817px\] {
		min-width: 51.0625rem;
	}
	
	.lg\:rem\:min-w-\[818px\] {
		min-width: 51.125rem;
	}
	
	.lg\:rem\:min-w-\[819px\] {
		min-width: 51.1875rem;
	}
	
	.lg\:rem\:min-w-\[81px\] {
		min-width: 5.0625rem;
	}
	
	.lg\:rem\:min-w-\[820px\] {
		min-width: 51.25rem;
	}
	
	.lg\:rem\:min-w-\[821px\] {
		min-width: 51.3125rem;
	}
	
	.lg\:rem\:min-w-\[822px\] {
		min-width: 51.375rem;
	}
	
	.lg\:rem\:min-w-\[823px\] {
		min-width: 51.4375rem;
	}
	
	.lg\:rem\:min-w-\[824px\] {
		min-width: 51.5rem;
	}
	
	.lg\:rem\:min-w-\[825px\] {
		min-width: 51.5625rem;
	}
	
	.lg\:rem\:min-w-\[826px\] {
		min-width: 51.625rem;
	}
	
	.lg\:rem\:min-w-\[827px\] {
		min-width: 51.6875rem;
	}
	
	.lg\:rem\:min-w-\[828px\] {
		min-width: 51.75rem;
	}
	
	.lg\:rem\:min-w-\[829px\] {
		min-width: 51.8125rem;
	}
	
	.lg\:rem\:min-w-\[82px\] {
		min-width: 5.125rem;
	}
	
	.lg\:rem\:min-w-\[830px\] {
		min-width: 51.875rem;
	}
	
	.lg\:rem\:min-w-\[831px\] {
		min-width: 51.9375rem;
	}
	
	.lg\:rem\:min-w-\[832px\] {
		min-width: 52rem;
	}
	
	.lg\:rem\:min-w-\[833px\] {
		min-width: 52.0625rem;
	}
	
	.lg\:rem\:min-w-\[834px\] {
		min-width: 52.125rem;
	}
	
	.lg\:rem\:min-w-\[835px\] {
		min-width: 52.1875rem;
	}
	
	.lg\:rem\:min-w-\[836px\] {
		min-width: 52.25rem;
	}
	
	.lg\:rem\:min-w-\[837px\] {
		min-width: 52.3125rem;
	}
	
	.lg\:rem\:min-w-\[838px\] {
		min-width: 52.375rem;
	}
	
	.lg\:rem\:min-w-\[839px\] {
		min-width: 52.4375rem;
	}
	
	.lg\:rem\:min-w-\[83px\] {
		min-width: 5.1875rem;
	}
	
	.lg\:rem\:min-w-\[840px\] {
		min-width: 52.5rem;
	}
	
	.lg\:rem\:min-w-\[841px\] {
		min-width: 52.5625rem;
	}
	
	.lg\:rem\:min-w-\[842px\] {
		min-width: 52.625rem;
	}
	
	.lg\:rem\:min-w-\[843px\] {
		min-width: 52.6875rem;
	}
	
	.lg\:rem\:min-w-\[844px\] {
		min-width: 52.75rem;
	}
	
	.lg\:rem\:min-w-\[845px\] {
		min-width: 52.8125rem;
	}
	
	.lg\:rem\:min-w-\[846px\] {
		min-width: 52.875rem;
	}
	
	.lg\:rem\:min-w-\[847px\] {
		min-width: 52.9375rem;
	}
	
	.lg\:rem\:min-w-\[848px\] {
		min-width: 53rem;
	}
	
	.lg\:rem\:min-w-\[849px\] {
		min-width: 53.0625rem;
	}
	
	.lg\:rem\:min-w-\[84px\] {
		min-width: 5.25rem;
	}
	
	.lg\:rem\:min-w-\[850px\] {
		min-width: 53.125rem;
	}
	
	.lg\:rem\:min-w-\[851px\] {
		min-width: 53.1875rem;
	}
	
	.lg\:rem\:min-w-\[852px\] {
		min-width: 53.25rem;
	}
	
	.lg\:rem\:min-w-\[853px\] {
		min-width: 53.3125rem;
	}
	
	.lg\:rem\:min-w-\[854px\] {
		min-width: 53.375rem;
	}
	
	.lg\:rem\:min-w-\[855px\] {
		min-width: 53.4375rem;
	}
	
	.lg\:rem\:min-w-\[856px\] {
		min-width: 53.5rem;
	}
	
	.lg\:rem\:min-w-\[857px\] {
		min-width: 53.5625rem;
	}
	
	.lg\:rem\:min-w-\[858px\] {
		min-width: 53.625rem;
	}
	
	.lg\:rem\:min-w-\[859px\] {
		min-width: 53.6875rem;
	}
	
	.lg\:rem\:min-w-\[85px\] {
		min-width: 5.3125rem;
	}
	
	.lg\:rem\:min-w-\[860px\] {
		min-width: 53.75rem;
	}
	
	.lg\:rem\:min-w-\[861px\] {
		min-width: 53.8125rem;
	}
	
	.lg\:rem\:min-w-\[862px\] {
		min-width: 53.875rem;
	}
	
	.lg\:rem\:min-w-\[863px\] {
		min-width: 53.9375rem;
	}
	
	.lg\:rem\:min-w-\[864px\] {
		min-width: 54rem;
	}
	
	.lg\:rem\:min-w-\[865px\] {
		min-width: 54.0625rem;
	}
	
	.lg\:rem\:min-w-\[866px\] {
		min-width: 54.125rem;
	}
	
	.lg\:rem\:min-w-\[867px\] {
		min-width: 54.1875rem;
	}
	
	.lg\:rem\:min-w-\[868px\] {
		min-width: 54.25rem;
	}
	
	.lg\:rem\:min-w-\[869px\] {
		min-width: 54.3125rem;
	}
	
	.lg\:rem\:min-w-\[86px\] {
		min-width: 5.375rem;
	}
	
	.lg\:rem\:min-w-\[870px\] {
		min-width: 54.375rem;
	}
	
	.lg\:rem\:min-w-\[871px\] {
		min-width: 54.4375rem;
	}
	
	.lg\:rem\:min-w-\[872px\] {
		min-width: 54.5rem;
	}
	
	.lg\:rem\:min-w-\[873px\] {
		min-width: 54.5625rem;
	}
	
	.lg\:rem\:min-w-\[874px\] {
		min-width: 54.625rem;
	}
	
	.lg\:rem\:min-w-\[875px\] {
		min-width: 54.6875rem;
	}
	
	.lg\:rem\:min-w-\[876px\] {
		min-width: 54.75rem;
	}
	
	.lg\:rem\:min-w-\[877px\] {
		min-width: 54.8125rem;
	}
	
	.lg\:rem\:min-w-\[878px\] {
		min-width: 54.875rem;
	}
	
	.lg\:rem\:min-w-\[879px\] {
		min-width: 54.9375rem;
	}
	
	.lg\:rem\:min-w-\[87px\] {
		min-width: 5.4375rem;
	}
	
	.lg\:rem\:min-w-\[880px\] {
		min-width: 55rem;
	}
	
	.lg\:rem\:min-w-\[881px\] {
		min-width: 55.0625rem;
	}
	
	.lg\:rem\:min-w-\[882px\] {
		min-width: 55.125rem;
	}
	
	.lg\:rem\:min-w-\[883px\] {
		min-width: 55.1875rem;
	}
	
	.lg\:rem\:min-w-\[884px\] {
		min-width: 55.25rem;
	}
	
	.lg\:rem\:min-w-\[885px\] {
		min-width: 55.3125rem;
	}
	
	.lg\:rem\:min-w-\[886px\] {
		min-width: 55.375rem;
	}
	
	.lg\:rem\:min-w-\[887px\] {
		min-width: 55.4375rem;
	}
	
	.lg\:rem\:min-w-\[888px\] {
		min-width: 55.5rem;
	}
	
	.lg\:rem\:min-w-\[889px\] {
		min-width: 55.5625rem;
	}
	
	.lg\:rem\:min-w-\[88px\] {
		min-width: 5.5rem;
	}
	
	.lg\:rem\:min-w-\[890px\] {
		min-width: 55.625rem;
	}
	
	.lg\:rem\:min-w-\[891px\] {
		min-width: 55.6875rem;
	}
	
	.lg\:rem\:min-w-\[892px\] {
		min-width: 55.75rem;
	}
	
	.lg\:rem\:min-w-\[893px\] {
		min-width: 55.8125rem;
	}
	
	.lg\:rem\:min-w-\[894px\] {
		min-width: 55.875rem;
	}
	
	.lg\:rem\:min-w-\[895px\] {
		min-width: 55.9375rem;
	}
	
	.lg\:rem\:min-w-\[896px\] {
		min-width: 56rem;
	}
	
	.lg\:rem\:min-w-\[897px\] {
		min-width: 56.0625rem;
	}
	
	.lg\:rem\:min-w-\[898px\] {
		min-width: 56.125rem;
	}
	
	.lg\:rem\:min-w-\[899px\] {
		min-width: 56.1875rem;
	}
	
	.lg\:rem\:min-w-\[89px\] {
		min-width: 5.5625rem;
	}
	
	.lg\:rem\:min-w-\[8px\] {
		min-width: .5rem;
	}
	
	.lg\:rem\:min-w-\[900px\] {
		min-width: 56.25rem;
	}
	
	.lg\:rem\:min-w-\[901px\] {
		min-width: 56.3125rem;
	}
	
	.lg\:rem\:min-w-\[902px\] {
		min-width: 56.375rem;
	}
	
	.lg\:rem\:min-w-\[903px\] {
		min-width: 56.4375rem;
	}
	
	.lg\:rem\:min-w-\[904px\] {
		min-width: 56.5rem;
	}
	
	.lg\:rem\:min-w-\[905px\] {
		min-width: 56.5625rem;
	}
	
	.lg\:rem\:min-w-\[906px\] {
		min-width: 56.625rem;
	}
	
	.lg\:rem\:min-w-\[907px\] {
		min-width: 56.6875rem;
	}
	
	.lg\:rem\:min-w-\[908px\] {
		min-width: 56.75rem;
	}
	
	.lg\:rem\:min-w-\[909px\] {
		min-width: 56.8125rem;
	}
	
	.lg\:rem\:min-w-\[90px\] {
		min-width: 5.625rem;
	}
	
	.lg\:rem\:min-w-\[910px\] {
		min-width: 56.875rem;
	}
	
	.lg\:rem\:min-w-\[911px\] {
		min-width: 56.9375rem;
	}
	
	.lg\:rem\:min-w-\[912px\] {
		min-width: 57rem;
	}
	
	.lg\:rem\:min-w-\[913px\] {
		min-width: 57.0625rem;
	}
	
	.lg\:rem\:min-w-\[914px\] {
		min-width: 57.125rem;
	}
	
	.lg\:rem\:min-w-\[915px\] {
		min-width: 57.1875rem;
	}
	
	.lg\:rem\:min-w-\[916px\] {
		min-width: 57.25rem;
	}
	
	.lg\:rem\:min-w-\[917px\] {
		min-width: 57.3125rem;
	}
	
	.lg\:rem\:min-w-\[918px\] {
		min-width: 57.375rem;
	}
	
	.lg\:rem\:min-w-\[919px\] {
		min-width: 57.4375rem;
	}
	
	.lg\:rem\:min-w-\[91px\] {
		min-width: 5.6875rem;
	}
	
	.lg\:rem\:min-w-\[920px\] {
		min-width: 57.5rem;
	}
	
	.lg\:rem\:min-w-\[921px\] {
		min-width: 57.5625rem;
	}
	
	.lg\:rem\:min-w-\[922px\] {
		min-width: 57.625rem;
	}
	
	.lg\:rem\:min-w-\[923px\] {
		min-width: 57.6875rem;
	}
	
	.lg\:rem\:min-w-\[924px\] {
		min-width: 57.75rem;
	}
	
	.lg\:rem\:min-w-\[925px\] {
		min-width: 57.8125rem;
	}
	
	.lg\:rem\:min-w-\[926px\] {
		min-width: 57.875rem;
	}
	
	.lg\:rem\:min-w-\[927px\] {
		min-width: 57.9375rem;
	}
	
	.lg\:rem\:min-w-\[928px\] {
		min-width: 58rem;
	}
	
	.lg\:rem\:min-w-\[929px\] {
		min-width: 58.0625rem;
	}
	
	.lg\:rem\:min-w-\[92px\] {
		min-width: 5.75rem;
	}
	
	.lg\:rem\:min-w-\[930px\] {
		min-width: 58.125rem;
	}
	
	.lg\:rem\:min-w-\[931px\] {
		min-width: 58.1875rem;
	}
	
	.lg\:rem\:min-w-\[932px\] {
		min-width: 58.25rem;
	}
	
	.lg\:rem\:min-w-\[933px\] {
		min-width: 58.3125rem;
	}
	
	.lg\:rem\:min-w-\[934px\] {
		min-width: 58.375rem;
	}
	
	.lg\:rem\:min-w-\[935px\] {
		min-width: 58.4375rem;
	}
	
	.lg\:rem\:min-w-\[936px\] {
		min-width: 58.5rem;
	}
	
	.lg\:rem\:min-w-\[937px\] {
		min-width: 58.5625rem;
	}
	
	.lg\:rem\:min-w-\[938px\] {
		min-width: 58.625rem;
	}
	
	.lg\:rem\:min-w-\[939px\] {
		min-width: 58.6875rem;
	}
	
	.lg\:rem\:min-w-\[93px\] {
		min-width: 5.8125rem;
	}
	
	.lg\:rem\:min-w-\[940px\] {
		min-width: 58.75rem;
	}
	
	.lg\:rem\:min-w-\[941px\] {
		min-width: 58.8125rem;
	}
	
	.lg\:rem\:min-w-\[942px\] {
		min-width: 58.875rem;
	}
	
	.lg\:rem\:min-w-\[943px\] {
		min-width: 58.9375rem;
	}
	
	.lg\:rem\:min-w-\[944px\] {
		min-width: 59rem;
	}
	
	.lg\:rem\:min-w-\[945px\] {
		min-width: 59.0625rem;
	}
	
	.lg\:rem\:min-w-\[946px\] {
		min-width: 59.125rem;
	}
	
	.lg\:rem\:min-w-\[947px\] {
		min-width: 59.1875rem;
	}
	
	.lg\:rem\:min-w-\[948px\] {
		min-width: 59.25rem;
	}
	
	.lg\:rem\:min-w-\[949px\] {
		min-width: 59.3125rem;
	}
	
	.lg\:rem\:min-w-\[94px\] {
		min-width: 5.875rem;
	}
	
	.lg\:rem\:min-w-\[950px\] {
		min-width: 59.375rem;
	}
	
	.lg\:rem\:min-w-\[951px\] {
		min-width: 59.4375rem;
	}
	
	.lg\:rem\:min-w-\[952px\] {
		min-width: 59.5rem;
	}
	
	.lg\:rem\:min-w-\[953px\] {
		min-width: 59.5625rem;
	}
	
	.lg\:rem\:min-w-\[954px\] {
		min-width: 59.625rem;
	}
	
	.lg\:rem\:min-w-\[955px\] {
		min-width: 59.6875rem;
	}
	
	.lg\:rem\:min-w-\[956px\] {
		min-width: 59.75rem;
	}
	
	.lg\:rem\:min-w-\[957px\] {
		min-width: 59.8125rem;
	}
	
	.lg\:rem\:min-w-\[958px\] {
		min-width: 59.875rem;
	}
	
	.lg\:rem\:min-w-\[959px\] {
		min-width: 59.9375rem;
	}
	
	.lg\:rem\:min-w-\[95px\] {
		min-width: 5.9375rem;
	}
	
	.lg\:rem\:min-w-\[960px\] {
		min-width: 60rem;
	}
	
	.lg\:rem\:min-w-\[961px\] {
		min-width: 60.0625rem;
	}
	
	.lg\:rem\:min-w-\[962px\] {
		min-width: 60.125rem;
	}
	
	.lg\:rem\:min-w-\[963px\] {
		min-width: 60.1875rem;
	}
	
	.lg\:rem\:min-w-\[964px\] {
		min-width: 60.25rem;
	}
	
	.lg\:rem\:min-w-\[965px\] {
		min-width: 60.3125rem;
	}
	
	.lg\:rem\:min-w-\[966px\] {
		min-width: 60.375rem;
	}
	
	.lg\:rem\:min-w-\[967px\] {
		min-width: 60.4375rem;
	}
	
	.lg\:rem\:min-w-\[968px\] {
		min-width: 60.5rem;
	}
	
	.lg\:rem\:min-w-\[969px\] {
		min-width: 60.5625rem;
	}
	
	.lg\:rem\:min-w-\[96px\] {
		min-width: 6rem;
	}
	
	.lg\:rem\:min-w-\[970px\] {
		min-width: 60.625rem;
	}
	
	.lg\:rem\:min-w-\[971px\] {
		min-width: 60.6875rem;
	}
	
	.lg\:rem\:min-w-\[972px\] {
		min-width: 60.75rem;
	}
	
	.lg\:rem\:min-w-\[973px\] {
		min-width: 60.8125rem;
	}
	
	.lg\:rem\:min-w-\[974px\] {
		min-width: 60.875rem;
	}
	
	.lg\:rem\:min-w-\[975px\] {
		min-width: 60.9375rem;
	}
	
	.lg\:rem\:min-w-\[976px\] {
		min-width: 61rem;
	}
	
	.lg\:rem\:min-w-\[977px\] {
		min-width: 61.0625rem;
	}
	
	.lg\:rem\:min-w-\[978px\] {
		min-width: 61.125rem;
	}
	
	.lg\:rem\:min-w-\[979px\] {
		min-width: 61.1875rem;
	}
	
	.lg\:rem\:min-w-\[97px\] {
		min-width: 6.0625rem;
	}
	
	.lg\:rem\:min-w-\[980px\] {
		min-width: 61.25rem;
	}
	
	.lg\:rem\:min-w-\[981px\] {
		min-width: 61.3125rem;
	}
	
	.lg\:rem\:min-w-\[982px\] {
		min-width: 61.375rem;
	}
	
	.lg\:rem\:min-w-\[983px\] {
		min-width: 61.4375rem;
	}
	
	.lg\:rem\:min-w-\[984px\] {
		min-width: 61.5rem;
	}
	
	.lg\:rem\:min-w-\[985px\] {
		min-width: 61.5625rem;
	}
	
	.lg\:rem\:min-w-\[986px\] {
		min-width: 61.625rem;
	}
	
	.lg\:rem\:min-w-\[987px\] {
		min-width: 61.6875rem;
	}
	
	.lg\:rem\:min-w-\[988px\] {
		min-width: 61.75rem;
	}
	
	.lg\:rem\:min-w-\[989px\] {
		min-width: 61.8125rem;
	}
	
	.lg\:rem\:min-w-\[98px\] {
		min-width: 6.125rem;
	}
	
	.lg\:rem\:min-w-\[990px\] {
		min-width: 61.875rem;
	}
	
	.lg\:rem\:min-w-\[991px\] {
		min-width: 61.9375rem;
	}
	
	.lg\:rem\:min-w-\[992px\] {
		min-width: 62rem;
	}
	
	.lg\:rem\:min-w-\[993px\] {
		min-width: 62.0625rem;
	}
	
	.lg\:rem\:min-w-\[994px\] {
		min-width: 62.125rem;
	}
	
	.lg\:rem\:min-w-\[995px\] {
		min-width: 62.1875rem;
	}
	
	.lg\:rem\:min-w-\[996px\] {
		min-width: 62.25rem;
	}
	
	.lg\:rem\:min-w-\[997px\] {
		min-width: 62.3125rem;
	}
	
	.lg\:rem\:min-w-\[998px\] {
		min-width: 62.375rem;
	}
	
	.lg\:rem\:min-w-\[999px\] {
		min-width: 62.4375rem;
	}
	
	.lg\:rem\:min-w-\[99px\] {
		min-width: 6.1875rem;
	}
	
	.lg\:rem\:min-w-\[9px\] {
		min-width: .5625rem;
	}
	
	.lg\:rem\:max-w-\[100px\] {
		max-width: 6.25rem;
	}
	
	.lg\:rem\:max-w-\[101px\] {
		max-width: 6.3125rem;
	}
	
	.lg\:rem\:max-w-\[102px\] {
		max-width: 6.375rem;
	}
	
	.lg\:rem\:max-w-\[103px\] {
		max-width: 6.4375rem;
	}
	
	.lg\:rem\:max-w-\[104px\] {
		max-width: 6.5rem;
	}
	
	.lg\:rem\:max-w-\[105px\] {
		max-width: 6.5625rem;
	}
	
	.lg\:rem\:max-w-\[106px\] {
		max-width: 6.625rem;
	}
	
	.lg\:rem\:max-w-\[107px\] {
		max-width: 6.6875rem;
	}
	
	.lg\:rem\:max-w-\[108px\] {
		max-width: 6.75rem;
	}
	
	.lg\:rem\:max-w-\[109px\] {
		max-width: 6.8125rem;
	}
	
	.lg\:rem\:max-w-\[10px\] {
		max-width: .625rem;
	}
	
	.lg\:rem\:max-w-\[110px\] {
		max-width: 6.875rem;
	}
	
	.lg\:rem\:max-w-\[111px\] {
		max-width: 6.9375rem;
	}
	
	.lg\:rem\:max-w-\[112px\] {
		max-width: 7rem;
	}
	
	.lg\:rem\:max-w-\[113px\] {
		max-width: 7.0625rem;
	}
	
	.lg\:rem\:max-w-\[114px\] {
		max-width: 7.125rem;
	}
	
	.lg\:rem\:max-w-\[115px\] {
		max-width: 7.1875rem;
	}
	
	.lg\:rem\:max-w-\[116px\] {
		max-width: 7.25rem;
	}
	
	.lg\:rem\:max-w-\[117px\] {
		max-width: 7.3125rem;
	}
	
	.lg\:rem\:max-w-\[118px\] {
		max-width: 7.375rem;
	}
	
	.lg\:rem\:max-w-\[119px\] {
		max-width: 7.4375rem;
	}
	
	.lg\:rem\:max-w-\[11px\] {
		max-width: .6875rem;
	}
	
	.lg\:rem\:max-w-\[120px\] {
		max-width: 7.5rem;
	}
	
	.lg\:rem\:max-w-\[121px\] {
		max-width: 7.5625rem;
	}
	
	.lg\:rem\:max-w-\[122px\] {
		max-width: 7.625rem;
	}
	
	.lg\:rem\:max-w-\[123px\] {
		max-width: 7.6875rem;
	}
	
	.lg\:rem\:max-w-\[124px\] {
		max-width: 7.75rem;
	}
	
	.lg\:rem\:max-w-\[125px\] {
		max-width: 7.8125rem;
	}
	
	.lg\:rem\:max-w-\[126px\] {
		max-width: 7.875rem;
	}
	
	.lg\:rem\:max-w-\[127px\] {
		max-width: 7.9375rem;
	}
	
	.lg\:rem\:max-w-\[128px\] {
		max-width: 8rem;
	}
	
	.lg\:rem\:max-w-\[129px\] {
		max-width: 8.0625rem;
	}
	
	.lg\:rem\:max-w-\[12px\] {
		max-width: .75rem;
	}
	
	.lg\:rem\:max-w-\[130px\] {
		max-width: 8.125rem;
	}
	
	.lg\:rem\:max-w-\[131px\] {
		max-width: 8.1875rem;
	}
	
	.lg\:rem\:max-w-\[132px\] {
		max-width: 8.25rem;
	}
	
	.lg\:rem\:max-w-\[133px\] {
		max-width: 8.3125rem;
	}
	
	.lg\:rem\:max-w-\[134px\] {
		max-width: 8.375rem;
	}
	
	.lg\:rem\:max-w-\[135px\] {
		max-width: 8.4375rem;
	}
	
	.lg\:rem\:max-w-\[136px\] {
		max-width: 8.5rem;
	}
	
	.lg\:rem\:max-w-\[137px\] {
		max-width: 8.5625rem;
	}
	
	.lg\:rem\:max-w-\[138px\] {
		max-width: 8.625rem;
	}
	
	.lg\:rem\:max-w-\[139px\] {
		max-width: 8.6875rem;
	}
	
	.lg\:rem\:max-w-\[13px\] {
		max-width: .8125rem;
	}
	
	.lg\:rem\:max-w-\[140px\] {
		max-width: 8.75rem;
	}
	
	.lg\:rem\:max-w-\[141px\] {
		max-width: 8.8125rem;
	}
	
	.lg\:rem\:max-w-\[142px\] {
		max-width: 8.875rem;
	}
	
	.lg\:rem\:max-w-\[143px\] {
		max-width: 8.9375rem;
	}
	
	.lg\:rem\:max-w-\[144px\] {
		max-width: 9rem;
	}
	
	.lg\:rem\:max-w-\[145px\] {
		max-width: 9.0625rem;
	}
	
	.lg\:rem\:max-w-\[146px\] {
		max-width: 9.125rem;
	}
	
	.lg\:rem\:max-w-\[147px\] {
		max-width: 9.1875rem;
	}
	
	.lg\:rem\:max-w-\[148px\] {
		max-width: 9.25rem;
	}
	
	.lg\:rem\:max-w-\[149px\] {
		max-width: 9.3125rem;
	}
	
	.lg\:rem\:max-w-\[14px\] {
		max-width: .875rem;
	}
	
	.lg\:rem\:max-w-\[150px\] {
		max-width: 9.375rem;
	}
	
	.lg\:rem\:max-w-\[151px\] {
		max-width: 9.4375rem;
	}
	
	.lg\:rem\:max-w-\[152px\] {
		max-width: 9.5rem;
	}
	
	.lg\:rem\:max-w-\[153px\] {
		max-width: 9.5625rem;
	}
	
	.lg\:rem\:max-w-\[154px\] {
		max-width: 9.625rem;
	}
	
	.lg\:rem\:max-w-\[155px\] {
		max-width: 9.6875rem;
	}
	
	.lg\:rem\:max-w-\[156px\] {
		max-width: 9.75rem;
	}
	
	.lg\:rem\:max-w-\[157px\] {
		max-width: 9.8125rem;
	}
	
	.lg\:rem\:max-w-\[158px\] {
		max-width: 9.875rem;
	}
	
	.lg\:rem\:max-w-\[159px\] {
		max-width: 9.9375rem;
	}
	
	.lg\:rem\:max-w-\[15px\] {
		max-width: .9375rem;
	}
	
	.lg\:rem\:max-w-\[160px\] {
		max-width: 10rem;
	}
	
	.lg\:rem\:max-w-\[161px\] {
		max-width: 10.0625rem;
	}
	
	.lg\:rem\:max-w-\[162px\] {
		max-width: 10.125rem;
	}
	
	.lg\:rem\:max-w-\[163px\] {
		max-width: 10.1875rem;
	}
	
	.lg\:rem\:max-w-\[164px\] {
		max-width: 10.25rem;
	}
	
	.lg\:rem\:max-w-\[165px\] {
		max-width: 10.3125rem;
	}
	
	.lg\:rem\:max-w-\[166px\] {
		max-width: 10.375rem;
	}
	
	.lg\:rem\:max-w-\[167px\] {
		max-width: 10.4375rem;
	}
	
	.lg\:rem\:max-w-\[168px\] {
		max-width: 10.5rem;
	}
	
	.lg\:rem\:max-w-\[169px\] {
		max-width: 10.5625rem;
	}
	
	.lg\:rem\:max-w-\[16px\] {
		max-width: 1rem;
	}
	
	.lg\:rem\:max-w-\[170px\] {
		max-width: 10.625rem;
	}
	
	.lg\:rem\:max-w-\[171px\] {
		max-width: 10.6875rem;
	}
	
	.lg\:rem\:max-w-\[172px\] {
		max-width: 10.75rem;
	}
	
	.lg\:rem\:max-w-\[173px\] {
		max-width: 10.8125rem;
	}
	
	.lg\:rem\:max-w-\[174px\] {
		max-width: 10.875rem;
	}
	
	.lg\:rem\:max-w-\[175px\] {
		max-width: 10.9375rem;
	}
	
	.lg\:rem\:max-w-\[176px\] {
		max-width: 11rem;
	}
	
	.lg\:rem\:max-w-\[177px\] {
		max-width: 11.0625rem;
	}
	
	.lg\:rem\:max-w-\[178px\] {
		max-width: 11.125rem;
	}
	
	.lg\:rem\:max-w-\[179px\] {
		max-width: 11.1875rem;
	}
	
	.lg\:rem\:max-w-\[17px\] {
		max-width: 1.0625rem;
	}
	
	.lg\:rem\:max-w-\[180px\] {
		max-width: 11.25rem;
	}
	
	.lg\:rem\:max-w-\[181px\] {
		max-width: 11.3125rem;
	}
	
	.lg\:rem\:max-w-\[182px\] {
		max-width: 11.375rem;
	}
	
	.lg\:rem\:max-w-\[183px\] {
		max-width: 11.4375rem;
	}
	
	.lg\:rem\:max-w-\[184px\] {
		max-width: 11.5rem;
	}
	
	.lg\:rem\:max-w-\[185px\] {
		max-width: 11.5625rem;
	}
	
	.lg\:rem\:max-w-\[186px\] {
		max-width: 11.625rem;
	}
	
	.lg\:rem\:max-w-\[187px\] {
		max-width: 11.6875rem;
	}
	
	.lg\:rem\:max-w-\[188px\] {
		max-width: 11.75rem;
	}
	
	.lg\:rem\:max-w-\[189px\] {
		max-width: 11.8125rem;
	}
	
	.lg\:rem\:max-w-\[18px\] {
		max-width: 1.125rem;
	}
	
	.lg\:rem\:max-w-\[190px\] {
		max-width: 11.875rem;
	}
	
	.lg\:rem\:max-w-\[191px\] {
		max-width: 11.9375rem;
	}
	
	.lg\:rem\:max-w-\[192px\] {
		max-width: 12rem;
	}
	
	.lg\:rem\:max-w-\[193px\] {
		max-width: 12.0625rem;
	}
	
	.lg\:rem\:max-w-\[194px\] {
		max-width: 12.125rem;
	}
	
	.lg\:rem\:max-w-\[195px\] {
		max-width: 12.1875rem;
	}
	
	.lg\:rem\:max-w-\[196px\] {
		max-width: 12.25rem;
	}
	
	.lg\:rem\:max-w-\[197px\] {
		max-width: 12.3125rem;
	}
	
	.lg\:rem\:max-w-\[198px\] {
		max-width: 12.375rem;
	}
	
	.lg\:rem\:max-w-\[199px\] {
		max-width: 12.4375rem;
	}
	
	.lg\:rem\:max-w-\[19px\] {
		max-width: 1.1875rem;
	}
	
	.lg\:rem\:max-w-\[1px\] {
		max-width: .0625rem;
	}
	
	.lg\:rem\:max-w-\[200px\] {
		max-width: 12.5rem;
	}
	
	.lg\:rem\:max-w-\[201px\] {
		max-width: 12.5625rem;
	}
	
	.lg\:rem\:max-w-\[202px\] {
		max-width: 12.625rem;
	}
	
	.lg\:rem\:max-w-\[203px\] {
		max-width: 12.6875rem;
	}
	
	.lg\:rem\:max-w-\[204px\] {
		max-width: 12.75rem;
	}
	
	.lg\:rem\:max-w-\[205px\] {
		max-width: 12.8125rem;
	}
	
	.lg\:rem\:max-w-\[206px\] {
		max-width: 12.875rem;
	}
	
	.lg\:rem\:max-w-\[207px\] {
		max-width: 12.9375rem;
	}
	
	.lg\:rem\:max-w-\[208px\] {
		max-width: 13rem;
	}
	
	.lg\:rem\:max-w-\[209px\] {
		max-width: 13.0625rem;
	}
	
	.lg\:rem\:max-w-\[20px\] {
		max-width: 1.25rem;
	}
	
	.lg\:rem\:max-w-\[210px\] {
		max-width: 13.125rem;
	}
	
	.lg\:rem\:max-w-\[211px\] {
		max-width: 13.1875rem;
	}
	
	.lg\:rem\:max-w-\[212px\] {
		max-width: 13.25rem;
	}
	
	.lg\:rem\:max-w-\[213px\] {
		max-width: 13.3125rem;
	}
	
	.lg\:rem\:max-w-\[214px\] {
		max-width: 13.375rem;
	}
	
	.lg\:rem\:max-w-\[215px\] {
		max-width: 13.4375rem;
	}
	
	.lg\:rem\:max-w-\[216px\] {
		max-width: 13.5rem;
	}
	
	.lg\:rem\:max-w-\[217px\] {
		max-width: 13.5625rem;
	}
	
	.lg\:rem\:max-w-\[218px\] {
		max-width: 13.625rem;
	}
	
	.lg\:rem\:max-w-\[219px\] {
		max-width: 13.6875rem;
	}
	
	.lg\:rem\:max-w-\[21px\] {
		max-width: 1.3125rem;
	}
	
	.lg\:rem\:max-w-\[220px\] {
		max-width: 13.75rem;
	}
	
	.lg\:rem\:max-w-\[221px\] {
		max-width: 13.8125rem;
	}
	
	.lg\:rem\:max-w-\[222px\] {
		max-width: 13.875rem;
	}
	
	.lg\:rem\:max-w-\[223px\] {
		max-width: 13.9375rem;
	}
	
	.lg\:rem\:max-w-\[224px\] {
		max-width: 14rem;
	}
	
	.lg\:rem\:max-w-\[225px\] {
		max-width: 14.0625rem;
	}
	
	.lg\:rem\:max-w-\[226px\] {
		max-width: 14.125rem;
	}
	
	.lg\:rem\:max-w-\[227px\] {
		max-width: 14.1875rem;
	}
	
	.lg\:rem\:max-w-\[228px\] {
		max-width: 14.25rem;
	}
	
	.lg\:rem\:max-w-\[229px\] {
		max-width: 14.3125rem;
	}
	
	.lg\:rem\:max-w-\[22px\] {
		max-width: 1.375rem;
	}
	
	.lg\:rem\:max-w-\[230px\] {
		max-width: 14.375rem;
	}
	
	.lg\:rem\:max-w-\[231px\] {
		max-width: 14.4375rem;
	}
	
	.lg\:rem\:max-w-\[232px\] {
		max-width: 14.5rem;
	}
	
	.lg\:rem\:max-w-\[233px\] {
		max-width: 14.5625rem;
	}
	
	.lg\:rem\:max-w-\[234px\] {
		max-width: 14.625rem;
	}
	
	.lg\:rem\:max-w-\[235px\] {
		max-width: 14.6875rem;
	}
	
	.lg\:rem\:max-w-\[236px\] {
		max-width: 14.75rem;
	}
	
	.lg\:rem\:max-w-\[237px\] {
		max-width: 14.8125rem;
	}
	
	.lg\:rem\:max-w-\[238px\] {
		max-width: 14.875rem;
	}
	
	.lg\:rem\:max-w-\[239px\] {
		max-width: 14.9375rem;
	}
	
	.lg\:rem\:max-w-\[23px\] {
		max-width: 1.4375rem;
	}
	
	.lg\:rem\:max-w-\[240px\] {
		max-width: 15rem;
	}
	
	.lg\:rem\:max-w-\[241px\] {
		max-width: 15.0625rem;
	}
	
	.lg\:rem\:max-w-\[242px\] {
		max-width: 15.125rem;
	}
	
	.lg\:rem\:max-w-\[243px\] {
		max-width: 15.1875rem;
	}
	
	.lg\:rem\:max-w-\[244px\] {
		max-width: 15.25rem;
	}
	
	.lg\:rem\:max-w-\[245px\] {
		max-width: 15.3125rem;
	}
	
	.lg\:rem\:max-w-\[246px\] {
		max-width: 15.375rem;
	}
	
	.lg\:rem\:max-w-\[247px\] {
		max-width: 15.4375rem;
	}
	
	.lg\:rem\:max-w-\[248px\] {
		max-width: 15.5rem;
	}
	
	.lg\:rem\:max-w-\[249px\] {
		max-width: 15.5625rem;
	}
	
	.lg\:rem\:max-w-\[24px\] {
		max-width: 1.5rem;
	}
	
	.lg\:rem\:max-w-\[250px\] {
		max-width: 15.625rem;
	}
	
	.lg\:rem\:max-w-\[251px\] {
		max-width: 15.6875rem;
	}
	
	.lg\:rem\:max-w-\[252px\] {
		max-width: 15.75rem;
	}
	
	.lg\:rem\:max-w-\[253px\] {
		max-width: 15.8125rem;
	}
	
	.lg\:rem\:max-w-\[254px\] {
		max-width: 15.875rem;
	}
	
	.lg\:rem\:max-w-\[255px\] {
		max-width: 15.9375rem;
	}
	
	.lg\:rem\:max-w-\[256px\] {
		max-width: 16rem;
	}
	
	.lg\:rem\:max-w-\[257px\] {
		max-width: 16.0625rem;
	}
	
	.lg\:rem\:max-w-\[258px\] {
		max-width: 16.125rem;
	}
	
	.lg\:rem\:max-w-\[259px\] {
		max-width: 16.1875rem;
	}
	
	.lg\:rem\:max-w-\[25px\] {
		max-width: 1.5625rem;
	}
	
	.lg\:rem\:max-w-\[260px\] {
		max-width: 16.25rem;
	}
	
	.lg\:rem\:max-w-\[261px\] {
		max-width: 16.3125rem;
	}
	
	.lg\:rem\:max-w-\[262px\] {
		max-width: 16.375rem;
	}
	
	.lg\:rem\:max-w-\[263px\] {
		max-width: 16.4375rem;
	}
	
	.lg\:rem\:max-w-\[264px\] {
		max-width: 16.5rem;
	}
	
	.lg\:rem\:max-w-\[265px\] {
		max-width: 16.5625rem;
	}
	
	.lg\:rem\:max-w-\[266px\] {
		max-width: 16.625rem;
	}
	
	.lg\:rem\:max-w-\[267px\] {
		max-width: 16.6875rem;
	}
	
	.lg\:rem\:max-w-\[268px\] {
		max-width: 16.75rem;
	}
	
	.lg\:rem\:max-w-\[269px\] {
		max-width: 16.8125rem;
	}
	
	.lg\:rem\:max-w-\[26px\] {
		max-width: 1.625rem;
	}
	
	.lg\:rem\:max-w-\[270px\] {
		max-width: 16.875rem;
	}
	
	.lg\:rem\:max-w-\[271px\] {
		max-width: 16.9375rem;
	}
	
	.lg\:rem\:max-w-\[272px\] {
		max-width: 17rem;
	}
	
	.lg\:rem\:max-w-\[273px\] {
		max-width: 17.0625rem;
	}
	
	.lg\:rem\:max-w-\[274px\] {
		max-width: 17.125rem;
	}
	
	.lg\:rem\:max-w-\[275px\] {
		max-width: 17.1875rem;
	}
	
	.lg\:rem\:max-w-\[276px\] {
		max-width: 17.25rem;
	}
	
	.lg\:rem\:max-w-\[277px\] {
		max-width: 17.3125rem;
	}
	
	.lg\:rem\:max-w-\[278px\] {
		max-width: 17.375rem;
	}
	
	.lg\:rem\:max-w-\[279px\] {
		max-width: 17.4375rem;
	}
	
	.lg\:rem\:max-w-\[27px\] {
		max-width: 1.6875rem;
	}
	
	.lg\:rem\:max-w-\[280px\] {
		max-width: 17.5rem;
	}
	
	.lg\:rem\:max-w-\[281px\] {
		max-width: 17.5625rem;
	}
	
	.lg\:rem\:max-w-\[282px\] {
		max-width: 17.625rem;
	}
	
	.lg\:rem\:max-w-\[283px\] {
		max-width: 17.6875rem;
	}
	
	.lg\:rem\:max-w-\[284px\] {
		max-width: 17.75rem;
	}
	
	.lg\:rem\:max-w-\[285px\] {
		max-width: 17.8125rem;
	}
	
	.lg\:rem\:max-w-\[286px\] {
		max-width: 17.875rem;
	}
	
	.lg\:rem\:max-w-\[287px\] {
		max-width: 17.9375rem;
	}
	
	.lg\:rem\:max-w-\[288px\] {
		max-width: 18rem;
	}
	
	.lg\:rem\:max-w-\[289px\] {
		max-width: 18.0625rem;
	}
	
	.lg\:rem\:max-w-\[28px\] {
		max-width: 1.75rem;
	}
	
	.lg\:rem\:max-w-\[290px\] {
		max-width: 18.125rem;
	}
	
	.lg\:rem\:max-w-\[291px\] {
		max-width: 18.1875rem;
	}
	
	.lg\:rem\:max-w-\[292px\] {
		max-width: 18.25rem;
	}
	
	.lg\:rem\:max-w-\[293px\] {
		max-width: 18.3125rem;
	}
	
	.lg\:rem\:max-w-\[294px\] {
		max-width: 18.375rem;
	}
	
	.lg\:rem\:max-w-\[295px\] {
		max-width: 18.4375rem;
	}
	
	.lg\:rem\:max-w-\[296px\] {
		max-width: 18.5rem;
	}
	
	.lg\:rem\:max-w-\[297px\] {
		max-width: 18.5625rem;
	}
	
	.lg\:rem\:max-w-\[298px\] {
		max-width: 18.625rem;
	}
	
	.lg\:rem\:max-w-\[299px\] {
		max-width: 18.6875rem;
	}
	
	.lg\:rem\:max-w-\[29px\] {
		max-width: 1.8125rem;
	}
	
	.lg\:rem\:max-w-\[2px\] {
		max-width: .125rem;
	}
	
	.lg\:rem\:max-w-\[300px\] {
		max-width: 18.75rem;
	}
	
	.lg\:rem\:max-w-\[301px\] {
		max-width: 18.8125rem;
	}
	
	.lg\:rem\:max-w-\[302px\] {
		max-width: 18.875rem;
	}
	
	.lg\:rem\:max-w-\[303px\] {
		max-width: 18.9375rem;
	}
	
	.lg\:rem\:max-w-\[304px\] {
		max-width: 19rem;
	}
	
	.lg\:rem\:max-w-\[305px\] {
		max-width: 19.0625rem;
	}
	
	.lg\:rem\:max-w-\[306px\] {
		max-width: 19.125rem;
	}
	
	.lg\:rem\:max-w-\[307px\] {
		max-width: 19.1875rem;
	}
	
	.lg\:rem\:max-w-\[308px\] {
		max-width: 19.25rem;
	}
	
	.lg\:rem\:max-w-\[309px\] {
		max-width: 19.3125rem;
	}
	
	.lg\:rem\:max-w-\[30px\] {
		max-width: 1.875rem;
	}
	
	.lg\:rem\:max-w-\[310px\] {
		max-width: 19.375rem;
	}
	
	.lg\:rem\:max-w-\[311px\] {
		max-width: 19.4375rem;
	}
	
	.lg\:rem\:max-w-\[312px\] {
		max-width: 19.5rem;
	}
	
	.lg\:rem\:max-w-\[313px\] {
		max-width: 19.5625rem;
	}
	
	.lg\:rem\:max-w-\[314px\] {
		max-width: 19.625rem;
	}
	
	.lg\:rem\:max-w-\[315px\] {
		max-width: 19.6875rem;
	}
	
	.lg\:rem\:max-w-\[316px\] {
		max-width: 19.75rem;
	}
	
	.lg\:rem\:max-w-\[317px\] {
		max-width: 19.8125rem;
	}
	
	.lg\:rem\:max-w-\[318px\] {
		max-width: 19.875rem;
	}
	
	.lg\:rem\:max-w-\[319px\] {
		max-width: 19.9375rem;
	}
	
	.lg\:rem\:max-w-\[31px\] {
		max-width: 1.9375rem;
	}
	
	.lg\:rem\:max-w-\[320px\] {
		max-width: 20rem;
	}
	
	.lg\:rem\:max-w-\[321px\] {
		max-width: 20.0625rem;
	}
	
	.lg\:rem\:max-w-\[322px\] {
		max-width: 20.125rem;
	}
	
	.lg\:rem\:max-w-\[323px\] {
		max-width: 20.1875rem;
	}
	
	.lg\:rem\:max-w-\[324px\] {
		max-width: 20.25rem;
	}
	
	.lg\:rem\:max-w-\[325px\] {
		max-width: 20.3125rem;
	}
	
	.lg\:rem\:max-w-\[326px\] {
		max-width: 20.375rem;
	}
	
	.lg\:rem\:max-w-\[327px\] {
		max-width: 20.4375rem;
	}
	
	.lg\:rem\:max-w-\[328px\] {
		max-width: 20.5rem;
	}
	
	.lg\:rem\:max-w-\[329px\] {
		max-width: 20.5625rem;
	}
	
	.lg\:rem\:max-w-\[32px\] {
		max-width: 2rem;
	}
	
	.lg\:rem\:max-w-\[330px\] {
		max-width: 20.625rem;
	}
	
	.lg\:rem\:max-w-\[331px\] {
		max-width: 20.6875rem;
	}
	
	.lg\:rem\:max-w-\[332px\] {
		max-width: 20.75rem;
	}
	
	.lg\:rem\:max-w-\[333px\] {
		max-width: 20.8125rem;
	}
	
	.lg\:rem\:max-w-\[334px\] {
		max-width: 20.875rem;
	}
	
	.lg\:rem\:max-w-\[335px\] {
		max-width: 20.9375rem;
	}
	
	.lg\:rem\:max-w-\[336px\] {
		max-width: 21rem;
	}
	
	.lg\:rem\:max-w-\[337px\] {
		max-width: 21.0625rem;
	}
	
	.lg\:rem\:max-w-\[338px\] {
		max-width: 21.125rem;
	}
	
	.lg\:rem\:max-w-\[339px\] {
		max-width: 21.1875rem;
	}
	
	.lg\:rem\:max-w-\[33px\] {
		max-width: 2.0625rem;
	}
	
	.lg\:rem\:max-w-\[340px\] {
		max-width: 21.25rem;
	}
	
	.lg\:rem\:max-w-\[341px\] {
		max-width: 21.3125rem;
	}
	
	.lg\:rem\:max-w-\[342px\] {
		max-width: 21.375rem;
	}
	
	.lg\:rem\:max-w-\[343px\] {
		max-width: 21.4375rem;
	}
	
	.lg\:rem\:max-w-\[344px\] {
		max-width: 21.5rem;
	}
	
	.lg\:rem\:max-w-\[345px\] {
		max-width: 21.5625rem;
	}
	
	.lg\:rem\:max-w-\[346px\] {
		max-width: 21.625rem;
	}
	
	.lg\:rem\:max-w-\[347px\] {
		max-width: 21.6875rem;
	}
	
	.lg\:rem\:max-w-\[348px\] {
		max-width: 21.75rem;
	}
	
	.lg\:rem\:max-w-\[349px\] {
		max-width: 21.8125rem;
	}
	
	.lg\:rem\:max-w-\[34px\] {
		max-width: 2.125rem;
	}
	
	.lg\:rem\:max-w-\[350px\] {
		max-width: 21.875rem;
	}
	
	.lg\:rem\:max-w-\[351px\] {
		max-width: 21.9375rem;
	}
	
	.lg\:rem\:max-w-\[352px\] {
		max-width: 22rem;
	}
	
	.lg\:rem\:max-w-\[353px\] {
		max-width: 22.0625rem;
	}
	
	.lg\:rem\:max-w-\[354px\] {
		max-width: 22.125rem;
	}
	
	.lg\:rem\:max-w-\[355px\] {
		max-width: 22.1875rem;
	}
	
	.lg\:rem\:max-w-\[356px\] {
		max-width: 22.25rem;
	}
	
	.lg\:rem\:max-w-\[357px\] {
		max-width: 22.3125rem;
	}
	
	.lg\:rem\:max-w-\[358px\] {
		max-width: 22.375rem;
	}
	
	.lg\:rem\:max-w-\[359px\] {
		max-width: 22.4375rem;
	}
	
	.lg\:rem\:max-w-\[35px\] {
		max-width: 2.1875rem;
	}
	
	.lg\:rem\:max-w-\[360px\] {
		max-width: 22.5rem;
	}
	
	.lg\:rem\:max-w-\[361px\] {
		max-width: 22.5625rem;
	}
	
	.lg\:rem\:max-w-\[362px\] {
		max-width: 22.625rem;
	}
	
	.lg\:rem\:max-w-\[363px\] {
		max-width: 22.6875rem;
	}
	
	.lg\:rem\:max-w-\[364px\] {
		max-width: 22.75rem;
	}
	
	.lg\:rem\:max-w-\[365px\] {
		max-width: 22.8125rem;
	}
	
	.lg\:rem\:max-w-\[366px\] {
		max-width: 22.875rem;
	}
	
	.lg\:rem\:max-w-\[367px\] {
		max-width: 22.9375rem;
	}
	
	.lg\:rem\:max-w-\[368px\] {
		max-width: 23rem;
	}
	
	.lg\:rem\:max-w-\[369px\] {
		max-width: 23.0625rem;
	}
	
	.lg\:rem\:max-w-\[36px\] {
		max-width: 2.25rem;
	}
	
	.lg\:rem\:max-w-\[370px\] {
		max-width: 23.125rem;
	}
	
	.lg\:rem\:max-w-\[371px\] {
		max-width: 23.1875rem;
	}
	
	.lg\:rem\:max-w-\[372px\] {
		max-width: 23.25rem;
	}
	
	.lg\:rem\:max-w-\[373px\] {
		max-width: 23.3125rem;
	}
	
	.lg\:rem\:max-w-\[374px\] {
		max-width: 23.375rem;
	}
	
	.lg\:rem\:max-w-\[375px\] {
		max-width: 23.4375rem;
	}
	
	.lg\:rem\:max-w-\[376px\] {
		max-width: 23.5rem;
	}
	
	.lg\:rem\:max-w-\[377px\] {
		max-width: 23.5625rem;
	}
	
	.lg\:rem\:max-w-\[378px\] {
		max-width: 23.625rem;
	}
	
	.lg\:rem\:max-w-\[379px\] {
		max-width: 23.6875rem;
	}
	
	.lg\:rem\:max-w-\[37px\] {
		max-width: 2.3125rem;
	}
	
	.lg\:rem\:max-w-\[380px\] {
		max-width: 23.75rem;
	}
	
	.lg\:rem\:max-w-\[381px\] {
		max-width: 23.8125rem;
	}
	
	.lg\:rem\:max-w-\[382px\] {
		max-width: 23.875rem;
	}
	
	.lg\:rem\:max-w-\[383px\] {
		max-width: 23.9375rem;
	}
	
	.lg\:rem\:max-w-\[384px\] {
		max-width: 24rem;
	}
	
	.lg\:rem\:max-w-\[385px\] {
		max-width: 24.0625rem;
	}
	
	.lg\:rem\:max-w-\[386px\] {
		max-width: 24.125rem;
	}
	
	.lg\:rem\:max-w-\[387px\] {
		max-width: 24.1875rem;
	}
	
	.lg\:rem\:max-w-\[388px\] {
		max-width: 24.25rem;
	}
	
	.lg\:rem\:max-w-\[389px\] {
		max-width: 24.3125rem;
	}
	
	.lg\:rem\:max-w-\[38px\] {
		max-width: 2.375rem;
	}
	
	.lg\:rem\:max-w-\[390px\] {
		max-width: 24.375rem;
	}
	
	.lg\:rem\:max-w-\[391px\] {
		max-width: 24.4375rem;
	}
	
	.lg\:rem\:max-w-\[392px\] {
		max-width: 24.5rem;
	}
	
	.lg\:rem\:max-w-\[393px\] {
		max-width: 24.5625rem;
	}
	
	.lg\:rem\:max-w-\[394px\] {
		max-width: 24.625rem;
	}
	
	.lg\:rem\:max-w-\[395px\] {
		max-width: 24.6875rem;
	}
	
	.lg\:rem\:max-w-\[396px\] {
		max-width: 24.75rem;
	}
	
	.lg\:rem\:max-w-\[397px\] {
		max-width: 24.8125rem;
	}
	
	.lg\:rem\:max-w-\[398px\] {
		max-width: 24.875rem;
	}
	
	.lg\:rem\:max-w-\[399px\] {
		max-width: 24.9375rem;
	}
	
	.lg\:rem\:max-w-\[39px\] {
		max-width: 2.4375rem;
	}
	
	.lg\:rem\:max-w-\[3px\] {
		max-width: .1875rem;
	}
	
	.lg\:rem\:max-w-\[400px\] {
		max-width: 25rem;
	}
	
	.lg\:rem\:max-w-\[401px\] {
		max-width: 25.0625rem;
	}
	
	.lg\:rem\:max-w-\[402px\] {
		max-width: 25.125rem;
	}
	
	.lg\:rem\:max-w-\[403px\] {
		max-width: 25.1875rem;
	}
	
	.lg\:rem\:max-w-\[404px\] {
		max-width: 25.25rem;
	}
	
	.lg\:rem\:max-w-\[405px\] {
		max-width: 25.3125rem;
	}
	
	.lg\:rem\:max-w-\[406px\] {
		max-width: 25.375rem;
	}
	
	.lg\:rem\:max-w-\[407px\] {
		max-width: 25.4375rem;
	}
	
	.lg\:rem\:max-w-\[408px\] {
		max-width: 25.5rem;
	}
	
	.lg\:rem\:max-w-\[409px\] {
		max-width: 25.5625rem;
	}
	
	.lg\:rem\:max-w-\[40px\] {
		max-width: 2.5rem;
	}
	
	.lg\:rem\:max-w-\[410px\] {
		max-width: 25.625rem;
	}
	
	.lg\:rem\:max-w-\[411px\] {
		max-width: 25.6875rem;
	}
	
	.lg\:rem\:max-w-\[412px\] {
		max-width: 25.75rem;
	}
	
	.lg\:rem\:max-w-\[413px\] {
		max-width: 25.8125rem;
	}
	
	.lg\:rem\:max-w-\[414px\] {
		max-width: 25.875rem;
	}
	
	.lg\:rem\:max-w-\[415px\] {
		max-width: 25.9375rem;
	}
	
	.lg\:rem\:max-w-\[416px\] {
		max-width: 26rem;
	}
	
	.lg\:rem\:max-w-\[417px\] {
		max-width: 26.0625rem;
	}
	
	.lg\:rem\:max-w-\[418px\] {
		max-width: 26.125rem;
	}
	
	.lg\:rem\:max-w-\[419px\] {
		max-width: 26.1875rem;
	}
	
	.lg\:rem\:max-w-\[41px\] {
		max-width: 2.5625rem;
	}
	
	.lg\:rem\:max-w-\[420px\] {
		max-width: 26.25rem;
	}
	
	.lg\:rem\:max-w-\[421px\] {
		max-width: 26.3125rem;
	}
	
	.lg\:rem\:max-w-\[422px\] {
		max-width: 26.375rem;
	}
	
	.lg\:rem\:max-w-\[423px\] {
		max-width: 26.4375rem;
	}
	
	.lg\:rem\:max-w-\[424px\] {
		max-width: 26.5rem;
	}
	
	.lg\:rem\:max-w-\[425px\] {
		max-width: 26.5625rem;
	}
	
	.lg\:rem\:max-w-\[426px\] {
		max-width: 26.625rem;
	}
	
	.lg\:rem\:max-w-\[427px\] {
		max-width: 26.6875rem;
	}
	
	.lg\:rem\:max-w-\[428px\] {
		max-width: 26.75rem;
	}
	
	.lg\:rem\:max-w-\[429px\] {
		max-width: 26.8125rem;
	}
	
	.lg\:rem\:max-w-\[42px\] {
		max-width: 2.625rem;
	}
	
	.lg\:rem\:max-w-\[430px\] {
		max-width: 26.875rem;
	}
	
	.lg\:rem\:max-w-\[431px\] {
		max-width: 26.9375rem;
	}
	
	.lg\:rem\:max-w-\[432px\] {
		max-width: 27rem;
	}
	
	.lg\:rem\:max-w-\[433px\] {
		max-width: 27.0625rem;
	}
	
	.lg\:rem\:max-w-\[434px\] {
		max-width: 27.125rem;
	}
	
	.lg\:rem\:max-w-\[435px\] {
		max-width: 27.1875rem;
	}
	
	.lg\:rem\:max-w-\[436px\] {
		max-width: 27.25rem;
	}
	
	.lg\:rem\:max-w-\[437px\] {
		max-width: 27.3125rem;
	}
	
	.lg\:rem\:max-w-\[438px\] {
		max-width: 27.375rem;
	}
	
	.lg\:rem\:max-w-\[439px\] {
		max-width: 27.4375rem;
	}
	
	.lg\:rem\:max-w-\[43px\] {
		max-width: 2.6875rem;
	}
	
	.lg\:rem\:max-w-\[440px\] {
		max-width: 27.5rem;
	}
	
	.lg\:rem\:max-w-\[441px\] {
		max-width: 27.5625rem;
	}
	
	.lg\:rem\:max-w-\[442px\] {
		max-width: 27.625rem;
	}
	
	.lg\:rem\:max-w-\[443px\] {
		max-width: 27.6875rem;
	}
	
	.lg\:rem\:max-w-\[444px\] {
		max-width: 27.75rem;
	}
	
	.lg\:rem\:max-w-\[445px\] {
		max-width: 27.8125rem;
	}
	
	.lg\:rem\:max-w-\[446px\] {
		max-width: 27.875rem;
	}
	
	.lg\:rem\:max-w-\[447px\] {
		max-width: 27.9375rem;
	}
	
	.lg\:rem\:max-w-\[448px\] {
		max-width: 28rem;
	}
	
	.lg\:rem\:max-w-\[449px\] {
		max-width: 28.0625rem;
	}
	
	.lg\:rem\:max-w-\[44px\] {
		max-width: 2.75rem;
	}
	
	.lg\:rem\:max-w-\[450px\] {
		max-width: 28.125rem;
	}
	
	.lg\:rem\:max-w-\[451px\] {
		max-width: 28.1875rem;
	}
	
	.lg\:rem\:max-w-\[452px\] {
		max-width: 28.25rem;
	}
	
	.lg\:rem\:max-w-\[453px\] {
		max-width: 28.3125rem;
	}
	
	.lg\:rem\:max-w-\[454px\] {
		max-width: 28.375rem;
	}
	
	.lg\:rem\:max-w-\[455px\] {
		max-width: 28.4375rem;
	}
	
	.lg\:rem\:max-w-\[456px\] {
		max-width: 28.5rem;
	}
	
	.lg\:rem\:max-w-\[457px\] {
		max-width: 28.5625rem;
	}
	
	.lg\:rem\:max-w-\[458px\] {
		max-width: 28.625rem;
	}
	
	.lg\:rem\:max-w-\[459px\] {
		max-width: 28.6875rem;
	}
	
	.lg\:rem\:max-w-\[45px\] {
		max-width: 2.8125rem;
	}
	
	.lg\:rem\:max-w-\[460px\] {
		max-width: 28.75rem;
	}
	
	.lg\:rem\:max-w-\[461px\] {
		max-width: 28.8125rem;
	}
	
	.lg\:rem\:max-w-\[462px\] {
		max-width: 28.875rem;
	}
	
	.lg\:rem\:max-w-\[463px\] {
		max-width: 28.9375rem;
	}
	
	.lg\:rem\:max-w-\[464px\] {
		max-width: 29rem;
	}
	
	.lg\:rem\:max-w-\[465px\] {
		max-width: 29.0625rem;
	}
	
	.lg\:rem\:max-w-\[466px\] {
		max-width: 29.125rem;
	}
	
	.lg\:rem\:max-w-\[467px\] {
		max-width: 29.1875rem;
	}
	
	.lg\:rem\:max-w-\[468px\] {
		max-width: 29.25rem;
	}
	
	.lg\:rem\:max-w-\[469px\] {
		max-width: 29.3125rem;
	}
	
	.lg\:rem\:max-w-\[46px\] {
		max-width: 2.875rem;
	}
	
	.lg\:rem\:max-w-\[470px\] {
		max-width: 29.375rem;
	}
	
	.lg\:rem\:max-w-\[471px\] {
		max-width: 29.4375rem;
	}
	
	.lg\:rem\:max-w-\[472px\] {
		max-width: 29.5rem;
	}
	
	.lg\:rem\:max-w-\[473px\] {
		max-width: 29.5625rem;
	}
	
	.lg\:rem\:max-w-\[474px\] {
		max-width: 29.625rem;
	}
	
	.lg\:rem\:max-w-\[475px\] {
		max-width: 29.6875rem;
	}
	
	.lg\:rem\:max-w-\[476px\] {
		max-width: 29.75rem;
	}
	
	.lg\:rem\:max-w-\[477px\] {
		max-width: 29.8125rem;
	}
	
	.lg\:rem\:max-w-\[478px\] {
		max-width: 29.875rem;
	}
	
	.lg\:rem\:max-w-\[479px\] {
		max-width: 29.9375rem;
	}
	
	.lg\:rem\:max-w-\[47px\] {
		max-width: 2.9375rem;
	}
	
	.lg\:rem\:max-w-\[480px\] {
		max-width: 30rem;
	}
	
	.lg\:rem\:max-w-\[481px\] {
		max-width: 30.0625rem;
	}
	
	.lg\:rem\:max-w-\[482px\] {
		max-width: 30.125rem;
	}
	
	.lg\:rem\:max-w-\[483px\] {
		max-width: 30.1875rem;
	}
	
	.lg\:rem\:max-w-\[484px\] {
		max-width: 30.25rem;
	}
	
	.lg\:rem\:max-w-\[485px\] {
		max-width: 30.3125rem;
	}
	
	.lg\:rem\:max-w-\[486px\] {
		max-width: 30.375rem;
	}
	
	.lg\:rem\:max-w-\[487px\] {
		max-width: 30.4375rem;
	}
	
	.lg\:rem\:max-w-\[488px\] {
		max-width: 30.5rem;
	}
	
	.lg\:rem\:max-w-\[489px\] {
		max-width: 30.5625rem;
	}
	
	.lg\:rem\:max-w-\[48px\] {
		max-width: 3rem;
	}
	
	.lg\:rem\:max-w-\[490px\] {
		max-width: 30.625rem;
	}
	
	.lg\:rem\:max-w-\[491px\] {
		max-width: 30.6875rem;
	}
	
	.lg\:rem\:max-w-\[492px\] {
		max-width: 30.75rem;
	}
	
	.lg\:rem\:max-w-\[493px\] {
		max-width: 30.8125rem;
	}
	
	.lg\:rem\:max-w-\[494px\] {
		max-width: 30.875rem;
	}
	
	.lg\:rem\:max-w-\[495px\] {
		max-width: 30.9375rem;
	}
	
	.lg\:rem\:max-w-\[496px\] {
		max-width: 31rem;
	}
	
	.lg\:rem\:max-w-\[497px\] {
		max-width: 31.0625rem;
	}
	
	.lg\:rem\:max-w-\[498px\] {
		max-width: 31.125rem;
	}
	
	.lg\:rem\:max-w-\[499px\] {
		max-width: 31.1875rem;
	}
	
	.lg\:rem\:max-w-\[49px\] {
		max-width: 3.0625rem;
	}
	
	.lg\:rem\:max-w-\[4px\] {
		max-width: .25rem;
	}
	
	.lg\:rem\:max-w-\[500px\] {
		max-width: 31.25rem;
	}
	
	.lg\:rem\:max-w-\[501px\] {
		max-width: 31.3125rem;
	}
	
	.lg\:rem\:max-w-\[502px\] {
		max-width: 31.375rem;
	}
	
	.lg\:rem\:max-w-\[503px\] {
		max-width: 31.4375rem;
	}
	
	.lg\:rem\:max-w-\[504px\] {
		max-width: 31.5rem;
	}
	
	.lg\:rem\:max-w-\[505px\] {
		max-width: 31.5625rem;
	}
	
	.lg\:rem\:max-w-\[506px\] {
		max-width: 31.625rem;
	}
	
	.lg\:rem\:max-w-\[507px\] {
		max-width: 31.6875rem;
	}
	
	.lg\:rem\:max-w-\[508px\] {
		max-width: 31.75rem;
	}
	
	.lg\:rem\:max-w-\[509px\] {
		max-width: 31.8125rem;
	}
	
	.lg\:rem\:max-w-\[50px\] {
		max-width: 3.125rem;
	}
	
	.lg\:rem\:max-w-\[510px\] {
		max-width: 31.875rem;
	}
	
	.lg\:rem\:max-w-\[511px\] {
		max-width: 31.9375rem;
	}
	
	.lg\:rem\:max-w-\[512px\] {
		max-width: 32rem;
	}
	
	.lg\:rem\:max-w-\[513px\] {
		max-width: 32.0625rem;
	}
	
	.lg\:rem\:max-w-\[514px\] {
		max-width: 32.125rem;
	}
	
	.lg\:rem\:max-w-\[515px\] {
		max-width: 32.1875rem;
	}
	
	.lg\:rem\:max-w-\[516px\] {
		max-width: 32.25rem;
	}
	
	.lg\:rem\:max-w-\[517px\] {
		max-width: 32.3125rem;
	}
	
	.lg\:rem\:max-w-\[518px\] {
		max-width: 32.375rem;
	}
	
	.lg\:rem\:max-w-\[519px\] {
		max-width: 32.4375rem;
	}
	
	.lg\:rem\:max-w-\[51px\] {
		max-width: 3.1875rem;
	}
	
	.lg\:rem\:max-w-\[520px\] {
		max-width: 32.5rem;
	}
	
	.lg\:rem\:max-w-\[521px\] {
		max-width: 32.5625rem;
	}
	
	.lg\:rem\:max-w-\[522px\] {
		max-width: 32.625rem;
	}
	
	.lg\:rem\:max-w-\[523px\] {
		max-width: 32.6875rem;
	}
	
	.lg\:rem\:max-w-\[524px\] {
		max-width: 32.75rem;
	}
	
	.lg\:rem\:max-w-\[525px\] {
		max-width: 32.8125rem;
	}
	
	.lg\:rem\:max-w-\[526px\] {
		max-width: 32.875rem;
	}
	
	.lg\:rem\:max-w-\[527px\] {
		max-width: 32.9375rem;
	}
	
	.lg\:rem\:max-w-\[528px\] {
		max-width: 33rem;
	}
	
	.lg\:rem\:max-w-\[529px\] {
		max-width: 33.0625rem;
	}
	
	.lg\:rem\:max-w-\[52px\] {
		max-width: 3.25rem;
	}
	
	.lg\:rem\:max-w-\[530px\] {
		max-width: 33.125rem;
	}
	
	.lg\:rem\:max-w-\[531px\] {
		max-width: 33.1875rem;
	}
	
	.lg\:rem\:max-w-\[532px\] {
		max-width: 33.25rem;
	}
	
	.lg\:rem\:max-w-\[533px\] {
		max-width: 33.3125rem;
	}
	
	.lg\:rem\:max-w-\[534px\] {
		max-width: 33.375rem;
	}
	
	.lg\:rem\:max-w-\[535px\] {
		max-width: 33.4375rem;
	}
	
	.lg\:rem\:max-w-\[536px\] {
		max-width: 33.5rem;
	}
	
	.lg\:rem\:max-w-\[537px\] {
		max-width: 33.5625rem;
	}
	
	.lg\:rem\:max-w-\[538px\] {
		max-width: 33.625rem;
	}
	
	.lg\:rem\:max-w-\[539px\] {
		max-width: 33.6875rem;
	}
	
	.lg\:rem\:max-w-\[53px\] {
		max-width: 3.3125rem;
	}
	
	.lg\:rem\:max-w-\[540px\] {
		max-width: 33.75rem;
	}
	
	.lg\:rem\:max-w-\[541px\] {
		max-width: 33.8125rem;
	}
	
	.lg\:rem\:max-w-\[542px\] {
		max-width: 33.875rem;
	}
	
	.lg\:rem\:max-w-\[543px\] {
		max-width: 33.9375rem;
	}
	
	.lg\:rem\:max-w-\[544px\] {
		max-width: 34rem;
	}
	
	.lg\:rem\:max-w-\[545px\] {
		max-width: 34.0625rem;
	}
	
	.lg\:rem\:max-w-\[546px\] {
		max-width: 34.125rem;
	}
	
	.lg\:rem\:max-w-\[547px\] {
		max-width: 34.1875rem;
	}
	
	.lg\:rem\:max-w-\[548px\] {
		max-width: 34.25rem;
	}
	
	.lg\:rem\:max-w-\[549px\] {
		max-width: 34.3125rem;
	}
	
	.lg\:rem\:max-w-\[54px\] {
		max-width: 3.375rem;
	}
	
	.lg\:rem\:max-w-\[550px\] {
		max-width: 34.375rem;
	}
	
	.lg\:rem\:max-w-\[551px\] {
		max-width: 34.4375rem;
	}
	
	.lg\:rem\:max-w-\[552px\] {
		max-width: 34.5rem;
	}
	
	.lg\:rem\:max-w-\[553px\] {
		max-width: 34.5625rem;
	}
	
	.lg\:rem\:max-w-\[554px\] {
		max-width: 34.625rem;
	}
	
	.lg\:rem\:max-w-\[555px\] {
		max-width: 34.6875rem;
	}
	
	.lg\:rem\:max-w-\[556px\] {
		max-width: 34.75rem;
	}
	
	.lg\:rem\:max-w-\[557px\] {
		max-width: 34.8125rem;
	}
	
	.lg\:rem\:max-w-\[558px\] {
		max-width: 34.875rem;
	}
	
	.lg\:rem\:max-w-\[559px\] {
		max-width: 34.9375rem;
	}
	
	.lg\:rem\:max-w-\[55px\] {
		max-width: 3.4375rem;
	}
	
	.lg\:rem\:max-w-\[560px\] {
		max-width: 35rem;
	}
	
	.lg\:rem\:max-w-\[561px\] {
		max-width: 35.0625rem;
	}
	
	.lg\:rem\:max-w-\[562px\] {
		max-width: 35.125rem;
	}
	
	.lg\:rem\:max-w-\[563px\] {
		max-width: 35.1875rem;
	}
	
	.lg\:rem\:max-w-\[564px\] {
		max-width: 35.25rem;
	}
	
	.lg\:rem\:max-w-\[565px\] {
		max-width: 35.3125rem;
	}
	
	.lg\:rem\:max-w-\[566px\] {
		max-width: 35.375rem;
	}
	
	.lg\:rem\:max-w-\[567px\] {
		max-width: 35.4375rem;
	}
	
	.lg\:rem\:max-w-\[568px\] {
		max-width: 35.5rem;
	}
	
	.lg\:rem\:max-w-\[569px\] {
		max-width: 35.5625rem;
	}
	
	.lg\:rem\:max-w-\[56px\] {
		max-width: 3.5rem;
	}
	
	.lg\:rem\:max-w-\[570px\] {
		max-width: 35.625rem;
	}
	
	.lg\:rem\:max-w-\[571px\] {
		max-width: 35.6875rem;
	}
	
	.lg\:rem\:max-w-\[572px\] {
		max-width: 35.75rem;
	}
	
	.lg\:rem\:max-w-\[573px\] {
		max-width: 35.8125rem;
	}
	
	.lg\:rem\:max-w-\[574px\] {
		max-width: 35.875rem;
	}
	
	.lg\:rem\:max-w-\[575px\] {
		max-width: 35.9375rem;
	}
	
	.lg\:rem\:max-w-\[576px\] {
		max-width: 36rem;
	}
	
	.lg\:rem\:max-w-\[577px\] {
		max-width: 36.0625rem;
	}
	
	.lg\:rem\:max-w-\[578px\] {
		max-width: 36.125rem;
	}
	
	.lg\:rem\:max-w-\[579px\] {
		max-width: 36.1875rem;
	}
	
	.lg\:rem\:max-w-\[57px\] {
		max-width: 3.5625rem;
	}
	
	.lg\:rem\:max-w-\[580px\] {
		max-width: 36.25rem;
	}
	
	.lg\:rem\:max-w-\[581px\] {
		max-width: 36.3125rem;
	}
	
	.lg\:rem\:max-w-\[582px\] {
		max-width: 36.375rem;
	}
	
	.lg\:rem\:max-w-\[583px\] {
		max-width: 36.4375rem;
	}
	
	.lg\:rem\:max-w-\[584px\] {
		max-width: 36.5rem;
	}
	
	.lg\:rem\:max-w-\[585px\] {
		max-width: 36.5625rem;
	}
	
	.lg\:rem\:max-w-\[586px\] {
		max-width: 36.625rem;
	}
	
	.lg\:rem\:max-w-\[587px\] {
		max-width: 36.6875rem;
	}
	
	.lg\:rem\:max-w-\[588px\] {
		max-width: 36.75rem;
	}
	
	.lg\:rem\:max-w-\[589px\] {
		max-width: 36.8125rem;
	}
	
	.lg\:rem\:max-w-\[58px\] {
		max-width: 3.625rem;
	}
	
	.lg\:rem\:max-w-\[590px\] {
		max-width: 36.875rem;
	}
	
	.lg\:rem\:max-w-\[591px\] {
		max-width: 36.9375rem;
	}
	
	.lg\:rem\:max-w-\[592px\] {
		max-width: 37rem;
	}
	
	.lg\:rem\:max-w-\[593px\] {
		max-width: 37.0625rem;
	}
	
	.lg\:rem\:max-w-\[594px\] {
		max-width: 37.125rem;
	}
	
	.lg\:rem\:max-w-\[595px\] {
		max-width: 37.1875rem;
	}
	
	.lg\:rem\:max-w-\[596px\] {
		max-width: 37.25rem;
	}
	
	.lg\:rem\:max-w-\[597px\] {
		max-width: 37.3125rem;
	}
	
	.lg\:rem\:max-w-\[598px\] {
		max-width: 37.375rem;
	}
	
	.lg\:rem\:max-w-\[599px\] {
		max-width: 37.4375rem;
	}
	
	.lg\:rem\:max-w-\[59px\] {
		max-width: 3.6875rem;
	}
	
	.lg\:rem\:max-w-\[5px\] {
		max-width: .3125rem;
	}
	
	.lg\:rem\:max-w-\[600px\] {
		max-width: 37.5rem;
	}
	
	.lg\:rem\:max-w-\[601px\] {
		max-width: 37.5625rem;
	}
	
	.lg\:rem\:max-w-\[602px\] {
		max-width: 37.625rem;
	}
	
	.lg\:rem\:max-w-\[603px\] {
		max-width: 37.6875rem;
	}
	
	.lg\:rem\:max-w-\[604px\] {
		max-width: 37.75rem;
	}
	
	.lg\:rem\:max-w-\[605px\] {
		max-width: 37.8125rem;
	}
	
	.lg\:rem\:max-w-\[606px\] {
		max-width: 37.875rem;
	}
	
	.lg\:rem\:max-w-\[607px\] {
		max-width: 37.9375rem;
	}
	
	.lg\:rem\:max-w-\[608px\] {
		max-width: 38rem;
	}
	
	.lg\:rem\:max-w-\[609px\] {
		max-width: 38.0625rem;
	}
	
	.lg\:rem\:max-w-\[60px\] {
		max-width: 3.75rem;
	}
	
	.lg\:rem\:max-w-\[610px\] {
		max-width: 38.125rem;
	}
	
	.lg\:rem\:max-w-\[611px\] {
		max-width: 38.1875rem;
	}
	
	.lg\:rem\:max-w-\[612px\] {
		max-width: 38.25rem;
	}
	
	.lg\:rem\:max-w-\[613px\] {
		max-width: 38.3125rem;
	}
	
	.lg\:rem\:max-w-\[614px\] {
		max-width: 38.375rem;
	}
	
	.lg\:rem\:max-w-\[615px\] {
		max-width: 38.4375rem;
	}
	
	.lg\:rem\:max-w-\[616px\] {
		max-width: 38.5rem;
	}
	
	.lg\:rem\:max-w-\[617px\] {
		max-width: 38.5625rem;
	}
	
	.lg\:rem\:max-w-\[618px\] {
		max-width: 38.625rem;
	}
	
	.lg\:rem\:max-w-\[619px\] {
		max-width: 38.6875rem;
	}
	
	.lg\:rem\:max-w-\[61px\] {
		max-width: 3.8125rem;
	}
	
	.lg\:rem\:max-w-\[620px\] {
		max-width: 38.75rem;
	}
	
	.lg\:rem\:max-w-\[621px\] {
		max-width: 38.8125rem;
	}
	
	.lg\:rem\:max-w-\[622px\] {
		max-width: 38.875rem;
	}
	
	.lg\:rem\:max-w-\[623px\] {
		max-width: 38.9375rem;
	}
	
	.lg\:rem\:max-w-\[624px\] {
		max-width: 39rem;
	}
	
	.lg\:rem\:max-w-\[625px\] {
		max-width: 39.0625rem;
	}
	
	.lg\:rem\:max-w-\[626px\] {
		max-width: 39.125rem;
	}
	
	.lg\:rem\:max-w-\[627px\] {
		max-width: 39.1875rem;
	}
	
	.lg\:rem\:max-w-\[628px\] {
		max-width: 39.25rem;
	}
	
	.lg\:rem\:max-w-\[629px\] {
		max-width: 39.3125rem;
	}
	
	.lg\:rem\:max-w-\[62px\] {
		max-width: 3.875rem;
	}
	
	.lg\:rem\:max-w-\[630px\] {
		max-width: 39.375rem;
	}
	
	.lg\:rem\:max-w-\[631px\] {
		max-width: 39.4375rem;
	}
	
	.lg\:rem\:max-w-\[632px\] {
		max-width: 39.5rem;
	}
	
	.lg\:rem\:max-w-\[633px\] {
		max-width: 39.5625rem;
	}
	
	.lg\:rem\:max-w-\[634px\] {
		max-width: 39.625rem;
	}
	
	.lg\:rem\:max-w-\[635px\] {
		max-width: 39.6875rem;
	}
	
	.lg\:rem\:max-w-\[636px\] {
		max-width: 39.75rem;
	}
	
	.lg\:rem\:max-w-\[637px\] {
		max-width: 39.8125rem;
	}
	
	.lg\:rem\:max-w-\[638px\] {
		max-width: 39.875rem;
	}
	
	.lg\:rem\:max-w-\[639px\] {
		max-width: 39.9375rem;
	}
	
	.lg\:rem\:max-w-\[63px\] {
		max-width: 3.9375rem;
	}
	
	.lg\:rem\:max-w-\[640px\] {
		max-width: 40rem;
	}
	
	.lg\:rem\:max-w-\[641px\] {
		max-width: 40.0625rem;
	}
	
	.lg\:rem\:max-w-\[642px\] {
		max-width: 40.125rem;
	}
	
	.lg\:rem\:max-w-\[643px\] {
		max-width: 40.1875rem;
	}
	
	.lg\:rem\:max-w-\[644px\] {
		max-width: 40.25rem;
	}
	
	.lg\:rem\:max-w-\[645px\] {
		max-width: 40.3125rem;
	}
	
	.lg\:rem\:max-w-\[646px\] {
		max-width: 40.375rem;
	}
	
	.lg\:rem\:max-w-\[647px\] {
		max-width: 40.4375rem;
	}
	
	.lg\:rem\:max-w-\[648px\] {
		max-width: 40.5rem;
	}
	
	.lg\:rem\:max-w-\[649px\] {
		max-width: 40.5625rem;
	}
	
	.lg\:rem\:max-w-\[64px\] {
		max-width: 4rem;
	}
	
	.lg\:rem\:max-w-\[650px\] {
		max-width: 40.625rem;
	}
	
	.lg\:rem\:max-w-\[651px\] {
		max-width: 40.6875rem;
	}
	
	.lg\:rem\:max-w-\[652px\] {
		max-width: 40.75rem;
	}
	
	.lg\:rem\:max-w-\[653px\] {
		max-width: 40.8125rem;
	}
	
	.lg\:rem\:max-w-\[654px\] {
		max-width: 40.875rem;
	}
	
	.lg\:rem\:max-w-\[655px\] {
		max-width: 40.9375rem;
	}
	
	.lg\:rem\:max-w-\[656px\] {
		max-width: 41rem;
	}
	
	.lg\:rem\:max-w-\[657px\] {
		max-width: 41.0625rem;
	}
	
	.lg\:rem\:max-w-\[658px\] {
		max-width: 41.125rem;
	}
	
	.lg\:rem\:max-w-\[659px\] {
		max-width: 41.1875rem;
	}
	
	.lg\:rem\:max-w-\[65px\] {
		max-width: 4.0625rem;
	}
	
	.lg\:rem\:max-w-\[660px\] {
		max-width: 41.25rem;
	}
	
	.lg\:rem\:max-w-\[661px\] {
		max-width: 41.3125rem;
	}
	
	.lg\:rem\:max-w-\[662px\] {
		max-width: 41.375rem;
	}
	
	.lg\:rem\:max-w-\[663px\] {
		max-width: 41.4375rem;
	}
	
	.lg\:rem\:max-w-\[664px\] {
		max-width: 41.5rem;
	}
	
	.lg\:rem\:max-w-\[665px\] {
		max-width: 41.5625rem;
	}
	
	.lg\:rem\:max-w-\[666px\] {
		max-width: 41.625rem;
	}
	
	.lg\:rem\:max-w-\[667px\] {
		max-width: 41.6875rem;
	}
	
	.lg\:rem\:max-w-\[668px\] {
		max-width: 41.75rem;
	}
	
	.lg\:rem\:max-w-\[669px\] {
		max-width: 41.8125rem;
	}
	
	.lg\:rem\:max-w-\[66px\] {
		max-width: 4.125rem;
	}
	
	.lg\:rem\:max-w-\[670px\] {
		max-width: 41.875rem;
	}
	
	.lg\:rem\:max-w-\[671px\] {
		max-width: 41.9375rem;
	}
	
	.lg\:rem\:max-w-\[672px\] {
		max-width: 42rem;
	}
	
	.lg\:rem\:max-w-\[673px\] {
		max-width: 42.0625rem;
	}
	
	.lg\:rem\:max-w-\[674px\] {
		max-width: 42.125rem;
	}
	
	.lg\:rem\:max-w-\[675px\] {
		max-width: 42.1875rem;
	}
	
	.lg\:rem\:max-w-\[676px\] {
		max-width: 42.25rem;
	}
	
	.lg\:rem\:max-w-\[677px\] {
		max-width: 42.3125rem;
	}
	
	.lg\:rem\:max-w-\[678px\] {
		max-width: 42.375rem;
	}
	
	.lg\:rem\:max-w-\[679px\] {
		max-width: 42.4375rem;
	}
	
	.lg\:rem\:max-w-\[67px\] {
		max-width: 4.1875rem;
	}
	
	.lg\:rem\:max-w-\[680px\] {
		max-width: 42.5rem;
	}
	
	.lg\:rem\:max-w-\[681px\] {
		max-width: 42.5625rem;
	}
	
	.lg\:rem\:max-w-\[682px\] {
		max-width: 42.625rem;
	}
	
	.lg\:rem\:max-w-\[683px\] {
		max-width: 42.6875rem;
	}
	
	.lg\:rem\:max-w-\[684px\] {
		max-width: 42.75rem;
	}
	
	.lg\:rem\:max-w-\[685px\] {
		max-width: 42.8125rem;
	}
	
	.lg\:rem\:max-w-\[686px\] {
		max-width: 42.875rem;
	}
	
	.lg\:rem\:max-w-\[687px\] {
		max-width: 42.9375rem;
	}
	
	.lg\:rem\:max-w-\[688px\] {
		max-width: 43rem;
	}
	
	.lg\:rem\:max-w-\[689px\] {
		max-width: 43.0625rem;
	}
	
	.lg\:rem\:max-w-\[68px\] {
		max-width: 4.25rem;
	}
	
	.lg\:rem\:max-w-\[690px\] {
		max-width: 43.125rem;
	}
	
	.lg\:rem\:max-w-\[691px\] {
		max-width: 43.1875rem;
	}
	
	.lg\:rem\:max-w-\[692px\] {
		max-width: 43.25rem;
	}
	
	.lg\:rem\:max-w-\[693px\] {
		max-width: 43.3125rem;
	}
	
	.lg\:rem\:max-w-\[694px\] {
		max-width: 43.375rem;
	}
	
	.lg\:rem\:max-w-\[695px\] {
		max-width: 43.4375rem;
	}
	
	.lg\:rem\:max-w-\[696px\] {
		max-width: 43.5rem;
	}
	
	.lg\:rem\:max-w-\[697px\] {
		max-width: 43.5625rem;
	}
	
	.lg\:rem\:max-w-\[698px\] {
		max-width: 43.625rem;
	}
	
	.lg\:rem\:max-w-\[699px\] {
		max-width: 43.6875rem;
	}
	
	.lg\:rem\:max-w-\[69px\] {
		max-width: 4.3125rem;
	}
	
	.lg\:rem\:max-w-\[6px\] {
		max-width: .375rem;
	}
	
	.lg\:rem\:max-w-\[700px\] {
		max-width: 43.75rem;
	}
	
	.lg\:rem\:max-w-\[701px\] {
		max-width: 43.8125rem;
	}
	
	.lg\:rem\:max-w-\[702px\] {
		max-width: 43.875rem;
	}
	
	.lg\:rem\:max-w-\[703px\] {
		max-width: 43.9375rem;
	}
	
	.lg\:rem\:max-w-\[704px\] {
		max-width: 44rem;
	}
	
	.lg\:rem\:max-w-\[705px\] {
		max-width: 44.0625rem;
	}
	
	.lg\:rem\:max-w-\[706px\] {
		max-width: 44.125rem;
	}
	
	.lg\:rem\:max-w-\[707px\] {
		max-width: 44.1875rem;
	}
	
	.lg\:rem\:max-w-\[708px\] {
		max-width: 44.25rem;
	}
	
	.lg\:rem\:max-w-\[709px\] {
		max-width: 44.3125rem;
	}
	
	.lg\:rem\:max-w-\[70px\] {
		max-width: 4.375rem;
	}
	
	.lg\:rem\:max-w-\[710px\] {
		max-width: 44.375rem;
	}
	
	.lg\:rem\:max-w-\[711px\] {
		max-width: 44.4375rem;
	}
	
	.lg\:rem\:max-w-\[712px\] {
		max-width: 44.5rem;
	}
	
	.lg\:rem\:max-w-\[713px\] {
		max-width: 44.5625rem;
	}
	
	.lg\:rem\:max-w-\[714px\] {
		max-width: 44.625rem;
	}
	
	.lg\:rem\:max-w-\[715px\] {
		max-width: 44.6875rem;
	}
	
	.lg\:rem\:max-w-\[716px\] {
		max-width: 44.75rem;
	}
	
	.lg\:rem\:max-w-\[717px\] {
		max-width: 44.8125rem;
	}
	
	.lg\:rem\:max-w-\[718px\] {
		max-width: 44.875rem;
	}
	
	.lg\:rem\:max-w-\[719px\] {
		max-width: 44.9375rem;
	}
	
	.lg\:rem\:max-w-\[71px\] {
		max-width: 4.4375rem;
	}
	
	.lg\:rem\:max-w-\[720px\] {
		max-width: 45rem;
	}
	
	.lg\:rem\:max-w-\[721px\] {
		max-width: 45.0625rem;
	}
	
	.lg\:rem\:max-w-\[722px\] {
		max-width: 45.125rem;
	}
	
	.lg\:rem\:max-w-\[723px\] {
		max-width: 45.1875rem;
	}
	
	.lg\:rem\:max-w-\[724px\] {
		max-width: 45.25rem;
	}
	
	.lg\:rem\:max-w-\[725px\] {
		max-width: 45.3125rem;
	}
	
	.lg\:rem\:max-w-\[726px\] {
		max-width: 45.375rem;
	}
	
	.lg\:rem\:max-w-\[727px\] {
		max-width: 45.4375rem;
	}
	
	.lg\:rem\:max-w-\[728px\] {
		max-width: 45.5rem;
	}
	
	.lg\:rem\:max-w-\[729px\] {
		max-width: 45.5625rem;
	}
	
	.lg\:rem\:max-w-\[72px\] {
		max-width: 4.5rem;
	}
	
	.lg\:rem\:max-w-\[730px\] {
		max-width: 45.625rem;
	}
	
	.lg\:rem\:max-w-\[731px\] {
		max-width: 45.6875rem;
	}
	
	.lg\:rem\:max-w-\[732px\] {
		max-width: 45.75rem;
	}
	
	.lg\:rem\:max-w-\[733px\] {
		max-width: 45.8125rem;
	}
	
	.lg\:rem\:max-w-\[734px\] {
		max-width: 45.875rem;
	}
	
	.lg\:rem\:max-w-\[735px\] {
		max-width: 45.9375rem;
	}
	
	.lg\:rem\:max-w-\[736px\] {
		max-width: 46rem;
	}
	
	.lg\:rem\:max-w-\[737px\] {
		max-width: 46.0625rem;
	}
	
	.lg\:rem\:max-w-\[738px\] {
		max-width: 46.125rem;
	}
	
	.lg\:rem\:max-w-\[739px\] {
		max-width: 46.1875rem;
	}
	
	.lg\:rem\:max-w-\[73px\] {
		max-width: 4.5625rem;
	}
	
	.lg\:rem\:max-w-\[740px\] {
		max-width: 46.25rem;
	}
	
	.lg\:rem\:max-w-\[741px\] {
		max-width: 46.3125rem;
	}
	
	.lg\:rem\:max-w-\[742px\] {
		max-width: 46.375rem;
	}
	
	.lg\:rem\:max-w-\[743px\] {
		max-width: 46.4375rem;
	}
	
	.lg\:rem\:max-w-\[744px\] {
		max-width: 46.5rem;
	}
	
	.lg\:rem\:max-w-\[745px\] {
		max-width: 46.5625rem;
	}
	
	.lg\:rem\:max-w-\[746px\] {
		max-width: 46.625rem;
	}
	
	.lg\:rem\:max-w-\[747px\] {
		max-width: 46.6875rem;
	}
	
	.lg\:rem\:max-w-\[748px\] {
		max-width: 46.75rem;
	}
	
	.lg\:rem\:max-w-\[749px\] {
		max-width: 46.8125rem;
	}
	
	.lg\:rem\:max-w-\[74px\] {
		max-width: 4.625rem;
	}
	
	.lg\:rem\:max-w-\[750px\] {
		max-width: 46.875rem;
	}
	
	.lg\:rem\:max-w-\[751px\] {
		max-width: 46.9375rem;
	}
	
	.lg\:rem\:max-w-\[752px\] {
		max-width: 47rem;
	}
	
	.lg\:rem\:max-w-\[753px\] {
		max-width: 47.0625rem;
	}
	
	.lg\:rem\:max-w-\[754px\] {
		max-width: 47.125rem;
	}
	
	.lg\:rem\:max-w-\[755px\] {
		max-width: 47.1875rem;
	}
	
	.lg\:rem\:max-w-\[756px\] {
		max-width: 47.25rem;
	}
	
	.lg\:rem\:max-w-\[757px\] {
		max-width: 47.3125rem;
	}
	
	.lg\:rem\:max-w-\[758px\] {
		max-width: 47.375rem;
	}
	
	.lg\:rem\:max-w-\[759px\] {
		max-width: 47.4375rem;
	}
	
	.lg\:rem\:max-w-\[75px\] {
		max-width: 4.6875rem;
	}
	
	.lg\:rem\:max-w-\[760px\] {
		max-width: 47.5rem;
	}
	
	.lg\:rem\:max-w-\[761px\] {
		max-width: 47.5625rem;
	}
	
	.lg\:rem\:max-w-\[762px\] {
		max-width: 47.625rem;
	}
	
	.lg\:rem\:max-w-\[763px\] {
		max-width: 47.6875rem;
	}
	
	.lg\:rem\:max-w-\[764px\] {
		max-width: 47.75rem;
	}
	
	.lg\:rem\:max-w-\[765px\] {
		max-width: 47.8125rem;
	}
	
	.lg\:rem\:max-w-\[766px\] {
		max-width: 47.875rem;
	}
	
	.lg\:rem\:max-w-\[767px\] {
		max-width: 47.9375rem;
	}
	
	.lg\:rem\:max-w-\[768px\] {
		max-width: 48rem;
	}
	
	.lg\:rem\:max-w-\[769px\] {
		max-width: 48.0625rem;
	}
	
	.lg\:rem\:max-w-\[76px\] {
		max-width: 4.75rem;
	}
	
	.lg\:rem\:max-w-\[770px\] {
		max-width: 48.125rem;
	}
	
	.lg\:rem\:max-w-\[771px\] {
		max-width: 48.1875rem;
	}
	
	.lg\:rem\:max-w-\[772px\] {
		max-width: 48.25rem;
	}
	
	.lg\:rem\:max-w-\[773px\] {
		max-width: 48.3125rem;
	}
	
	.lg\:rem\:max-w-\[774px\] {
		max-width: 48.375rem;
	}
	
	.lg\:rem\:max-w-\[775px\] {
		max-width: 48.4375rem;
	}
	
	.lg\:rem\:max-w-\[776px\] {
		max-width: 48.5rem;
	}
	
	.lg\:rem\:max-w-\[777px\] {
		max-width: 48.5625rem;
	}
	
	.lg\:rem\:max-w-\[778px\] {
		max-width: 48.625rem;
	}
	
	.lg\:rem\:max-w-\[779px\] {
		max-width: 48.6875rem;
	}
	
	.lg\:rem\:max-w-\[77px\] {
		max-width: 4.8125rem;
	}
	
	.lg\:rem\:max-w-\[780px\] {
		max-width: 48.75rem;
	}
	
	.lg\:rem\:max-w-\[781px\] {
		max-width: 48.8125rem;
	}
	
	.lg\:rem\:max-w-\[782px\] {
		max-width: 48.875rem;
	}
	
	.lg\:rem\:max-w-\[783px\] {
		max-width: 48.9375rem;
	}
	
	.lg\:rem\:max-w-\[784px\] {
		max-width: 49rem;
	}
	
	.lg\:rem\:max-w-\[785px\] {
		max-width: 49.0625rem;
	}
	
	.lg\:rem\:max-w-\[786px\] {
		max-width: 49.125rem;
	}
	
	.lg\:rem\:max-w-\[787px\] {
		max-width: 49.1875rem;
	}
	
	.lg\:rem\:max-w-\[788px\] {
		max-width: 49.25rem;
	}
	
	.lg\:rem\:max-w-\[789px\] {
		max-width: 49.3125rem;
	}
	
	.lg\:rem\:max-w-\[78px\] {
		max-width: 4.875rem;
	}
	
	.lg\:rem\:max-w-\[790px\] {
		max-width: 49.375rem;
	}
	
	.lg\:rem\:max-w-\[791px\] {
		max-width: 49.4375rem;
	}
	
	.lg\:rem\:max-w-\[792px\] {
		max-width: 49.5rem;
	}
	
	.lg\:rem\:max-w-\[793px\] {
		max-width: 49.5625rem;
	}
	
	.lg\:rem\:max-w-\[794px\] {
		max-width: 49.625rem;
	}
	
	.lg\:rem\:max-w-\[795px\] {
		max-width: 49.6875rem;
	}
	
	.lg\:rem\:max-w-\[796px\] {
		max-width: 49.75rem;
	}
	
	.lg\:rem\:max-w-\[797px\] {
		max-width: 49.8125rem;
	}
	
	.lg\:rem\:max-w-\[798px\] {
		max-width: 49.875rem;
	}
	
	.lg\:rem\:max-w-\[799px\] {
		max-width: 49.9375rem;
	}
	
	.lg\:rem\:max-w-\[79px\] {
		max-width: 4.9375rem;
	}
	
	.lg\:rem\:max-w-\[7px\] {
		max-width: .4375rem;
	}
	
	.lg\:rem\:max-w-\[800px\] {
		max-width: 50rem;
	}
	
	.lg\:rem\:max-w-\[801px\] {
		max-width: 50.0625rem;
	}
	
	.lg\:rem\:max-w-\[802px\] {
		max-width: 50.125rem;
	}
	
	.lg\:rem\:max-w-\[803px\] {
		max-width: 50.1875rem;
	}
	
	.lg\:rem\:max-w-\[804px\] {
		max-width: 50.25rem;
	}
	
	.lg\:rem\:max-w-\[805px\] {
		max-width: 50.3125rem;
	}
	
	.lg\:rem\:max-w-\[806px\] {
		max-width: 50.375rem;
	}
	
	.lg\:rem\:max-w-\[807px\] {
		max-width: 50.4375rem;
	}
	
	.lg\:rem\:max-w-\[808px\] {
		max-width: 50.5rem;
	}
	
	.lg\:rem\:max-w-\[809px\] {
		max-width: 50.5625rem;
	}
	
	.lg\:rem\:max-w-\[80px\] {
		max-width: 5rem;
	}
	
	.lg\:rem\:max-w-\[810px\] {
		max-width: 50.625rem;
	}
	
	.lg\:rem\:max-w-\[811px\] {
		max-width: 50.6875rem;
	}
	
	.lg\:rem\:max-w-\[812px\] {
		max-width: 50.75rem;
	}
	
	.lg\:rem\:max-w-\[813px\] {
		max-width: 50.8125rem;
	}
	
	.lg\:rem\:max-w-\[814px\] {
		max-width: 50.875rem;
	}
	
	.lg\:rem\:max-w-\[815px\] {
		max-width: 50.9375rem;
	}
	
	.lg\:rem\:max-w-\[816px\] {
		max-width: 51rem;
	}
	
	.lg\:rem\:max-w-\[817px\] {
		max-width: 51.0625rem;
	}
	
	.lg\:rem\:max-w-\[818px\] {
		max-width: 51.125rem;
	}
	
	.lg\:rem\:max-w-\[819px\] {
		max-width: 51.1875rem;
	}
	
	.lg\:rem\:max-w-\[81px\] {
		max-width: 5.0625rem;
	}
	
	.lg\:rem\:max-w-\[820px\] {
		max-width: 51.25rem;
	}
	
	.lg\:rem\:max-w-\[821px\] {
		max-width: 51.3125rem;
	}
	
	.lg\:rem\:max-w-\[822px\] {
		max-width: 51.375rem;
	}
	
	.lg\:rem\:max-w-\[823px\] {
		max-width: 51.4375rem;
	}
	
	.lg\:rem\:max-w-\[824px\] {
		max-width: 51.5rem;
	}
	
	.lg\:rem\:max-w-\[825px\] {
		max-width: 51.5625rem;
	}
	
	.lg\:rem\:max-w-\[826px\] {
		max-width: 51.625rem;
	}
	
	.lg\:rem\:max-w-\[827px\] {
		max-width: 51.6875rem;
	}
	
	.lg\:rem\:max-w-\[828px\] {
		max-width: 51.75rem;
	}
	
	.lg\:rem\:max-w-\[829px\] {
		max-width: 51.8125rem;
	}
	
	.lg\:rem\:max-w-\[82px\] {
		max-width: 5.125rem;
	}
	
	.lg\:rem\:max-w-\[830px\] {
		max-width: 51.875rem;
	}
	
	.lg\:rem\:max-w-\[831px\] {
		max-width: 51.9375rem;
	}
	
	.lg\:rem\:max-w-\[832px\] {
		max-width: 52rem;
	}
	
	.lg\:rem\:max-w-\[833px\] {
		max-width: 52.0625rem;
	}
	
	.lg\:rem\:max-w-\[834px\] {
		max-width: 52.125rem;
	}
	
	.lg\:rem\:max-w-\[835px\] {
		max-width: 52.1875rem;
	}
	
	.lg\:rem\:max-w-\[836px\] {
		max-width: 52.25rem;
	}
	
	.lg\:rem\:max-w-\[837px\] {
		max-width: 52.3125rem;
	}
	
	.lg\:rem\:max-w-\[838px\] {
		max-width: 52.375rem;
	}
	
	.lg\:rem\:max-w-\[839px\] {
		max-width: 52.4375rem;
	}
	
	.lg\:rem\:max-w-\[83px\] {
		max-width: 5.1875rem;
	}
	
	.lg\:rem\:max-w-\[840px\] {
		max-width: 52.5rem;
	}
	
	.lg\:rem\:max-w-\[841px\] {
		max-width: 52.5625rem;
	}
	
	.lg\:rem\:max-w-\[842px\] {
		max-width: 52.625rem;
	}
	
	.lg\:rem\:max-w-\[843px\] {
		max-width: 52.6875rem;
	}
	
	.lg\:rem\:max-w-\[844px\] {
		max-width: 52.75rem;
	}
	
	.lg\:rem\:max-w-\[845px\] {
		max-width: 52.8125rem;
	}
	
	.lg\:rem\:max-w-\[846px\] {
		max-width: 52.875rem;
	}
	
	.lg\:rem\:max-w-\[847px\] {
		max-width: 52.9375rem;
	}
	
	.lg\:rem\:max-w-\[848px\] {
		max-width: 53rem;
	}
	
	.lg\:rem\:max-w-\[849px\] {
		max-width: 53.0625rem;
	}
	
	.lg\:rem\:max-w-\[84px\] {
		max-width: 5.25rem;
	}
	
	.lg\:rem\:max-w-\[850px\] {
		max-width: 53.125rem;
	}
	
	.lg\:rem\:max-w-\[851px\] {
		max-width: 53.1875rem;
	}
	
	.lg\:rem\:max-w-\[852px\] {
		max-width: 53.25rem;
	}
	
	.lg\:rem\:max-w-\[853px\] {
		max-width: 53.3125rem;
	}
	
	.lg\:rem\:max-w-\[854px\] {
		max-width: 53.375rem;
	}
	
	.lg\:rem\:max-w-\[855px\] {
		max-width: 53.4375rem;
	}
	
	.lg\:rem\:max-w-\[856px\] {
		max-width: 53.5rem;
	}
	
	.lg\:rem\:max-w-\[857px\] {
		max-width: 53.5625rem;
	}
	
	.lg\:rem\:max-w-\[858px\] {
		max-width: 53.625rem;
	}
	
	.lg\:rem\:max-w-\[859px\] {
		max-width: 53.6875rem;
	}
	
	.lg\:rem\:max-w-\[85px\] {
		max-width: 5.3125rem;
	}
	
	.lg\:rem\:max-w-\[860px\] {
		max-width: 53.75rem;
	}
	
	.lg\:rem\:max-w-\[861px\] {
		max-width: 53.8125rem;
	}
	
	.lg\:rem\:max-w-\[862px\] {
		max-width: 53.875rem;
	}
	
	.lg\:rem\:max-w-\[863px\] {
		max-width: 53.9375rem;
	}
	
	.lg\:rem\:max-w-\[864px\] {
		max-width: 54rem;
	}
	
	.lg\:rem\:max-w-\[865px\] {
		max-width: 54.0625rem;
	}
	
	.lg\:rem\:max-w-\[866px\] {
		max-width: 54.125rem;
	}
	
	.lg\:rem\:max-w-\[867px\] {
		max-width: 54.1875rem;
	}
	
	.lg\:rem\:max-w-\[868px\] {
		max-width: 54.25rem;
	}
	
	.lg\:rem\:max-w-\[869px\] {
		max-width: 54.3125rem;
	}
	
	.lg\:rem\:max-w-\[86px\] {
		max-width: 5.375rem;
	}
	
	.lg\:rem\:max-w-\[870px\] {
		max-width: 54.375rem;
	}
	
	.lg\:rem\:max-w-\[871px\] {
		max-width: 54.4375rem;
	}
	
	.lg\:rem\:max-w-\[872px\] {
		max-width: 54.5rem;
	}
	
	.lg\:rem\:max-w-\[873px\] {
		max-width: 54.5625rem;
	}
	
	.lg\:rem\:max-w-\[874px\] {
		max-width: 54.625rem;
	}
	
	.lg\:rem\:max-w-\[875px\] {
		max-width: 54.6875rem;
	}
	
	.lg\:rem\:max-w-\[876px\] {
		max-width: 54.75rem;
	}
	
	.lg\:rem\:max-w-\[877px\] {
		max-width: 54.8125rem;
	}
	
	.lg\:rem\:max-w-\[878px\] {
		max-width: 54.875rem;
	}
	
	.lg\:rem\:max-w-\[879px\] {
		max-width: 54.9375rem;
	}
	
	.lg\:rem\:max-w-\[87px\] {
		max-width: 5.4375rem;
	}
	
	.lg\:rem\:max-w-\[880px\] {
		max-width: 55rem;
	}
	
	.lg\:rem\:max-w-\[881px\] {
		max-width: 55.0625rem;
	}
	
	.lg\:rem\:max-w-\[882px\] {
		max-width: 55.125rem;
	}
	
	.lg\:rem\:max-w-\[883px\] {
		max-width: 55.1875rem;
	}
	
	.lg\:rem\:max-w-\[884px\] {
		max-width: 55.25rem;
	}
	
	.lg\:rem\:max-w-\[885px\] {
		max-width: 55.3125rem;
	}
	
	.lg\:rem\:max-w-\[886px\] {
		max-width: 55.375rem;
	}
	
	.lg\:rem\:max-w-\[887px\] {
		max-width: 55.4375rem;
	}
	
	.lg\:rem\:max-w-\[888px\] {
		max-width: 55.5rem;
	}
	
	.lg\:rem\:max-w-\[889px\] {
		max-width: 55.5625rem;
	}
	
	.lg\:rem\:max-w-\[88px\] {
		max-width: 5.5rem;
	}
	
	.lg\:rem\:max-w-\[890px\] {
		max-width: 55.625rem;
	}
	
	.lg\:rem\:max-w-\[891px\] {
		max-width: 55.6875rem;
	}
	
	.lg\:rem\:max-w-\[892px\] {
		max-width: 55.75rem;
	}
	
	.lg\:rem\:max-w-\[893px\] {
		max-width: 55.8125rem;
	}
	
	.lg\:rem\:max-w-\[894px\] {
		max-width: 55.875rem;
	}
	
	.lg\:rem\:max-w-\[895px\] {
		max-width: 55.9375rem;
	}
	
	.lg\:rem\:max-w-\[896px\] {
		max-width: 56rem;
	}
	
	.lg\:rem\:max-w-\[897px\] {
		max-width: 56.0625rem;
	}
	
	.lg\:rem\:max-w-\[898px\] {
		max-width: 56.125rem;
	}
	
	.lg\:rem\:max-w-\[899px\] {
		max-width: 56.1875rem;
	}
	
	.lg\:rem\:max-w-\[89px\] {
		max-width: 5.5625rem;
	}
	
	.lg\:rem\:max-w-\[8px\] {
		max-width: .5rem;
	}
	
	.lg\:rem\:max-w-\[900px\] {
		max-width: 56.25rem;
	}
	
	.lg\:rem\:max-w-\[901px\] {
		max-width: 56.3125rem;
	}
	
	.lg\:rem\:max-w-\[902px\] {
		max-width: 56.375rem;
	}
	
	.lg\:rem\:max-w-\[903px\] {
		max-width: 56.4375rem;
	}
	
	.lg\:rem\:max-w-\[904px\] {
		max-width: 56.5rem;
	}
	
	.lg\:rem\:max-w-\[905px\] {
		max-width: 56.5625rem;
	}
	
	.lg\:rem\:max-w-\[906px\] {
		max-width: 56.625rem;
	}
	
	.lg\:rem\:max-w-\[907px\] {
		max-width: 56.6875rem;
	}
	
	.lg\:rem\:max-w-\[908px\] {
		max-width: 56.75rem;
	}
	
	.lg\:rem\:max-w-\[909px\] {
		max-width: 56.8125rem;
	}
	
	.lg\:rem\:max-w-\[90px\] {
		max-width: 5.625rem;
	}
	
	.lg\:rem\:max-w-\[910px\] {
		max-width: 56.875rem;
	}
	
	.lg\:rem\:max-w-\[911px\] {
		max-width: 56.9375rem;
	}
	
	.lg\:rem\:max-w-\[912px\] {
		max-width: 57rem;
	}
	
	.lg\:rem\:max-w-\[913px\] {
		max-width: 57.0625rem;
	}
	
	.lg\:rem\:max-w-\[914px\] {
		max-width: 57.125rem;
	}
	
	.lg\:rem\:max-w-\[915px\] {
		max-width: 57.1875rem;
	}
	
	.lg\:rem\:max-w-\[916px\] {
		max-width: 57.25rem;
	}
	
	.lg\:rem\:max-w-\[917px\] {
		max-width: 57.3125rem;
	}
	
	.lg\:rem\:max-w-\[918px\] {
		max-width: 57.375rem;
	}
	
	.lg\:rem\:max-w-\[919px\] {
		max-width: 57.4375rem;
	}
	
	.lg\:rem\:max-w-\[91px\] {
		max-width: 5.6875rem;
	}
	
	.lg\:rem\:max-w-\[920px\] {
		max-width: 57.5rem;
	}
	
	.lg\:rem\:max-w-\[921px\] {
		max-width: 57.5625rem;
	}
	
	.lg\:rem\:max-w-\[922px\] {
		max-width: 57.625rem;
	}
	
	.lg\:rem\:max-w-\[923px\] {
		max-width: 57.6875rem;
	}
	
	.lg\:rem\:max-w-\[924px\] {
		max-width: 57.75rem;
	}
	
	.lg\:rem\:max-w-\[925px\] {
		max-width: 57.8125rem;
	}
	
	.lg\:rem\:max-w-\[926px\] {
		max-width: 57.875rem;
	}
	
	.lg\:rem\:max-w-\[927px\] {
		max-width: 57.9375rem;
	}
	
	.lg\:rem\:max-w-\[928px\] {
		max-width: 58rem;
	}
	
	.lg\:rem\:max-w-\[929px\] {
		max-width: 58.0625rem;
	}
	
	.lg\:rem\:max-w-\[92px\] {
		max-width: 5.75rem;
	}
	
	.lg\:rem\:max-w-\[930px\] {
		max-width: 58.125rem;
	}
	
	.lg\:rem\:max-w-\[931px\] {
		max-width: 58.1875rem;
	}
	
	.lg\:rem\:max-w-\[932px\] {
		max-width: 58.25rem;
	}
	
	.lg\:rem\:max-w-\[933px\] {
		max-width: 58.3125rem;
	}
	
	.lg\:rem\:max-w-\[934px\] {
		max-width: 58.375rem;
	}
	
	.lg\:rem\:max-w-\[935px\] {
		max-width: 58.4375rem;
	}
	
	.lg\:rem\:max-w-\[936px\] {
		max-width: 58.5rem;
	}
	
	.lg\:rem\:max-w-\[937px\] {
		max-width: 58.5625rem;
	}
	
	.lg\:rem\:max-w-\[938px\] {
		max-width: 58.625rem;
	}
	
	.lg\:rem\:max-w-\[939px\] {
		max-width: 58.6875rem;
	}
	
	.lg\:rem\:max-w-\[93px\] {
		max-width: 5.8125rem;
	}
	
	.lg\:rem\:max-w-\[940px\] {
		max-width: 58.75rem;
	}
	
	.lg\:rem\:max-w-\[941px\] {
		max-width: 58.8125rem;
	}
	
	.lg\:rem\:max-w-\[942px\] {
		max-width: 58.875rem;
	}
	
	.lg\:rem\:max-w-\[943px\] {
		max-width: 58.9375rem;
	}
	
	.lg\:rem\:max-w-\[944px\] {
		max-width: 59rem;
	}
	
	.lg\:rem\:max-w-\[945px\] {
		max-width: 59.0625rem;
	}
	
	.lg\:rem\:max-w-\[946px\] {
		max-width: 59.125rem;
	}
	
	.lg\:rem\:max-w-\[947px\] {
		max-width: 59.1875rem;
	}
	
	.lg\:rem\:max-w-\[948px\] {
		max-width: 59.25rem;
	}
	
	.lg\:rem\:max-w-\[949px\] {
		max-width: 59.3125rem;
	}
	
	.lg\:rem\:max-w-\[94px\] {
		max-width: 5.875rem;
	}
	
	.lg\:rem\:max-w-\[950px\] {
		max-width: 59.375rem;
	}
	
	.lg\:rem\:max-w-\[951px\] {
		max-width: 59.4375rem;
	}
	
	.lg\:rem\:max-w-\[952px\] {
		max-width: 59.5rem;
	}
	
	.lg\:rem\:max-w-\[953px\] {
		max-width: 59.5625rem;
	}
	
	.lg\:rem\:max-w-\[954px\] {
		max-width: 59.625rem;
	}
	
	.lg\:rem\:max-w-\[955px\] {
		max-width: 59.6875rem;
	}
	
	.lg\:rem\:max-w-\[956px\] {
		max-width: 59.75rem;
	}
	
	.lg\:rem\:max-w-\[957px\] {
		max-width: 59.8125rem;
	}
	
	.lg\:rem\:max-w-\[958px\] {
		max-width: 59.875rem;
	}
	
	.lg\:rem\:max-w-\[959px\] {
		max-width: 59.9375rem;
	}
	
	.lg\:rem\:max-w-\[95px\] {
		max-width: 5.9375rem;
	}
	
	.lg\:rem\:max-w-\[960px\] {
		max-width: 60rem;
	}
	
	.lg\:rem\:max-w-\[961px\] {
		max-width: 60.0625rem;
	}
	
	.lg\:rem\:max-w-\[962px\] {
		max-width: 60.125rem;
	}
	
	.lg\:rem\:max-w-\[963px\] {
		max-width: 60.1875rem;
	}
	
	.lg\:rem\:max-w-\[964px\] {
		max-width: 60.25rem;
	}
	
	.lg\:rem\:max-w-\[965px\] {
		max-width: 60.3125rem;
	}
	
	.lg\:rem\:max-w-\[966px\] {
		max-width: 60.375rem;
	}
	
	.lg\:rem\:max-w-\[967px\] {
		max-width: 60.4375rem;
	}
	
	.lg\:rem\:max-w-\[968px\] {
		max-width: 60.5rem;
	}
	
	.lg\:rem\:max-w-\[969px\] {
		max-width: 60.5625rem;
	}
	
	.lg\:rem\:max-w-\[96px\] {
		max-width: 6rem;
	}
	
	.lg\:rem\:max-w-\[970px\] {
		max-width: 60.625rem;
	}
	
	.lg\:rem\:max-w-\[971px\] {
		max-width: 60.6875rem;
	}
	
	.lg\:rem\:max-w-\[972px\] {
		max-width: 60.75rem;
	}
	
	.lg\:rem\:max-w-\[973px\] {
		max-width: 60.8125rem;
	}
	
	.lg\:rem\:max-w-\[974px\] {
		max-width: 60.875rem;
	}
	
	.lg\:rem\:max-w-\[975px\] {
		max-width: 60.9375rem;
	}
	
	.lg\:rem\:max-w-\[976px\] {
		max-width: 61rem;
	}
	
	.lg\:rem\:max-w-\[977px\] {
		max-width: 61.0625rem;
	}
	
	.lg\:rem\:max-w-\[978px\] {
		max-width: 61.125rem;
	}
	
	.lg\:rem\:max-w-\[979px\] {
		max-width: 61.1875rem;
	}
	
	.lg\:rem\:max-w-\[97px\] {
		max-width: 6.0625rem;
	}
	
	.lg\:rem\:max-w-\[980px\] {
		max-width: 61.25rem;
	}
	
	.lg\:rem\:max-w-\[981px\] {
		max-width: 61.3125rem;
	}
	
	.lg\:rem\:max-w-\[982px\] {
		max-width: 61.375rem;
	}
	
	.lg\:rem\:max-w-\[983px\] {
		max-width: 61.4375rem;
	}
	
	.lg\:rem\:max-w-\[984px\] {
		max-width: 61.5rem;
	}
	
	.lg\:rem\:max-w-\[985px\] {
		max-width: 61.5625rem;
	}
	
	.lg\:rem\:max-w-\[986px\] {
		max-width: 61.625rem;
	}
	
	.lg\:rem\:max-w-\[987px\] {
		max-width: 61.6875rem;
	}
	
	.lg\:rem\:max-w-\[988px\] {
		max-width: 61.75rem;
	}
	
	.lg\:rem\:max-w-\[989px\] {
		max-width: 61.8125rem;
	}
	
	.lg\:rem\:max-w-\[98px\] {
		max-width: 6.125rem;
	}
	
	.lg\:rem\:max-w-\[990px\] {
		max-width: 61.875rem;
	}
	
	.lg\:rem\:max-w-\[991px\] {
		max-width: 61.9375rem;
	}
	
	.lg\:rem\:max-w-\[992px\] {
		max-width: 62rem;
	}
	
	.lg\:rem\:max-w-\[993px\] {
		max-width: 62.0625rem;
	}
	
	.lg\:rem\:max-w-\[994px\] {
		max-width: 62.125rem;
	}
	
	.lg\:rem\:max-w-\[995px\] {
		max-width: 62.1875rem;
	}
	
	.lg\:rem\:max-w-\[996px\] {
		max-width: 62.25rem;
	}
	
	.lg\:rem\:max-w-\[997px\] {
		max-width: 62.3125rem;
	}
	
	.lg\:rem\:max-w-\[998px\] {
		max-width: 62.375rem;
	}
	
	.lg\:rem\:max-w-\[999px\] {
		max-width: 62.4375rem;
	}
	
	.lg\:rem\:max-w-\[99px\] {
		max-width: 6.1875rem;
	}
	
	.lg\:rem\:max-w-\[9px\] {
		max-width: .5625rem;
	}
	
	.lg\:rem\:gap-\[15px\] {
		gap: .9375rem;
	}
	
	.lg\:rem\:gap-\[30px\] {
		gap: 1.875rem;
	}
	
	.lg\:rem\:gap-\[35px\] {
		gap: 2.1875rem;
	}
	
	.lg\:rem\:gap-\[50px\] {
		gap: 3.125rem;
	}
	
	.lg\:rem\:p-\[50px\] {
		padding: 3.125rem;
	}
	
	.lg\:rem\:px-\[20px\] {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	
	.lg\:rem\:px-\[35px\] {
		padding-right: 2.1875rem;
		padding-left: 2.1875rem;
	}
	
	.lg\:rem\:py-\[160px\] {
		padding-bottom: 10rem;
		padding-top: 10rem;
	}
	
	.lg\:rem\:pb-\[100px\] {
		padding-bottom: 6.25rem;
	}
	
	.lg\:rem\:pl-\[77px\] {
		padding-left: 4.8125rem;
	}
	
	.lg\:rem\:pt-\[140px\] {
		padding-top: 8.75rem;
	}
	
	.lg\:rem\:pt-\[150px\] {
		padding-top: 9.375rem;
	}
	
	.lg\:rem\:pt-\[160px\] {
		padding-top: 10rem;
	}
	
	.lg\:rem\:text-\[160px\] {
		font-size: 10rem;
	}
	
	.lg\:rem\:text-\[18px\] {
		font-size: 1.125rem;
	}
	
	.lg\:rem\:text-\[22px\] {
		font-size: 1.375rem;
	}
	
	.lg\:rem\:text-\[24px\] {
		font-size: 1.5rem;
	}
	
	.lg\:rem\:text-\[34px\] {
		font-size: 2.125rem;
	}
	
	.lg\:rem\:text-\[40px\] {
		font-size: 2.5rem;
	}
}

@media (min-width:1280px) {
	.xl\:fixed {
		position: fixed;
	}
	
	.xl\:absolute {
		position: absolute;
	}
	
	.xl\:relative {
		position: relative;
	}
	
	.xl\:inset-0 {
		inset: 0;
	}
	
	.xl\:bottom-auto {
		bottom: auto;
	}
	
	.xl\:left-auto {
		left: auto;
	}
	
	.xl\:right-auto {
		right: auto;
	}
	
	.xl\:top-auto {
		top: auto;
	}
	
	.xl\:order-1 {
		order: 1;
	}
	
	.xl\:order-2 {
		order: 2;
	}
	
	.xl\:order-3 {
		order: 3;
	}
	
	.xl\:mt-0 {
		margin-top: 0;
	}
	
	.xl\:block {
		display: block;
	}
	
	.xl\:flex {
		display: flex;
	}
	
	.xl\:grid {
		display: grid;
	}
	
	.xl\:hidden {
		display: none;
	}
	
	.xl\:aspect-\[600\/500\] {
		aspect-ratio: 600/500;
	}
	
	.xl\:aspect-\[994\/268\] {
		aspect-ratio: 994/268;
	}
	
	.xl\:aspect-auto {
		aspect-ratio: auto;
	}
	
	.xl\:min-h-0 {
		min-height: 0;
	}
	
	.xl\:w-\[37\.5\%\] {
		width: 37.5%;
	}
	
	.xl\:w-\[57\.5\%\] {
		width: 57.5%;
	}
	
	.xl\:w-auto {
		width: auto;
	}
	
	.xl\:min-w-\[30\%\] {
		min-width: 30%;
	}
	
	.xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.xl\:flex-row {
		flex-direction: row;
	}
	
	.xl\:justify-start {
		justify-content: flex-start;
	}
	
	.xl\:justify-between {
		justify-content: space-between;
	}
	
	.xl\:overflow-auto {
		overflow: auto;
	}
	
	.xl\:overflow-visible {
		overflow: visible;
	}
	
	.xl\:bg-transparent {
		background-color: initial;
	}
	
	.xl\:pl-0 {
		padding-left: 0;
	}
	
	.xl\:rem\:bottom-\[35px\] {
		bottom: 2.1875rem;
	}
	
	.xl\:rem\:left-\[35px\] {
		left: 2.1875rem;
	}
	
	.xl\:rem\:ml-\[65px\] {
		margin-left: 4.0625rem;
	}
	
	.xl\:rem\:min-h-\[140px\] {
		min-height: 8.75rem;
	}
	
	.xl\:rem\:w-\[160px\] {
		width: 10rem;
	}
	
	.xl\:rem\:rounded-bl-\[10px\] {
		border-bottom-left-radius: .625rem;
	}
	
	.xl\:rem\:rounded-br-\[10px\] {
		border-bottom-right-radius: .625rem;
	}
	
	.xl\:rem\:rounded-tl-\[10px\] {
		border-top-left-radius: .625rem;
	}
	
	.xl\:rem\:rounded-tr-\[10px\] {
		border-top-right-radius: .625rem;
	}
	
	.xl\:rem\:p-\[35px\] {
		padding: 2.1875rem;
	}
	
	.xl\:rem\:px-\[75px\] {
		padding-right: 4.6875rem;
		padding-left: 4.6875rem;
	}
	
	.xl\:rem\:pb-\[150px\] {
		padding-bottom: 9.375rem;
	}
	
	.xl\:rem\:pt-\[100px\] {
		padding-top: 6.25rem;
	}
	
	.xl\:rem\:pt-\[141px\] {
		padding-top: 8.8125rem;
	}
	
	.xl\:rem\:pt-\[200px\] {
		padding-top: 12.5rem;
	}
	
	.xl\:rem\:text-\[16px\] {
		font-size: 1rem;
	}
	
	.xl\:rem\:text-\[80px\] {
		font-size: 5rem;
	}
}

@media (min-width:1450px) {
	.xxl\:rem\:w-\[428px\] {
		width: 26.75rem;
	}
	
	.xxl\:rem\:px-\[56px\] {
		padding-right: 3.5rem;
		padding-left: 3.5rem;
	}
	
	.xxl\:rem\:py-\[45px\] {
		padding-bottom: 2.8125rem;
		padding-top: 2.8125rem;
	}
	
	.xxl\:rem\:text-\[16px\] {
		font-size: 1rem;
	}
	
	.xxl\:rem\:text-\[32px\] {
		font-size: 2rem;
	}
	
	.xxl\:rem\:text-\[44px\] {
		font-size: 2.75rem;
	}
}

@media (min-width:1700px) {
	.xxxl\:min-w-\[50\%\] {
		min-width: 50%;
	}
	
	.xxxl\:rem\:min-w-\[507px\] {
		min-width: 31.6875rem;
	}
	
	.xxxl\:rem\:max-w-\[507px\] {
		max-width: 31.6875rem;
	}
	
	.xxxl\:rem\:gap-\[47px\] {
		gap: 2.9375rem;
	}
}

.\[\&\>\*\]\:w-auto > * {
	width: auto;
}

.\[\&\>\*\]\:rem\:max-h-\[30px\] > * {
	max-height: 1.875rem;
}

.\[\&\>\*\]\:rem\:max-h-\[50px\] > * {
	max-height: 3.125rem;
}

@media (min-width:1024px) {
	.lg\:\[\&\>\*\]\:rem\:max-h-\[30px\] > * {
		max-height: 1.875rem;
	}
}

@media (min-width:1280px) {
	.\[\&\>\*\]\:xl\:rem\:max-h-\[30px\] > * {
		max-height: 1.875rem;
	}
	
	.\[\&\>\*\]\:xl\:rem\:max-h-\[40px\] > * {
		max-height: 2.5rem;
	}
}

@media (min-width:1450px) {
	.\[\&\>\*\]\:xxl\:rem\:max-h-\[40px\] > * {
		max-height: 2.5rem;
	}
}

.\[\&\>b\]\:font-normal > b {
	font-weight: 400;
}

.\[\&\>b\]\:font-semibold > b {
	font-weight: 600;
}

.\[\&\>b\]\:text-accent > b {
	--tw-text-opacity: 1;
	color: rgba(233, 71, 0, var(--tw-text-opacity));
}

.\[\&\>img\]\:object-cover > img {
	-o-object-fit: cover;
	object-fit: cover;
}

.\[\&\>img\]\:rem\:h-\[50px\] > img {
	height: 3.125rem;
}

.\[\&\>img\]\:rem\:w-\[50px\] > img {
	width: 3.125rem;
}

.\[\&\>p\]\:text-\[\#777777\] > p {
	--tw-text-opacity: 1;
	color: rgba(119, 119, 119, var(--tw-text-opacity));
}
