	.mp-lp-welcome-modal {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 9999999;
		background: rgba(0, 0, 0, 0.92);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mp-lp-welcome-modal {
		background: rgba(0, 0, 0, 0.99);
	}

	.mp-lp-welcome-modal-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 1rem;
		width: 360px;
		position: relative;
		border-radius: 20px;
		background: #161616;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
		color: #fff;
		font-family: Poppins, sans-serif;
		padding: 0.4rem 1rem 1.8rem;
		/* Add border width to padding */
		background-clip: padding-box;
		/* Ensure the background is clipped to the padding box */
		border: 5px solid transparent;
		/* Transparent border to show the gradient */
		background-origin: border-box;
		/* Ensure the background starts from the border */
		background-image: linear-gradient(#161616, #161616), linear-gradient(90deg, #F2B926 0%, #F3A22E 49.09%, #E3931B 100%);
		background-clip: padding-box, border-box;
		/* Clip the backgrounds appropriately */
	}

	.mp-lp-welcome-modal-inner-wrapper {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		/* margin-top: 1rem; */
	}

	.mp-lp-welcome-modal-content {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.mp-lp-welcome-modal-inner p {
		margin: 1rem 0;
	}

	.mp-lp-welcome-modal-content p,
	.mp-lp-welcome-modal-content b {
		margin: 0;
		padding: 0;
	}

	.shield {
		position: relative;
		margin-top: -1.4rem;
	}

	.mp-lp-welcome-modal-button,
	.mp-lp-welcome-modal-button:hover {
		padding: 0.5rem 2rem 0.6rem;
		border-radius: 100px;
		background: linear-gradient(90deg, #F2B926 0%, #F3A22E 49.09%, #E3931B 100%);
		font-weight: 700;
		font-size: 16px;
		width: fit-content;
		margin: 0 auto;
		cursor: pointer;
		color: #000;
		text-align: center;
		font-size: 20px;
		font-weight: 900;
		text-transform: uppercase;
	}

	#close {
		position: relative;
		align-self: flex-end;
	}

	.mp-lp-welcome-modal-button a,
	.mp-lp-welcome-modal-button a:hover {
		color: #050A22;
	}

	.mp-lp-welcome-modal-inner a.modal-link {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		cursor: pointer;
	}

	.mp-lp-welcome-modal-content h3,
	.mp-lp-welcome-modal-content p {
		color: #fff;
	}

	.mp-lp-welcome-modal-content h3 {
		background: linear-gradient(90deg, #F2B926 0%, #F3A22E 49.09%, #E3931B 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 900;
		font-size: 2.2rem;
		text-transform: uppercase;
	}


	img:is([sizes="auto" i], [sizes^="auto," i]) {
		contain-intrinsic-size: 3000px 1500px
	}


	/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
	html {
		line-height: 1.15
	}

	body {
		margin: 0
	}

	main {
		display: block
	}

	h1 {
		font-size: 2em;
		margin: .67em 0
	}

	hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible
	}

	pre {
		font-family: monospace, monospace;
		font-size: 1em
	}

	a {
		background-color: transparent
	}

	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted
	}

	b,
	strong {
		font-weight: bolder
	}

	code,
	kbd,
	samp {
		font-family: monospace, monospace;
		font-size: 1em
	}

	small {
		font-size: 80%
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline
	}

	sub {
		bottom: -.25em
	}

	sup {
		top: -.5em
	}

	img {
		border-style: none
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0
	}

	button,
	input {
		overflow: visible
	}

	button,
	select {
		text-transform: none
	}

	[type=button],
	[type=reset],
	[type=submit],
	button {
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button
	}

	[type=button]::-moz-focus-inner,
	[type=reset]::-moz-focus-inner,
	[type=submit]::-moz-focus-inner,
	button::-moz-focus-inner {
		border-style: none;
		padding: 0
	}

	[type=button]:-moz-focusring,
	[type=reset]:-moz-focusring,
	[type=submit]:-moz-focusring,
	button:-moz-focusring {
		outline: 1px dotted ButtonText;
	}

	fieldset {
		padding: .35em .75em .625em
	}

	legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal
	}

	progress {
		vertical-align: baseline
	}

	textarea {
		overflow: auto
	}

	[type=checkbox],
	[type=radio] {
		box-sizing: border-box;
		padding: 0
	}

	[type=number]::-webkit-inner-spin-button,
	[type=number]::-webkit-outer-spin-button {
		height: auto
	}

	[type=search] {
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		appearance: textfield;
		outline-offset: -2px
	}

	[type=search]::-webkit-search-decoration {
		-webkit-appearance: none;
		appearance: none
	}

	::-webkit-file-upload-button {
		-webkit-appearance: button;
		appearance: button;
		font: inherit
	}

	details {
		display: block
	}

	summary {
		display: list-item
	}

	[hidden],
	template {
		display: none
	}

	@font-face {
		font-display: swap;
		font-family: Poppins;
		font-style: normal;
		font-weight: 400;
		src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
		unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
	}

	@font-face {
		font-display: swap;
		font-family: Poppins;
		font-style: normal;
		font-weight: 400;
		src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
		unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
	}

	@font-face {
		font-display: swap;
		font-family: Poppins;
		font-style: normal;
		font-weight: 700;
		src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
		unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
	}

	@font-face {
		font-display: swap;
		font-family: Poppins;
		font-style: normal;
		font-weight: 700;
		src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
		unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
	}

	@font-face {
		font-display: swap;
		font-family: Poppins;
		font-style: normal;
		font-weight: 900;
		src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2) format("woff2");
		unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
	}

	@font-face {
		font-display: swap;
		font-family: Poppins;
		font-style: normal;
		font-weight: 900;
		src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2) format("woff2");
		unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
	}

	html {
		box-sizing: border-box;
		font-size: 16px;
		-webkit-font-smoothing: antialiased;
		scroll-behavior: smooth;
		text-rendering: optimizeLegibility;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		text-size-adjust: 100%
	}

	html ::-webkit-scrollbar {
		background-color: #fff;
		width: 9px
	}

	html ::-webkit-scrollbar-thumb {
		background: #40ce82;
		border-radius: 9px
	}

	body {
		color: #1c1c1c;
		font-family: Poppins, sans-serif;
		font-size: 1em;
		overflow-x: hidden
	}

	*,
	:after,
	:before {
		box-sizing: inherit
	}

	img,
	svg {
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		-webkit-user-drag: none;
		vertical-align: middle
	}

	img {
		max-width: 100%
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	strong {
		margin: 0
	}

	p {
		margin-bottom: 1em;
		margin-top: 0
	}

	p:last-child {
		margin-bottom: 0
	}

	a {
		text-decoration: none
	}

	a,
	button {
		color: inherit
	}

	button {
		background-color: transparent;
		border: none;
		cursor: pointer;
		font: inherit;
		padding: 0;
		text-align: center;
		text-transform: inherit
	}

	button:focus {
		outline: none
	}

	.site-logo {
		display: inline-block
	}

	.site-logo img {
		height: 56px;
		width: auto
	}

	.container {
		margin: 0 auto;
		max-width: 1280px;
		padding: 0 clamp(1rem, 3%, 2rem);
		width: calc(100% - 2rem)
	}

	.container--rounded {
		border-radius: 16px;
		padding-bottom: 2rem;
		padding-top: 2rem;
		width: calc(100% - 2rem)
	}

	@media screen and (min-width:1024px) {
		.container--rounded {
			border-radius: 32px
		}
	}

	.section {
		padding: 3rem 0
	}

	.section__heading {
		margin: 0 auto;
		max-width: 666px;
		text-align: center
	}

	.section__heading h2 {
		font-size: 1.625rem;
		margin-bottom: 1rem
	}

	.section__heading p {
		color: #040404
	}

	.section--regular {
		line-height: 1.7
	}

	.section--regular h1,
	.section--regular h2,
	.section--regular h3,
	.section--regular h4,
	.section--regular h5,
	.section--regular h6,
	.section--regular p {
		margin-bottom: 1em
	}

	@media screen and (min-width:768px) {
		.section__heading h2 {
			font-size: 3.125rem
		}
	}

	.flex {
		display: flex
	}

	.grid {
		display: grid
	}

	.flex-align-center {
		align-items: center
	}

	.flex-justify-center {
		justify-content: center
	}

	.menu {
		flex-direction: column;
		gap: 1rem;
		list-style: none;
		margin: 0;
		padding: 0
	}

	@media screen and (min-width:1024px) {
		.menu {
			flex-direction: row
		}
	}

	.overlay {
		background-color: rgba(0, 0, 0, .8);
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999
	}

	.button {
		align-items: center;
		background-color: var(--base-color);
		border: 1px solid #fff;
		border-radius: 999px;
		color: #fff;
		cursor: pointer;
		display: flex;
		font-weight: 700;
		justify-content: center;
		line-height: 1;
		padding: 1rem 2rem;
		text-align: center;
		transition: all .2s ease-in-out;
		white-space: nowrap;
		width: -moz-fit-content;
		width: fit-content
	}

	.button--alt,
	.button:hover {
		background-color: #fff;
		color: var(--base-color);
	}

	.button--alt:hover {
		background-color: var(--base-color);
		color: #fff
	}

	.button--submit {
		width: 100%
	}

	.button--submit,
	.button--submit:hover {
		border-color: var(--base-color);
	}

	.contact {
		color: #fff;
		margin-top: 4rem
	}

	.contact .container {
		background-color: color-mix(in srgb, var(--base-color) 20%, black);
		padding: 0
	}

	.contact__wrapper {
		gap: 2rem;
		padding: 2rem clamp(1rem, 3%, 2rem)
	}

	.contact__img {
		display: none
	}

	.contact__heading h2 {
		font-size: 2.1875rem;
		margin-bottom: 1rem
	}

	.contact__heading p {
		font-size: .875rem
	}

	.contact .email-feedback {
		font-weight: 600;
		margin-bottom: 1rem;
		text-align: center
	}

	@media screen and (min-width:1024px) {
		.contact__wrapper {
			align-items: center;
			display: flex;
			gap: 2rem;
			justify-content: end;
			position: relative
		}

		.contact__wrapper>div:not(.contact__img) {
			width: 36%
		}

		.contact__heading {
			margin: 0;
			max-width: 100%;
			text-align: left
		}

		.contact__img {
			display: block;
			height: calc(100% + 5rem);
			left: clamp(1rem, 3%, 2rem);
			overflow: clip;
			position: absolute;
			top: -5rem;
			top: -2rem;
			width: 20%;
			z-index: 0
		}

		.contact__img img {
			width: 100%
		}
	}

	.form {
		gap: 1rem
	}

	.form__field input,
	.form__field label,
	.form__field textarea {
		color: #040404;
		padding: 1rem .5rem
	}

	.form__field label {
		font-size: .75rem
	}

	.form__field input,
	.form__field textarea {
		background-color: #fff;
		border: none;
		border-radius: 8px;
		font-size: .875rem
	}

	.form__field input::-moz-placeholder,
	.form__field textarea::-moz-placeholder {
		color: currentColor
	}

	.form__field input::placeholder,
	.form__field textarea::placeholder {
		color: currentColor
	}

	.form__field textarea {
		height: 100px;
		resize: vertical
	}

	.header {
		color: #fff;
		left: 0;
		position: absolute;
		top: 4rem;
		width: 100%;
		z-index: 555
	}

	.header__nav {
		display: none
	}

	.steps__item-img {
		display: block;
		margin: 0 auto;
	}

	.steps__item-img path {
		fill: var(--base-color);
	}

	.header__inner {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background-color: hsla(198.8, 18.6%, 16.9%, 0.45);
		border-radius: 16px;
		justify-content: space-between;
		padding: .25rem 1rem
	}

	.header__menu .menu-item a {
		color: #fff;
		font-weight: 700;
		transition: color .2s ease-in-out
	}

	.header__menu .menu-item a:hover {
		color: #b99208
	}

	@media screen and (min-width:768px) {
		.header__menu {
			flex-direction: row;
			gap: 2rem;
			justify-content: flex-end;
			width: 100%
		}

		.header .header__nav,
		.header body.nav-active .header__nav {
			display: block;
			width: 100%
		}

		.header .burger-menu {
			display: none
		}
	}

	@media screen and (max-width:767px) {
		body.nav-active .header__nav {
			background-color: #fc7122;
			box-shadow: 0 0 10px rgba(64, 206, 130, .1);
			display: block;
			left: 50%;
			padding: 1rem;
			position: absolute;
			top: 100%;
			transform: translate(-50%);
			width: calc(100vw - 2.8rem);
			z-index: 555
		}
	}



	.hero {
		margin-top: 2rem
	}

	.hero .container {
		background-color: var(--base-color);
		overflow: clip
	}

	.hero__inner {
		gap: 2rem;
		position: relative;
		z-index: 1
	}

	.hero__inner:before {
		background-color: var(--base-color);
		filter: brightness(85%);
		content: "";
		display: block;
		height: 200%;
		position: absolute;
		right: -55%;
		transform: rotate(15deg);
		width: 100%;
		z-index: -1
	}

	.hero__text {
		color: #fff;
		padding-bottom: 2rem;
		padding-top: calc(64px + 3rem)
	}

	.hero__text h1 {
		font-size: 2.375rem;
		margin-bottom: 2rem
	}

	.hero__text p {
		line-height: 1.4
	}

	.hero__buttons {
		gap: 1rem
	}

	@media screen and (min-width:768px) {
		.hero__inner {
			align-items: center;
			gap: 0;
			grid-template-columns: repeat(2, 1fr)
		}

		.hero__text h1 {
			font-size: 3.75rem
		}
	}

	.results__items {
		align-items: start;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		margin-top: 8rem;
		row-gap: 8rem
	}

	.results__item {
		background-color: #ececec;
		border-radius: 16px;
		gap: .5rem;
		justify-items: center;
		padding: 0 .75rem .75rem;
		text-align: center
	}

	.results__item-image {
		aspect-ratio: 1;
		background-color: #d9d9d9;
		border-radius: 50%;
		height: 124px;
		margin-top: -72px;
		padding: 1rem;
		width: 124px
	}

	.results__item-image img {
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		width: 100%
	}

	.results__item-title {
		color: var(--base-color);
		font-size: 1.125rem;
		font-weight: 900
	}

	.results__item-contest,
	.results__item-draw-date {
		font-size: .875rem;
		gap: .5rem
	}

	.results__item-draw-date {
		font-weight: 700
	}

	.results__item-numbers {
		background-color: var(--base-color);
		border-radius: 10px;
		gap: .5rem;
		grid-template-columns: repeat(5, 1fr);
		justify-items: center;
		padding: .5rem;
		width: 100%
	}

	.results__item-numbers .number {
		background-color: var(--base-color);
		border: 1px solid #fff;
		border-radius: 50%;
		color: #fff;
		font-weight: 700;
		height: 30px;
		line-height: 1;
		text-align: center;
		width: 30px
	}

	@media screen and (min-width:768px) {
		.results__item {
			gap: .75rem;
			padding: 0 2rem 2rem
		}

		.results__item-title {
			font-size: 1.5rem
		}
	}

	.steps .container {
		background-color: var(--base-color);
	}

	.steps__heading * {
		color: #fff !important
	}

	.steps__items {
		gap: 3rem;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3rem
	}

	.steps__item {
		background-color: #ececec;
		border-radius: 16px;
		flex-direction: column;
		width: 100%
	}

	.steps__item-wrapper {
		flex-direction: column;
		height: 100%;
		overflow: clip;
		padding: 1rem;
		text-align: center;
	}

	.steps__item-img {
		height: 100px;
		position: relative;
		width: 100px
	}

	.steps__item-img img {
		position: relative;
		width: 100%;
		z-index: 1
	}

	.steps__item-text {
		color: #777;
		margin-top: 1rem
	}

	.steps__item-text strong {
		color: initial;
		display: inline-block;
		font-size: 1.125rem;
		margin-bottom: .5rem
	}

	@media screen and (min-width:768px) {
		.steps .container {
			overflow-x: clip
		}

		.steps__heading {
			position: relative
		}

		.steps__heading:after,
		.steps__heading:before {
			background-position: 50%;
			background-repeat: no-repeat;
			background-size: contain;
			content: "";
			height: 250%;
			position: absolute;
			top: -100%;
			width: 50%;
			z-index: 0
		}

		.steps__heading:before {
			/* background-image: url(../images/numbers-1.png); */
			left: -40%
		}

		.steps__heading:after {
			/* background-image: url(../images/numbers-2.png); */
			right: -40%
		}

		.steps__items {
			gap: 1.5rem;
			grid-template-columns: repeat(3, 1fr)
		}

		.steps__item {
			border-radius: 32px
		}

		.steps__item-wrapper {
			padding: 2.5rem
		}

		.steps__item-text strong {
			font-size: 1.5rem;
			margin: 1rem 0
		}
	}

	.raffles__items {
		gap: 2rem;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		margin-top: 2rem
	}

	.raffles__item {
		background-color: #ececec;
		border-radius: 16px;
		flex-wrap: wrap;
		gap: 1rem;
		padding: 1rem
	}

	.raffles__item-img {
		aspect-ratio: 1;
		background-color: #d9d9d9;
		height: 100px;
		padding: .25rem;
		width: 100px
	}

	.raffles__item-img img {
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		width: 100%
	}

	.raffles__item-text {
		flex: 1;
		gap: .75rem
	}

	.raffles__item-prize {
		align-items: center;
		font-weight: 900;
		gap: .5rem
	}

	.raffles__item-prize .prize-amount {
		color: var(--base-color);
		font-size: 3.75rem
	}

	.raffles__item-prize .prize-text {
		font-size: .875rem;
		line-height: 1.5
	}

	.raffles__item-draw .draw-text {
		color: #040404;
		font-size: .875rem
	}

	.raffles__item-draw .additional-draw-text {
		background-color: var(--base-color);
		border-radius: 14px;
		color: #fff;
		font-size: .8125rem;
		font-weight: 900;
		margin-top: .5rem;
		padding: .5rem;
		width: -moz-fit-content;
		width: fit-content
	}

	.reviews .container {
		background-color: color-mix(in srgb, var(--base-color) 30%, black);
	}

	.reviews__heading h2,
	.reviews__heading p {
		color: #fff
	}

	.reviews__item {
		color: #fff;
		line-height: 1.7;
		text-align: center
	}

	.reviews__item:not(.active) {
		display: none
	}

	.reviews__item .author {
		font-weight: 900;
		margin-top: 2rem
	}

	.reviews__item .signature {
		font-size: .75rem
	}

	.reviews__carousel-inner {
		margin-left: auto;
		margin-right: auto;
		width: 60%
	}

	.reviews__carousel-container {
		margin-top: 3rem;
		position: relative
	}

	.reviews .carousel-nav {
		color: #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}

	.reviews .carousel-nav svg {
		transition: all .2s ease-in-out
	}

	.reviews .carousel-nav:hover {
		color: #040404
	}

	.reviews .carousel-nav--prev {
		left: 0
	}

	.reviews .carousel-nav--next {
		right: 0
	}

	@media screen and (min-width:768px) {
		.reviews__carousel-inner {
			width: 80%
		}

		.reviews__item {
			font-size: 1.5rem
		}
	}

	.signup-popup {
		background-color: var(--base-color);
		border-radius: 16px;
		color: #fff;
		left: 50%;
		max-width: 666px;
		overflow: hidden;
		position: fixed;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		z-index: 1000
	}

	.signup-popup__content {
		width: 100%
	}

	.signup-popup .form-section {
		padding: 2rem;
		text-align: center
	}

	.signup-popup .form-section form {
		margin-top: 2rem
	}

	.signup-popup .form-section input {
		border: none;
		border-radius: 16px;
		color: #040404;
		font-size: 16px;
		margin-bottom: 15px;
		padding: 15px;
		width: 100%
	}

	.signup-popup .form-section input::-moz-placeholder {
		color: inherit
	}

	.signup-popup .form-section input::placeholder {
		color: inherit
	}

	.signup-popup .button {
		width: 100%
	}

	.signup-popup .thank-you-message {
		display: none;
		padding: 4rem 2rem
	}

	.footer {
		text-align: center;
	}

	.footer {
		padding: 20px 0;
	}

	:root {
		--base-color: #03715e;
	}

	.footer a {
		margin: 0 5px;
		color: var(--base-color)
	}
