.x {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	box-sizing: border-box;
}
.x *,
.x :after,
.x :before {
	box-sizing: inherit;
}
.x-el a[href^="mailto:"]:not(.x-el),
.x-el a[href^="tel:"]:not(.x-el) {
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}
.x-el-article,
.x-el-aside,
.x-el-details,
.x-el-figcaption,
.x-el-figure,
.x-el-footer,
.x-el-header,
.x-el-hgroup,
.x-el-main,
.x-el-menu,
.x-el-nav,
.x-el-section,
.x-el-summary {
	display: block;
}
.x-el-audio,
.x-el-canvas,
.x-el-progress,
.x-el-video {
	display: inline-block;
	vertical-align: baseline;
}
.x-el-audio:not([controls]) {
	display: none;
	height: 0;
}
.x-el-template {
	display: none;
}
.x-el-a {
	background-color: transparent;
	color: inherit;
}
.x-el-a:active,
.x-el-a:hover {
	outline: 0;
}
.x-el-abbr[title] {
	border-bottom: 1px dotted;
}
.x-el-b,
.x-el-strong {
	font-weight: 700;
}
.x-el-dfn {
	font-style: italic;
}
.x-el-mark {
	background: #ff0;
	color: #000;
}
.x-el-small {
	font-size: 80%;
}
.x-el-sub,
.x-el-sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.x-el-sup {
	top: -0.5em;
}
.x-el-sub {
	bottom: -0.25em;
}
.x-el-img {
	vertical-align: middle;
	border: 0;
}
.x-el-svg:not(:root) {
	overflow: hidden;
}
.x-el-figure {
	margin: 0;
}
.x-el-hr {
	box-sizing: content-box;
	height: 0;
}
.x-el-pre {
	overflow: auto;
}
.x-el-code,
.x-el-kbd,
.x-el-pre,
.x-el-samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
.x-el-button,
.x-el-input,
.x-el-optgroup,
.x-el-select,
.x-el-textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
.x-el-button {
	overflow: visible;
}
.x-el-button,
.x-el-select {
	text-transform: none;
}
.x-el-button,
.x-el-input[type="button"],
.x-el-input[type="reset"],
.x-el-input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.x-el-button[disabled],
.x-el-input[disabled] {
	cursor: default;
}
.x-el-button::-moz-focus-inner,
.x-el-input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.x-el-input {
	line-height: normal;
}
.x-el-input[type="checkbox"],
.x-el-input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
.x-el-input[type="number"]::-webkit-inner-spin-button,
.x-el-input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
.x-el-input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
.x-el-input[type="search"]::-webkit-search-cancel-button,
.x-el-input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.x-el-textarea {
	border: 0;
}
.x-el-fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.x-el-legend {
	border: 0;
	padding: 0;
}
.x-el-textarea {
	overflow: auto;
}
.x-el-optgroup {
	font-weight: 700;
}
.x-el-table {
	border-collapse: collapse;
	border-spacing: 0;
}
.x-el-td,
.x-el-th {
	padding: 0;
}
.x {
	-webkit-font-smoothing: antialiased;
}
.x-el-hr {
	border: 0;
}
.x-el-fieldset,
.x-el-input,
.x-el-select,
.x-el-textarea {
	margin-top: 0;
	margin-bottom: 0;
}
.x-el-fieldset,
.x-el-input[type="email"],
.x-el-input[type="text"],
.x-el-textarea {
	width: 100%;
}
.x-el-input,
.x-el-label {
	vertical-align: middle;
}
.x-el-input {
	border-style: none;
	padding: 0.5em;
}
.x-el-select:not([multiple]) {
	vertical-align: middle;
}
.x-el-textarea {
	line-height: 1.75;
	padding: 0.5em;
}
.x-el.d-none {
	display: none !important;
}
.sideline-footer {
	margin-top: auto;
}
.disable-scroll {
	touch-action: none;
	overflow: hidden;
	position: fixed;
	max-width: 100vw;
}
@keyframes loaderscale {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	45% {
		transform: scale(0.1);
		opacity: 0.7;
	}
	80% {
		transform: scale(1);
		opacity: 1;
	}
}
.x-loader svg {
	display: inline-block;
}
.x-loader svg:first-child {
	animation: loaderscale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.24s infinite;
}
.x-loader svg:nth-child(2) {
	animation: loaderscale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.12s infinite;
}
.x-loader svg:nth-child(3) {
	animation: loaderscale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0s infinite;
}
.x-icon > svg {
	transition: transform 0.33s ease-in-out;
}
.x-icon > svg.rotate-90 {
	transform: rotate(-90deg);
}
.x-icon > svg.rotate90 {
	transform: rotate(90deg);
}
.x-icon > svg.rotate-180 {
	transform: rotate(-180deg);
}
.x-icon > svg.rotate180 {
	transform: rotate(180deg);
}
.x-rt ol,
.x-rt ul {
	text-align: left;
}
.x-rt p {
	margin: 0;
}
.mte-inline-block {
	display: inline-block;
}
@media only screen and (min-device-width: 1025px) {
	:root select,
	_::-webkit-full-page-media,
	_:future {
		font-family: sans-serif !important;
	}
}

.x .c1-1 {
	letter-spacing: normal;
}
.x .c1-2 {
	text-transform: none;
}
.x .c1-3 {
	background-color: rgb(255, 255, 255);
}
.x .c1-4 {
	width: 100%;
}
.x .c1-5 > div {
	position: relative;
}
.x .c1-6 > div {
	overflow: hidden;
}
.x .c1-7 > div {
	margin-top: auto;
}

.x .c1-8 > div {
	margin-right: auto;
}
.x .c1-9 > div {
	margin-bottom: auto;
}
.x .c1-a > div {
	margin-left: auto;
}
.x .c1-b {
	font-family: "Source Sans 3", arial, sans-serif;
}
.x .c1-c {
	font-size: 16px;
}
.x .c1-h {
	background-color: rgb(22, 22, 22);
}
.x .c1-i {
	padding-top: 56px;
}
.x .c1-j {
	padding-bottom: 56px;
}
.x .c1-k {
	overflow: hidden;
}
.x .c1-l {
	padding: 0px !important;
}
.x .c1-o {
	position: relative;
}
.x .c1-p {
	flex-grow: 1;
}
.x .c1-q {
	display: flex;
}
.x .c1-r {
	align-items: center;
}
.x .c1-s {
	justify-content: flex-start;
}
.x .c1-t {
	flex-direction: column;
}
.x .c1-u {
	min-height: 360px;
}
.x .c1-v {
	background-position: center;
}
.x .c1-w {
	background-size: auto, cover;
}
.x .c1-x {
	background-blend-mode: normal;
}
.x .c1-y {
	background-repeat: no-repeat;
}
.x .c1-z {
	text-shadow: none;
}
.x .c1-1l {
	background-attachment: unset;
}
.x .c1-1o {
	position: static;
}
.x .c1-1q {
	z-index: 3;
}
.x .c1-1r {
	background-color: transparent;
}
.x .c1-1s {
	background-color: rgba(22, 22, 22, 0.25);
}
.x .c1-1t {
	z-index: auto;
}
.x .c1-1y {
	flex-wrap: nowrap;
}
.x .c1-1z {
	margin-top: 0px;
}
.x .c1-20 {
	margin-right: 0px;
}
.x .c1-21 {
	margin-bottom: 0px;
}
.x .c1-22 {
	margin-left: 0px;
}
.x .c1-23 {
	padding-top: 24px;
}
.x .c1-24 {
	padding-right: 24px;
}
.x .c1-25 {
	padding-bottom: 24px;
}
.x .c1-26 {
	padding-left: 24px;
}
.x .c1-29 {
	width: 0px;
}
.x .c1-2a {
	padding-right: 0px;
}
.x .c1-2b {
	padding-left: 0px;
}
.x .c1-2c {
	text-align: center;
}
.x .c1-2d {
	justify-content: center;
}
.x .c1-2e {
	overflow-wrap: break-word;
}
.x .c1-2f {
	padding-left: 8px;
}
.x .c1-2g {
	padding-right: 8px;
}
.x .c1-2h {
	display: inline-block;
}
.x .c1-2i {
	font-family: "Playfair Display", Georgia, serif;
}
.x .c1-2m {
	letter-spacing: inherit;
}
.x .c1-2n {
	text-transform: inherit;
}
.x .c1-2o {
	text-decoration: none;
}
.x .c1-2p {
	word-wrap: break-word;
}
.x .c1-2q {
	display: inline;
}
.x .c1-2r {
	cursor: pointer;
}
.x .c1-2s {
	border-top: 0px;
}
.x .c1-2t {
	border-right: 0px;
}
.x .c1-2u {
	border-bottom: 0px;
}
.x .c1-2v {
	border-left: 0px;
}
.x .c1-2w {
	max-width: 100%;
}
.x .c1-2x {
	color: rgb(0, 191, 255);
}
.x .c1-2y {
	font-weight: inherit;
}
.x .c1-2z:hover {
	color: rgb(103, 201, 255);
}
.x .c1-30:active {
	color: rgb(182, 224, 255);
}
.x .c1-31 {
	letter-spacing: 4px;
}
.x .c1-32 {
	text-transform: uppercase;
}
.x .c1-33 {
	line-height: 1.2;
}
.x .c1-34 {
	font-family: "Montserrat", sans-serif;
}
.x .c1-35 {
	color: #fff !important;
}
.x .c1-36 {
	font-size: 22px;
}
.x .c1-37 {
	font-weight: 700;
}
.x .c1-38 * {
	color: #fff !important;
}
.x .c1-3d {
	word-wrap: normal !important;
}
.x .c1-3e {
	overflow-wrap: normal !important;
}
.x .c1-3f {
	display: none;
}
.x .c1-3g {
	visibility: hidden;
}
.x .c1-3h {
	position: absolute;
}
.x .c1-3i {
	width: auto;
}
.x .c1-3j {
	overflow: visible;
}
.x .c1-3k {
	left: 0px;
}
.x .c1-3l {
	font-size: 26px;
}
.x .c1-3q {
	font-size: 18px;
}
.x .c1-3v {
	justify-content: flex-end;
}
.x .c1-3w {
	margin-left: auto;
}
.x .c1-3x {
	margin-right: auto;
}
.x .c1-41 {
	padding-left: 48px;
}
.x .c1-42 {
	padding-right: 48px;
}
.x .c1-43 {
	gap: 32px;
}
.x .c1-44 {
	flex-basis: 44%;
}
.x .c1-45 {
	max-width: 44%;
}
.x .c1-4j {
	flex-shrink: 0;
}
.x .c1-4k {
	flex-basis: auto;
}
.x .c1-4q {
	flex-wrap: wrap;
}
.x .c1-4r {
	column-gap: 24px;
}
.x .c1-4s {
	row-gap: 24px;
}
.x .c1-4v {
	letter-spacing: 0.071em;
}
.x .c1-4w {
	border-style: none;
}
.x .c1-4x {
	display: inline-flex;
}
.x .c1-4y {
	padding-left: 40px;
}
.x .c1-4z {
	padding-right: 40px;
}
.x .c1-50 {
	padding-top: 8px;
}
.x .c1-51 {
	padding-bottom: 8px;
}
.x .c1-52 {
	min-height: 56px;
}
.x .c1-53 {
	border-radius: 48px;
}
.x .c1-54 {
	color: rgb(0, 0, 0);
}
.x .c1-55 {
	font-size: 14px;
}
.x .c1-56:hover {
	background-color: rgb(255, 255, 255);
}
.x .c1-5c {
	background-color: rgb(0, 0, 0);
}
.x .c1-5d {
	line-height: 1.4;
}
.x .c1-5e {
	margin-bottom: 40px;
}
.x .c1-5f {
	font-family: "Cinzel", Georgia, serif;
}
.x .c1-5g {
	font-size: 32px;
}
.x .c1-5h {
	font-weight: 400;
}
.x .c1-5i {
	font: "Cinzel", Georgia, serif;
}
.x .c1-5j * {
	font-family: "Cinzel", Georgia, serif !important;
}
.x .c1-5k * {
	font: "Cinzel", Georgia, serif !important;
}
.x .c1-5l {
	font-size: unset;
}
.x .c1-5m {
	color: inherit;
}
.x .c1-5n {
	font-family: unset;
}
.x .c1-5o {
	letter-spacing: unset;
}
.x .c1-5p {
	text-transform: unset;
}
.x .c1-5q {
	line-height: 0px;
}
.x .c1-5r {
	border-color: rgb(27, 27, 27);
}
.x .c1-5s {
	border-bottom-width: 2px;
}
.x .c1-5t {
	border-style: solid;
}
.x .c1-5u {
	margin-top: 24px;
}
.x .c1-5v {
	width: 50px;
}
.x .c1-5w {
	box-sizing: border-box;
}
.x .c1-5x {
	flex-direction: row;
}
.x .c1-5y {
	margin-right: -12px;
}
.x .c1-5z {
	margin-left: -12px;
}
.x .c1-64 {
	flex-shrink: 1;
}
.x .c1-65 {
	flex-basis: 0%;
}
.x .c1-66 {
	padding-top: 0;
}
.x .c1-67 {
	padding-right: 12px;
}
.x .c1-68 {
	padding-bottom: 0;
}
.x .c1-69 {
	padding-left: 12px;
}
.x .c1-6k {
	line-height: 1.25;
}
.x .c1-6l {
	margin-bottom: 24px;
}
.x .c1-6m {
	color: rgb(226, 226, 226);
}
.x .c1-6r {
	background-color: rgba(0, 0, 0, 0);
}
.x .c1-6s {
	border-color: rgb(255, 255, 255);
}
.x .c1-6t {
	border-top-width: 1px;
}
.x .c1-6u {
	border-right-width: 1px;
}
.x .c1-6v {
	border-bottom-width: 1px;
}
.x .c1-6w {
	border-left-width: 1px;
}
.x .c1-6x {
	border-radius: 4px;
}
.x .c1-6y {
	padding-top: 23px;
}
.x .c1-6z {
	padding-bottom: 7px;
}
.x .c1-70 {
	padding-left: 16px;
}
.x .c1-71 {
	padding-right: 16px;
}
.x .c1-72 {
	color: rgb(171, 171, 171);
}
.x .c1-73::placeholder {
	color: inherit;
}
.x .c1-74:focus {
	outline: none;
}
.x .c1-75:focus {
	box-shadow: inset 0 0 0 1px currentColor;
}
.x .c1-76:focus + label {
	font-size: 12px;
}
.x .c1-77:focus + label {
	top: 8px;
}
.x .c1-78:focus + label {
	color: rgb(0, 191, 255);
}
.x .c1-79:not([value=""]) + label {
	font-size: 12px;
}
.x .c1-7a:not([value=""]) + label {
	top: 8px;
}
.x .c1-7b:not([value=""]) + label {
	color: rgb(0, 191, 255);
}
.x .c1-7c::-webkit-input-placeholder {
	color: inherit;
}
.x .c1-7e {
	top: 33%;
}
.x .c1-7f {
	left: 16px;
}
.x .c1-7g {
	transition: all 0.15s ease;
}
.x .c1-7h {
	pointer-events: none;
}
.x .c1-7i {
	padding-top: 16px;
}
.x .c1-7j {
	padding-bottom: 16px;
}
.x .c1-7k {
	resize: vertical;
}
.x .c1-7l:hover > div {
	border-color: rgb(0, 191, 255);
}
.x .c1-7m {
	z-index: -1;
}
.x .c1-7n {
	opacity: 0;
}
.x .c1-7o:disabled ~ div {
	pointer-events: none;
}
.x .c1-7p:disabled ~ div {
	background-color: rgba(0, 0, 0, 0.7);
}
.x .c1-7q:disabled ~ div {
	border-color: rgba(255, 255, 255, 0.7);
}
.x .c1-7r:disabled ~ * {
	cursor: default;
}
.x .c1-7s:checked ~ div {
	border-color: rgb(0, 191, 255);
}
.x .c1-7t:checked ~ div:after {
	content: "";
}
.x .c1-7u:checked ~ div:after {
	display: block;
}
.x .c1-7v:checked ~ div:after {
	top: 3px;
}
.x .c1-7w:checked ~ div:after {
	left: 7px;
}
.x .c1-7x:checked ~ div:after {
	width: 4px;
}
.x .c1-7y:checked ~ div:after {
	height: 8px;
}
.x .c1-7z:checked ~ div:after {
	transform: rotate(45deg);
}
.x .c1-80:checked ~ div:after {
	border-color: rgb(0, 191, 255);
}
.x .c1-81:checked ~ div:after {
	border-style: solid;
}
.x .c1-82:checked ~ div:after {
	position: absolute;
}
.x .c1-83:checked ~ div:after {
	border-top-width: 0;
}
.x .c1-84:checked ~ div:after {
	border-right-width: 2px;
}
.x .c1-85:checked ~ div:after {
	border-bottom-width: 2px;
}
.x .c1-86:checked ~ div:after {
	border-left-width: 0;
}
.x .c1-87:focus ~ div {
	outline: none;
}
.x .c1-88:focus ~ div {
	box-shadow: inset 0 0 0 1px currentColor;
}
.x .c1-89 {
	margin-top: 2px;
}
.x .c1-8a {
	min-width: 19px;
}
.x .c1-8b {
	height: 19px;
}
.x .c1-8c {
	border-color: rgba(119, 119, 119, 0.5);
}
.x .c1-8d {
	border-radius: 2px;
}
.x .c1-8e {
	box-shadow: 0px 1px 3px;
}
.x .c1-8f {
	color: rgb(150, 150, 150);
}
.x .c1-8g {
	overflow-wrap: anywhere;
}
.x .c1-8h {
	line-height: inherit;
}
.x .c1-8i {
	text-wrap: pretty;
}
.x .c1-8j {
	margin-left: 8px;
}
.x .c1-8k {
	vertical-align: top;
}
.x .c1-8l {
	text-align: left;
}
.x .c1-8m {
	color: rgb(145, 145, 145);
}
.x .c1-8n:hover {
	background-color: rgb(212, 212, 212);
}
.x .c1-8o {
	line-height: 1.5;
}
.x .c1-8p {
	font-size: 12px;
}
.x .c1-8u:hover {
	color: rgb(0, 191, 255);
}
.x .c1-8v:active {
	color: rgb(129, 207, 255);
}
.x .c1-90 {
	margin-bottom: -24px;
}
.x .c1-93 {
	margin-bottom: 16px;
}
.x .c1-94:hover .dim {
	opacity: 1;
}
.x .c1-95:hover .dim {
	transition: all 0.3s;
}
.x .c1-96 {
	max-height: 660px;
}
.x .c1-97 {
	object-fit: cover;
}
.x .c1-98 {
	vertical-align: middle;
}
.x .c1-99 {
	aspect-ratio: 0.8 / 1;
}
.x .c1-9a {
	border-radius: 0px;
}
.x .c1-9b {
	height: 100%;
}
.x .c1-9c {
	border-width: 0 !important;
}
.x .c1-9d {
	aspect-ratio: 1 / 1;
}
.x .c1-9e {
	aspect-ratio: 1.3333333333333333 / 1;
}
.x .c1-9f {
	aspect-ratio: 1.5 / 1;
}
.x .c1-9g {
	padding-top: 40px;
}
.x .c1-9h {
	padding-bottom: 40px;
}
.x .c1-9i > :nth-child(2) {
	margin-left: 0.25em;
}
.x .c1-9j {
	flex-grow: 3;
}
.x .c1-9k {
	flex-basis: 100%;
}
.x .c1-9o {
	font-size: inherit !important;
}
.x .c1-9p {
	font-style: italic;
}
.x .c1-9q {
	text-decoration: line-through;
}
.x .c1-9r {
	text-decoration: underline;
}
.x .c1-9s {
	padding-left: none;
}
.x .c1-9t {
	padding-right: none;
}
.x .c1-9u {
	row-gap: 0px;
}
.x .c1-9v {
	column-gap: 0px;
}
.x .c1-9w [data-typography] {
	color: inherit;
}
.x .c1-9x {
	padding-top: 6px;
}
.x .c1-9y {
	padding-right: 6px;
}
.x .c1-9z {
	padding-bottom: 6px;
}
.x .c1-a0 {
	padding-left: 6px;
}
.x .c1-a2 {
	margin-bottom: 4px;
}
.x .c1-a3 {
	position: fixed;
}
.x .c1-a4 {
	right: 0px;
}
.x .c1-a5 {
	z-index: 10000;
}
.x .c1-a6 {
	height: auto;
}
.x .c1-a7 {
	background-color: rgb(0, 177, 236);
}
.x .c1-a8 {
	overflow-y: auto;
}
.x .c1-a9 {
	transition: all 1s ease-in;
}
.x .c1-aa {
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.x .c1-ab {
	contain: content;
}
.x .c1-ac {
	bottom: -500px;
}
.x .c1-ak {
	max-height: 300px;
}
.x .c1-al {
	color: rgb(21, 23, 24);
}
.x .c1-an {
	justify-content: space-between;
}
.x .c1-ao {
	word-break: break-word;
}
.x .c1-ap {
	flex-basis: 50%;
}
.x .c1-aq {
	padding-top: 4px;
}
.x .c1-ar {
	padding-bottom: 4px;
}
.x .c1-as {
	min-height: 40px;
}
.x .c1-at {
	color: rgb(255, 255, 255);
}
.x .c1-au:nth-child(2) {
	margin-left: 24px;
}
.x .c1-av:hover {
	background-color: rgb(0, 0, 0);
}
.x .c1-aw {
	right: 24px;
}
.x .c1-ax {
	bottom: 24px;
}
.x .c1-ay {
	z-index: 9999;
}
.x .c1-az {
	width: 65px;
}
.x .c1-b0 {
	height: 65px;
}

@media (max-width: 450px) {
	.x .c1-10 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi) {
	.x .c1-11 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi) {
	.x .c1-12 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 451px) and (max-width: 767px) {
	.x .c1-13 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi) {
	.x .c1-14 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi) {
	.x .c1-15 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.x .c1-16 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi) {
	.x .c1-17 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi) {
	.x .c1-18 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.x .c1-19 {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi) {
	.x .c1-1a {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi) {
	.x .c1-1b {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1280px) and (max-width: 1535px) {
	.x .c1-1c {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi) {
	.x .c1-1d {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi) {
	.x .c1-1e {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1536px) and (max-width: 1920px) {
	.x .c1-1f {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi) {
	.x .c1-1g {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi) {
	.x .c1-1h {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1921px) {
	.x .c1-1i {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi) {
	.x .c1-1j {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}
@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi) {
	.x .c1-1k {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("/assets/img/WhatsApp%20Image%202026-03-13%20at%207.53.09%20AM.jpeg");
	}
}

@media (max-width: 767px) {
	.x .c1-m {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.x .c1-n {
		padding-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.x .c1-2j {
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.x .c1-2k {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.x .c1-46 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.x .c1-47 {
		display: flex;
	}
}url(
@media (max-width: 767px) {
	.x .c1-4t {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.x .c1-7d {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.x .c1-d {
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.x .c1-2l {
		width: auto;
	}
}
@media (min-width: 768px) {
	.x .c1-39 {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.x .c1-3m {
		font-size: 30px;
	}
}
@media (min-width: 768px) {
	.x .c1-3r {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.x .c1-48 {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.x .c1-4b {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.x .c1-4u {
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.x .c1-57 {
		width: auto;
	}
}
@media (min-width: 768px) {
	.x .c1-58 {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.x .c1-60 {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.x .c1-61 {
		margin-right: -24px;
	}
}
@media (min-width: 768px) {
	.x .c1-62 {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.x .c1-63 {
		margin-left: -24px;
	}
}
@media (min-width: 768px) {
	.x .c1-6a {
		margin-left: 8.333333333333332%;
	}
}
@media (min-width: 768px) {
	.x .c1-6b {
		flex-basis: 83.33333333333334%;
	}
}
@media (min-width: 768px) {
	.x .c1-6c {
		max-width: 83.33333333333334%;
	}
}
@media (min-width: 768px) {
	.x .c1-6d {
		padding-top: 0;
	}
}
@media (min-width: 768px) {
	.x .c1-6e {
		padding-right: 24px;
	}
}
@media (min-width: 768px) {
	.x .c1-6f {
		padding-bottom: 0;
	}
}
@media (min-width: 768px) {
	.x .c1-6g {
		padding-left: 24px;
	}
}
@media (min-width: 768px) {
	.x .c1-6n {
		font-size: 22px;
	}
}
@media (min-width: 768px) {
	.x .c1-8q {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.x .c1-8w {
		font-size: 38px;
	}
}
@media (min-width: 768px) {
	.x .c1-91 {
		margin-bottom: -48px;
	}
}
@media (min-width: 768px) {
	.x .c1-92 {
		padding-bottom: 48px;
	}
}
@media (min-width: 768px) {
	.x .c1-ad {
		width: 400px;
	}
}
@media (min-width: 768px) {
	.x .c1-ae {
		max-height: 500px;
	}
}
@media (min-width: 768px) {
	.x .c1-af {
		border-radius: 7px;
	}
}
@media (min-width: 768px) {
	.x .c1-ag {
		margin-top: 24px;
	}
}
@media (min-width: 768px) {
	.x .c1-ah {
		margin-right: 24px;
	}
}
@media (min-width: 768px) {
	.x .c1-ai {
		margin-bottom: 24px;
	}
}
@media (min-width: 768px) {
	.x .c1-aj {
		margin-left: 24px;
	}
}
@media (min-width: 768px) {
	.x .c1-am {
		max-height: 200px;
	}
}

@media (min-width: 1024px) {
	.x .c1-e {
		font-size: 16px;
	}
}
@media (min-width: 1024px) {
	.x .c1-1m {
		background-attachment: fixed;
	}
}
@media (min-width: 1024px) {
	.x .c1-1n {
		min-height: 65vh;
	}
}
@media (min-width: 1024px) {
	.x .c1-1p {
		position: static;
	}
}
@media (min-width: 1024px) {
	.x .c1-1u {
		padding-top: 0px;
	}
}
@media (min-width: 1024px) {
	.x .c1-1v {
		padding-bottom: 0px;
	}
}
@media (min-width: 1024px) {
	.x .c1-1w {
		padding-left: 0px;
	}
}
@media (min-width: 1024px) {
	.x .c1-1x {
		padding-right: 0px;
	}
}
@media (min-width: 1024px) {
	.x .c1-28 {
		display: none;
	}
}
@media (min-width: 1024px) {
	.x .c1-3a {
		font-size: 24px;
	}
}
@media (min-width: 1024px) {
	.x .c1-3n {
		font-size: 30px;
	}
}
@media (min-width: 1024px) {
	.x .c1-3s {
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	.x .c1-3y {
		display: flex;
	}
}
@media (min-width: 1024px) {
	.x .c1-3z {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.x .c1-40 {
		flex-direction: column;
	}
}
@media (min-width: 1024px) {
	.x .c1-49 {
		margin-top: 0px;
	}
}
@media (min-width: 1024px) {
	.x .c1-4a {
		margin-bottom: 0px;
	}
}
@media (min-width: 1024px) {
	.x .c1-4c {
		width: 984px;
	}
}
@media (min-width: 1024px) {
	.x .c1-4d {
		justify-content: center;
	}
}
@media (min-width: 1024px) {
	.x .c1-4e {
		margin-left: auto;
	}
}
@media (min-width: 1024px) {
	.x .c1-4f {
		margin-right: auto;
	}
}
@media (min-width: 1024px) {
	.x .c1-4g {
		max-width: 66%;
	}
}
@media (min-width: 1024px) {
	.x .c1-4l {
		padding-top: 56px;
	}
}
@media (min-width: 1024px) {
	.x .c1-4m {
		padding-bottom: 56px;
	}
}
@media (min-width: 1024px) {
	.x .c1-4n {
		text-align: center;
	}
}
@media (min-width: 1024px) {
	.x .c1-4o {
		max-width: 100%;
	}
}
@media (min-width: 1024px) {
	.x .c1-4p {
		align-items: center;
	}
}
@media (min-width: 1024px) {
	.x .c1-59 {
		font-size: 14px;
	}
}
@media (min-width: 1024px) {
	.x .c1-6h {
		margin-left: 16.666666666666664%;
	}
}
@media (min-width: 1024px) {
	.x .c1-6i {
		flex-basis: 66.66666666666666%;
	}
}
@media (min-width: 1024px) {
	.x .c1-6j {
		max-width: 66.66666666666666%;
	}
}
@media (min-width: 1024px) {
	.x .c1-6o {
		font-size: 22px;
	}
}
@media (min-width: 1024px) {
	.x .c1-8r {
		font-size: 12px;
	}
}
@media (min-width: 1024px) {
	.x .c1-8x {
		font-size: 38px;
	}
}
@media (min-width: 1024px) {
	.x .c1-9l {
		flex-basis: 0%;
	}
}
@media (min-width: 1024px) {
	.x .c1-9m {
		max-width: none;
	}
}
@media (min-width: 1024px) {
	.x .c1-9n {
		text-align: left;
	}
}
@media (min-width: 1024px) {
	.x .c1-a1 {
		text-align: right;
	}
}
@media (min-width: 1024px) {
	.x .c1-b1 {
		z-index: 9999;
	}
}

@media (min-width: 1280px) {
	.x .c1-f {
		font-size: 16px;
	}
}
@media (min-width: 1280px) {
	.x .c1-3b {
		font-size: 26px;
	}
}
@media (min-width: 1280px) {
	.x .c1-3o {
		font-size: 35px;
	}
}
@media (min-width: 1280px) {
	.x .c1-3t {
		font-size: 18px;
	}
}
@media (min-width: 1280px) {
	.x .c1-4h {
		width: 1160px;
	}
}
@media (min-width: 1280px) {
	.x .c1-5a {
		font-size: 14px;
	}
}
@media (min-width: 1280px) {
	.x .c1-6p {
		font-size: 22px;
	}
}
@media (min-width: 1280px) {
	.x .c1-8s {
		font-size: 12px;
	}
}
@media (min-width: 1280px) {
	.x .c1-8y {
		font-size: 44px;
	}
}

@media (min-width: 1536px) {
	.x .c1-g {
		font-size: 18px;
	}
}
@media (min-width: 1536px) {
	.x .c1-3c {
		font-size: 29px;
	}
}
@media (min-width: 1536px) {
	.x .c1-3p {
		font-size: 38px;
	}
}
@media (min-width: 1536px) {
	.x .c1-3u {
		font-size: 19px;
	}
}
@media (min-width: 1536px) {
	.x .c1-4i {
		width: 1280px;
	}
}
@media (min-width: 1536px) {
	.x .c1-5b {
		font-size: 16px;
	}
}
@media (min-width: 1536px) {
	.x .c1-6q {
		font-size: 24px;
	}
}
@media (min-width: 1536px) {
	.x .c1-8t {
		font-size: 14px;
	}
}
@media (min-width: 1536px) {
	.x .c1-8z {
		font-size: 48px;
	}
}

@keyframes opacity-bounce {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	60% {
		transform: translateY(-20%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.gd-ad-flex-parent {
	animation-name: opacity-bounce;
	animation-duration: 800ms;
	animation-delay: 400ms;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
	opacity: 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

.page-inner {
	background-color: rgb(0, 0, 0);
	min-height: 100vh;
}
